23 #include "irc/configuration/ircconfig.h" 24 #include "ircmessageclass.h" 32 return appearance.channelActionColor;
34 return appearance.errorColor;
36 return appearance.defaultTextColor;
38 return appearance.networkActionColor;
40 return appearance.ctcpColor;
46 QString IRCMessageClass::toStyleSheetClassName(
ClassName className)
51 return "channelAction";
59 return "networkAction";
Normal has no representation in string, ie. it represents a global style for the widget.
QString colorFromConfig() const
Obtains HTML color from config for this message class.