cpp_colorizer.cpp File Reference
#include "cpp_colorizer.h"
#include "qeditor_part.h"
#include "paragdata.h"
#include <qfont.h>
#include <private/qrichtext_p.h>
#include <qdom.h>
#include <qfile.h>
#include <kapplication.h>
#include <kdebug.h>
#include <kconfig.h>
#include <kstandarddirs.h>
Include dependency graph for cpp_colorizer.cpp:

Go to the source code of this file.
Classes | |
class | CppPreprocHLItem |
class | CppPreprocLineHLItem |
Variables | |
const char * | cpp_keywords [] |
Variable Documentation
|
Initial value: { "break", "case", "continue", "default", "do", "else", "enum", "extern", "for", "goto", "if", "return", "sizeof", "struct", "switch", "typedef", "union", "while", "auto", "char", "uchar", "const", "double", "float", "int", "uint", "long", "register", "short", "signed", "static", "unsigned", "void", "volatile", "asm", "catch", "class", "const_cast", "const", "delete", "dynamic_cast", "explicit", "export", "false", "friend", "inline", "namespace", "new", "operator", "private", "protected", "public", "reinterpret_cast", "static_cast", "template", "this", "throw", "true", "try", "typeid", "typename", "using", "virtual", "and_eq", "and", "bitand", "bitor", "compl", "not_eq", "not", "or_eq", "or", "xor_eq", "xor", "slots", "signals", "bool", "wchar_t", "mutable", 0 } Definition at line 40 of file cpp_colorizer.cpp. Referenced by CppColorizer::CppColorizer(). |