24 #ifndef __IRCMESSAGECLASS_H__ 25 #define __IRCMESSAGECLASS_H__ 45 static QString toStyleSheetClassName(
ClassName className);
54 this->className = other.className;
59 this->className = className;
64 return this->className == other.className;
67 bool operator==(
const ClassName &className)
const 69 return this->className == className;
74 return this->className != other.className;
77 bool operator!=(
const ClassName &className)
const 79 return this->className != className;
84 className = other.className;
90 return this->className;
98 QString toStyleSheetClassName()
const 100 return toStyleSheetClassName(this->className);
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.