IRCMessageClass Class Reference

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)
 

Detailed Description

Definition at line 29 of file ircmessageclass.h.

Member Enumeration Documentation

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.

Member Function Documentation

QString IRCMessageClass::colorFromConfig ( ) const

Obtains HTML color from config for this message class.

Definition at line 26 of file ircmessageclass.cpp.


The documentation for this class was generated from the following files: