KDevelop API Documentation

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:

Include dependency graph

Go to the source code of this file.

Classes

class  CppPreprocHLItem
class  CppPreprocLineHLItem

Variables

const char * cpp_keywords []


Variable Documentation

const char* cpp_keywords[] [static]
 

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().

KDE Logo
This file is part of the documentation for KDevelop Version 3.1.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Mar 23 00:05:42 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003