KeywordsHLItem Class Reference
#include <qsourcecolorizer.h>
Inheritance diagram for KeywordsHLItem:


Public Member Functions | |
KeywordsHLItem (const char **keywords, int state, int ide_state, int context, bool finalize=true, bool ignoreCase=false) | |
KeywordsHLItem (const QMap< QString, int > keywords, int state, int ide_state, int context, bool finalize=true, bool ignoreCase=false) | |
int | attr () const |
int | checkHL (const QChar *buffer, int pos, int length, int *, int *) |
Private Attributes | |
QMap< QString, int > | m_keywords |
bool | m_ok |
int | m_state |
int | m_ide_state |
bool | m_finalize |
setting finalize to false allows to have another KeywordsHLItem in HLItemCollection after this one | |
bool | m_ignoreCase |
Constructor & Destructor Documentation
|
Definition at line 103 of file qsourcecolorizer.h. References m_finalize, m_ide_state, m_ignoreCase, m_keywords, m_ok, and m_state. |
|
Definition at line 115 of file qsourcecolorizer.h. References m_finalize, m_ide_state, m_ignoreCase, m_keywords, m_ok, and m_state. |
Member Function Documentation
|
Reimplemented from HLItem. Definition at line 120 of file qsourcecolorizer.h. |
|
Implements HLItem. Definition at line 122 of file qsourcecolorizer.h. References m_keywords, and m_ok. |
Member Data Documentation
|
setting finalize to false allows to have another KeywordsHLItem in HLItemCollection after this one
Definition at line 146 of file qsourcecolorizer.h. Referenced by KeywordsHLItem(). |
|
Definition at line 145 of file qsourcecolorizer.h. Referenced by KeywordsHLItem(). |
|
Definition at line 147 of file qsourcecolorizer.h. Referenced by KeywordsHLItem(). |
|
Definition at line 142 of file qsourcecolorizer.h. Referenced by checkHL(), and KeywordsHLItem(). |
|
Definition at line 143 of file qsourcecolorizer.h. Referenced by attr(), checkHL(), and KeywordsHLItem(). |
|
Reimplemented from HLItem. Definition at line 144 of file qsourcecolorizer.h. Referenced by attr(), and KeywordsHLItem(). |
The documentation for this class was generated from the following file:
- editors/qeditor/qsourcecolorizer.h