Public Types | |
| enum | ClassName { ChannelAction, Ctcp, Error, Normal, NetworkAction } |
Public Member Functions | |
| IRCMessageClass (const IRCMessageClass &other) | |
| IRCMessageClass (const ClassName &className) | |
| QString | colorFromConfig () const |
| Obtains HTML color from config for this message class. More... | |
| operator ClassName () const | |
| bool | operator!= (const IRCMessageClass &other) const |
| bool | operator!= (const ClassName &className) const |
| bool | operator== (const IRCMessageClass &other) const |
| bool | operator== (const ClassName &className) const |
| QString | toStyleSheetClassName () const |
Static Public Member Functions | |
| static QString | toStyleSheetClassName (ClassName className) |
Definition at line 29 of file ircmessageclass.h.
| Enumerator | |
|---|---|
| Normal |
Normal has no representation in string, ie. it represents a global style for the widget. |
Definition at line 32 of file ircmessageclass.h.
| QString IRCMessageClass::colorFromConfig | ( | ) | const |
Obtains HTML color from config for this message class.
Definition at line 26 of file ircmessageclass.cpp.