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


Public Member Functions | |
HLItem (int state=0, int context=0) | |
virtual | ~HLItem () |
virtual int | attr () const |
virtual int | context () const |
virtual int | checkHL (const QChar *buffer, int pos, int length, int *, int *)=0 |
Private Attributes | |
int | m_state |
int | m_context |
Constructor & Destructor Documentation
|
Definition at line 59 of file qsourcecolorizer.h. |
|
Definition at line 61 of file qsourcecolorizer.h. |
Member Function Documentation
|
Reimplemented in KeywordsHLItem. Definition at line 63 of file qsourcecolorizer.h. Referenced by HLItemCollection::checkHL(), and QSourceColorizer::process(). |
|
Implemented in CppPreprocHLItem, CppPreprocLineHLItem, NumberHLItem, WhiteSpacesHLItem, KeywordsHLItem, StartsWithHLItem, StringHLItem, RegExpHLItem, HexHLItem, and HLItemCollection. Referenced by HLItemCollection::checkHL(). |
|
Definition at line 64 of file qsourcecolorizer.h. Referenced by HLItemCollection::checkHL(). |
Member Data Documentation
|
Definition at line 70 of file qsourcecolorizer.h. |
|
Reimplemented in KeywordsHLItem. Definition at line 69 of file qsourcecolorizer.h. |
The documentation for this class was generated from the following file:
- editors/qeditor/qsourcecolorizer.h