CppColorizer Class Reference
#include <cpp_colorizer.h>
Inheritance diagram for CppColorizer:

Public Member Functions | |
CppColorizer (QEditor *) | |
virtual | ~CppColorizer () |
int | computeLevel (QTextParagraph *parag, int startLevel) |
Private Member Functions | |
void | loadDynamicKeywords () |
Private Attributes | |
QMap< QString, int > | m_dynamicKeywords |
Constructor & Destructor Documentation
|
Definition at line 98 of file cpp_colorizer.cpp. References HLItemCollection::appendChild(), cpp_keywords, CppColorizer(), loadDynamicKeywords(), and m_dynamicKeywords. Referenced by CppColorizer(). |
|
Definition at line 141 of file cpp_colorizer.cpp. |
Member Function Documentation
|
Reimplemented from QSourceColorizer. Definition at line 201 of file cpp_colorizer.cpp. References Symbol::ch(), computeLevel(), ParagData::setBlockStart(), and ParagData::symbolList(). Referenced by computeLevel(). |
|
Definition at line 145 of file cpp_colorizer.cpp. References KGlobal::dirs(), KStandardDirs::findResourceDir(), and m_dynamicKeywords. Referenced by CppColorizer(). |
Member Data Documentation
|
Definition at line 40 of file cpp_colorizer.h. Referenced by CppColorizer(), and loadDynamicKeywords(). |
The documentation for this class was generated from the following files:
- editors/qeditor/cpp_colorizer.h
- editors/qeditor/cpp_colorizer.cpp