![]() |
KVIrc 5.2.6
Developer APIs
|
#include <KviMessageTypeSettings.h>
Public Member Functions | |
unsigned char | back () |
void | enableLogging (bool bEnable) |
unsigned char | fore () |
KviMessageTypeSettings (const char *type, int pixId, unsigned char fore, unsigned char back, bool bLog, int iLevel) | |
KviMessageTypeSettings (const KviMessageTypeSettings &msg) | |
int | level () |
bool | logEnabled () |
KviMessageTypeSettings & | operator= (const KviMessageTypeSettings &msg) |
int | pixId () |
void | setBack (char back) |
void | setFore (char fore) |
void | setLevel (int iLevel) |
void | setPixId (int pixId) |
const char * | type () |
~KviMessageTypeSettings () | |
Public Attributes | |
bool | m_bLogEnabled |
unsigned char | m_cBackColor |
unsigned char | m_cForeColor |
int | m_iLevel |
int | m_iPixId |
const char * | m_szType |
KviMessageTypeSettings::KviMessageTypeSettings | ( | const char * | type, |
int | pixId, | ||
unsigned char | fore, | ||
unsigned char | back, | ||
bool | bLog, | ||
int | iLevel ) |
References back(), fore(), KVI_MSGTYPE_MAXLEVEL, KVI_MSGTYPE_MINLEVEL, m_bLogEnabled, m_cBackColor, m_cForeColor, m_iLevel, m_iPixId, m_szType, pixId(), and type().
Referenced by KviMessageTypeSettings(), and operator=().
KviMessageTypeSettings::KviMessageTypeSettings | ( | const KviMessageTypeSettings & | msg | ) |
References KviMessageTypeSettings(), m_bLogEnabled, m_cBackColor, m_cForeColor, m_iLevel, m_iPixId, and m_szType.
|
default |
|
inline |
References m_cBackColor.
Referenced by KviMessageTypeSettings(), OptionsWidget_messageColors::load(), MessageListWidgetItemDelegate::paint(), OptionsWidget_messageColors::save(), and setBack().
|
inline |
References m_bLogEnabled.
Referenced by OptionsWidget_messageColors::load().
|
inline |
References m_cForeColor.
Referenced by KviMessageTypeSettings(), OptionsWidget_messageColors::load(), MessageListWidgetItemDelegate::paint(), OptionsWidget_messageColors::save(), and setFore().
|
inline |
References m_iLevel.
Referenced by OptionsWidget_messageColors::load(), and OptionsWidget_messageColors::save().
|
inline |
References m_bLogEnabled.
Referenced by OptionsWidget_messageColors::load(), and OptionsWidget_messageColors::save().
|
default |
References KviMessageTypeSettings().
|
inline |
|
inline |
References back(), and m_cBackColor.
Referenced by OptionsWidget_messageColors::load().
|
inline |
References fore(), and m_cForeColor.
Referenced by OptionsWidget_messageColors::load().
|
inline |
References KVI_MSGTYPE_MAXLEVEL, KVI_MSGTYPE_MINLEVEL, and m_iLevel.
Referenced by OptionsWidget_messageColors::load().
|
inline |
References m_iPixId, and pixId().
Referenced by OptionsWidget_messageColors::load().
|
inline |
References m_szType.
Referenced by KviMessageTypeSettings().
bool KviMessageTypeSettings::m_bLogEnabled |
Referenced by enableLogging(), KviMessageTypeSettings(), KviMessageTypeSettings(), logEnabled(), and KviStringConversion::toString().
unsigned char KviMessageTypeSettings::m_cBackColor |
Referenced by back(), KviMessageTypeSettings(), KviMessageTypeSettings(), setBack(), and KviStringConversion::toString().
unsigned char KviMessageTypeSettings::m_cForeColor |
Referenced by fore(), KviMessageTypeSettings(), KviMessageTypeSettings(), setFore(), and KviStringConversion::toString().
int KviMessageTypeSettings::m_iLevel |
Referenced by KviMessageTypeSettings(), KviMessageTypeSettings(), level(), setLevel(), and KviStringConversion::toString().
int KviMessageTypeSettings::m_iPixId |
Referenced by KviMessageTypeSettings(), KviMessageTypeSettings(), pixId(), setPixId(), and KviStringConversion::toString().
const char* KviMessageTypeSettings::m_szType |
Referenced by KviStringConversion::fromString(), KviMessageTypeSettings(), KviMessageTypeSettings(), and type().