![]() |
Qt 4.8
|
Go to the source code of this file.
Classes | |
| struct | KeywordHelper |
Macros | |
| #define | MAX_KEYWORD 63 |
Enumerations | |
| enum | ScriptIds { Comment = 1, Number, String, Type, Keyword, PreProcessor, Label } |
Functions | |
| static bool | isKeyword (const QString &word) |
| Q_STATIC_GLOBAL_OPERATOR bool | operator< (const KeywordHelper &helper, const char *kw) |
| Q_STATIC_GLOBAL_OPERATOR bool | operator< (const char *kw, const KeywordHelper &helper) |
Variables | |
| static const char *const | keywords [MAX_KEYWORD] |
| #define MAX_KEYWORD 63 |
Definition at line 59 of file qscriptsyntaxhighlighter.cpp.
Referenced by isKeyword().
| enum ScriptIds |
| Enumerator | |
|---|---|
| Comment | |
| Number | |
| String | |
| Type | |
| Keyword | |
| PreProcessor | |
| Label | |
Definition at line 49 of file qscriptsyntaxhighlighter.cpp.
|
static |
Definition at line 142 of file qscriptsyntaxhighlighter.cpp.
Referenced by QScriptSyntaxHighlighter::highlightWord().
| Q_STATIC_GLOBAL_OPERATOR bool operator< | ( | const KeywordHelper & | helper, |
| const char * | kw | ||
| ) |
Definition at line 132 of file qscriptsyntaxhighlighter.cpp.
| Q_STATIC_GLOBAL_OPERATOR bool operator< | ( | const char * | kw, |
| const KeywordHelper & | helper | ||
| ) |
Definition at line 137 of file qscriptsyntaxhighlighter.cpp.
|
static |
Definition at line 60 of file qscriptsyntaxhighlighter.cpp.
Referenced by QScriptDebuggerCommandExecutor::execute(), isKeyword(), QPatternist::XsdSchemaHelper::isValidlySubstitutable(), and QOCIDriver::record().