Quassel IRC
Pre-Release
|
Public Member Functions | |
HighlightRule (const QString &name, bool enabled, Qt::CaseSensitivity cs, bool regExp, const QString &chanName) |
Public Attributes | |
QString | name |
bool | isEnabled |
Qt::CaseSensitivity | caseSensitive |
bool | isRegExp |
QString | chanName |
Definition at line 65 of file qtuimessageprocessor.h.
|
inline |
Definition at line 71 of file qtuimessageprocessor.h.
QString name |
Definition at line 66 of file qtuimessageprocessor.h.
Referenced by QtUiMessageProcessor::checkForHighlight().
bool isEnabled |
Definition at line 67 of file qtuimessageprocessor.h.
Referenced by QtUiMessageProcessor::checkForHighlight().
Qt::CaseSensitivity caseSensitive |
Definition at line 68 of file qtuimessageprocessor.h.
Referenced by QtUiMessageProcessor::checkForHighlight().
bool isRegExp |
Definition at line 69 of file qtuimessageprocessor.h.
Referenced by QtUiMessageProcessor::checkForHighlight().
QString chanName |
Definition at line 70 of file qtuimessageprocessor.h.
Referenced by QtUiMessageProcessor::checkForHighlight().