![]() |
Blamite Game Engine - Keystone
00422.10.27.24.0303.blamite
A library that enables the use of Qt in Blamite's editing tools.
|
Namespaces | |
| QSourceHighliterTheme | |
Classes | |
| class | QSourceHighliter |
Typedefs | |
| using | LanguageData = QMultiHash< char, QLatin1String > |
Functions | |
| void | initLuaData () |
| void | loadLuaData (LanguageData &typess, LanguageData &keywordss, LanguageData &builtins, LanguageData &literalss, LanguageData &others) |
| void | initCppData () |
| void | loadCppData (LanguageData &typess, LanguageData &keywordss, LanguageData &builtins, LanguageData &literalss, LanguageData &others) |
| void | initShellData () |
| void | loadShellData (LanguageData &types, LanguageData &keywords, LanguageData &builtin, LanguageData &literals, LanguageData &other) |
| void | initJSData () |
| void | loadJSData (LanguageData &types, LanguageData &keywords, LanguageData &builtin, LanguageData &literals, LanguageData &other) |
| void | initPHPData () |
| void | loadPHPData (LanguageData &types, LanguageData &keywords, LanguageData &builtin, LanguageData &literals, LanguageData &other) |
| void | initQMLData () |
| void | loadQMLData (LanguageData &types, LanguageData &keywords, LanguageData &builtin, LanguageData &literals, LanguageData &other) |
| void | initPyData () |
| void | loadPythonData (LanguageData &types, LanguageData &keywords, LanguageData &builtin, LanguageData &literals, LanguageData &other) |
| void | initRustData () |
| void | loadRustData (LanguageData &types, LanguageData &keywords, LanguageData &builtin, LanguageData &literals, LanguageData &other) |
| void | initJavaData () |
| void | loadJavaData (LanguageData &types, LanguageData &keywords, LanguageData &builtin, LanguageData &literals, LanguageData &other) |
| void | initCSharpData () |
| void | loadCSharpData (LanguageData &types, LanguageData &keywords, LanguageData &builtin, LanguageData &literals, LanguageData &other) |
| void | initGoData () |
| void | loadGoData (LanguageData &types, LanguageData &keywords, LanguageData &builtin, LanguageData &literals, LanguageData &other) |
| void | initVData () |
| void | loadVData (LanguageData &types, LanguageData &keywords, LanguageData &builtin, LanguageData &literals, LanguageData &other) |
| void | initSQLData () |
| void | loadSQLData (LanguageData &types, LanguageData &keywords, LanguageData &builtin, LanguageData &literals, LanguageData &other) |
| void | initJSONData () |
| void | loadJSONData (LanguageData &types, LanguageData &keywords, LanguageData &builtin, LanguageData &literals, LanguageData &other) |
| void | initCSSData () |
| void | loadCSSData (LanguageData &types, LanguageData &keywords, LanguageData &builtin, LanguageData &literals, LanguageData &other) |
| void | initTypescriptData () |
| void | loadTypescriptData (LanguageData &types, LanguageData &keywords, LanguageData &builtin, LanguageData &literals, LanguageData &other) |
| void | initYAMLData () |
| void | loadYAMLData (LanguageData &types, LanguageData &keywords, LanguageData &builtin, LanguageData &literals, LanguageData &other) |
| void | initVEXData () |
| void | loadVEXData (LanguageData &types, LanguageData &keywords, LanguageData &builtin, LanguageData &literals, LanguageData &other) |
| void | initCMakeData () |
| void | loadCMakeData (QMultiHash< char, QLatin1String > &types, QMultiHash< char, QLatin1String > &keywords, QMultiHash< char, QLatin1String > &builtin, QMultiHash< char, QLatin1String > &literals, QMultiHash< char, QLatin1String > &other) |
| void | initMakeData () |
| void | loadMakeData (QMultiHash< char, QLatin1String > &types, QMultiHash< char, QLatin1String > &keywords, QMultiHash< char, QLatin1String > &builtin, QMultiHash< char, QLatin1String > &literals, QMultiHash< char, QLatin1String > &other) |
| void | loadAsmData (QMultiHash< char, QLatin1String > &types, QMultiHash< char, QLatin1String > &keywords, QMultiHash< char, QLatin1String > &builtin, QMultiHash< char, QLatin1String > &literals, QMultiHash< char, QLatin1String > &other) |
| using QSourceHighlite::LanguageData = typedef QMultiHash<char, QLatin1String> |
| void QSourceHighlite::initCMakeData | ( | ) |
Here is the caller graph for this function:| void QSourceHighlite::initCppData | ( | ) |
Here is the caller graph for this function:| void QSourceHighlite::initCSharpData | ( | ) |
Here is the caller graph for this function:| void QSourceHighlite::initCSSData | ( | ) |
Here is the caller graph for this function:| void QSourceHighlite::initGoData | ( | ) |
Here is the caller graph for this function:| void QSourceHighlite::initJavaData | ( | ) |
Here is the caller graph for this function:| void QSourceHighlite::initJSData | ( | ) |
Here is the caller graph for this function:| void QSourceHighlite::initJSONData | ( | ) |
Here is the caller graph for this function:| void QSourceHighlite::initLuaData | ( | ) |
Here is the caller graph for this function:| void QSourceHighlite::initMakeData | ( | ) |
Here is the caller graph for this function:| void QSourceHighlite::initPHPData | ( | ) |
Here is the caller graph for this function:| void QSourceHighlite::initPyData | ( | ) |
Here is the caller graph for this function:| void QSourceHighlite::initQMLData | ( | ) |
Here is the caller graph for this function:| void QSourceHighlite::initRustData | ( | ) |
Here is the caller graph for this function:| void QSourceHighlite::initShellData | ( | ) |
Here is the caller graph for this function:| void QSourceHighlite::initSQLData | ( | ) |
Here is the caller graph for this function:| void QSourceHighlite::initTypescriptData | ( | ) |
Here is the caller graph for this function:| void QSourceHighlite::initVData | ( | ) |
Here is the caller graph for this function:| void QSourceHighlite::initVEXData | ( | ) |
Here is the caller graph for this function:| void QSourceHighlite::initYAMLData | ( | ) |
Here is the caller graph for this function:| void QSourceHighlite::loadAsmData | ( | QMultiHash< char, QLatin1String > & | types, |
| QMultiHash< char, QLatin1String > & | keywords, | ||
| QMultiHash< char, QLatin1String > & | builtin, | ||
| QMultiHash< char, QLatin1String > & | literals, | ||
| QMultiHash< char, QLatin1String > & | other | ||
| ) |
| void QSourceHighlite::loadCMakeData | ( | QMultiHash< char, QLatin1String > & | types, |
| QMultiHash< char, QLatin1String > & | keywords, | ||
| QMultiHash< char, QLatin1String > & | builtin, | ||
| QMultiHash< char, QLatin1String > & | literals, | ||
| QMultiHash< char, QLatin1String > & | other | ||
| ) |
Here is the call graph for this function:| void QSourceHighlite::loadCppData | ( | LanguageData & | typess, |
| LanguageData & | keywordss, | ||
| LanguageData & | builtins, | ||
| LanguageData & | literalss, | ||
| LanguageData & | others | ||
| ) |
Here is the call graph for this function:| void QSourceHighlite::loadCSharpData | ( | LanguageData & | types, |
| LanguageData & | keywords, | ||
| LanguageData & | builtin, | ||
| LanguageData & | literals, | ||
| LanguageData & | other | ||
| ) |
Here is the call graph for this function:| void QSourceHighlite::loadCSSData | ( | LanguageData & | types, |
| LanguageData & | keywords, | ||
| LanguageData & | builtin, | ||
| LanguageData & | literals, | ||
| LanguageData & | other | ||
| ) |
Here is the call graph for this function:| void QSourceHighlite::loadGoData | ( | LanguageData & | types, |
| LanguageData & | keywords, | ||
| LanguageData & | builtin, | ||
| LanguageData & | literals, | ||
| LanguageData & | other | ||
| ) |
Here is the call graph for this function:| void QSourceHighlite::loadJavaData | ( | LanguageData & | types, |
| LanguageData & | keywords, | ||
| LanguageData & | builtin, | ||
| LanguageData & | literals, | ||
| LanguageData & | other | ||
| ) |
Here is the call graph for this function:| void QSourceHighlite::loadJSData | ( | LanguageData & | types, |
| LanguageData & | keywords, | ||
| LanguageData & | builtin, | ||
| LanguageData & | literals, | ||
| LanguageData & | other | ||
| ) |
Here is the call graph for this function:| void QSourceHighlite::loadJSONData | ( | LanguageData & | types, |
| LanguageData & | keywords, | ||
| LanguageData & | builtin, | ||
| LanguageData & | literals, | ||
| LanguageData & | other | ||
| ) |
Here is the call graph for this function:| void QSourceHighlite::loadLuaData | ( | LanguageData & | typess, |
| LanguageData & | keywordss, | ||
| LanguageData & | builtins, | ||
| LanguageData & | literalss, | ||
| LanguageData & | others | ||
| ) |
Here is the call graph for this function:| void QSourceHighlite::loadMakeData | ( | QMultiHash< char, QLatin1String > & | types, |
| QMultiHash< char, QLatin1String > & | keywords, | ||
| QMultiHash< char, QLatin1String > & | builtin, | ||
| QMultiHash< char, QLatin1String > & | literals, | ||
| QMultiHash< char, QLatin1String > & | other | ||
| ) |
Here is the call graph for this function:| void QSourceHighlite::loadPHPData | ( | LanguageData & | types, |
| LanguageData & | keywords, | ||
| LanguageData & | builtin, | ||
| LanguageData & | literals, | ||
| LanguageData & | other | ||
| ) |
Here is the call graph for this function:| void QSourceHighlite::loadPythonData | ( | LanguageData & | types, |
| LanguageData & | keywords, | ||
| LanguageData & | builtin, | ||
| LanguageData & | literals, | ||
| LanguageData & | other | ||
| ) |
Here is the call graph for this function:| void QSourceHighlite::loadQMLData | ( | LanguageData & | types, |
| LanguageData & | keywords, | ||
| LanguageData & | builtin, | ||
| LanguageData & | literals, | ||
| LanguageData & | other | ||
| ) |
Here is the call graph for this function:| void QSourceHighlite::loadRustData | ( | LanguageData & | types, |
| LanguageData & | keywords, | ||
| LanguageData & | builtin, | ||
| LanguageData & | literals, | ||
| LanguageData & | other | ||
| ) |
Here is the call graph for this function:| void QSourceHighlite::loadShellData | ( | LanguageData & | types, |
| LanguageData & | keywords, | ||
| LanguageData & | builtin, | ||
| LanguageData & | literals, | ||
| LanguageData & | other | ||
| ) |
Here is the call graph for this function:| void QSourceHighlite::loadSQLData | ( | LanguageData & | types, |
| LanguageData & | keywords, | ||
| LanguageData & | builtin, | ||
| LanguageData & | literals, | ||
| LanguageData & | other | ||
| ) |
Here is the call graph for this function:| void QSourceHighlite::loadTypescriptData | ( | LanguageData & | types, |
| LanguageData & | keywords, | ||
| LanguageData & | builtin, | ||
| LanguageData & | literals, | ||
| LanguageData & | other | ||
| ) |
Here is the call graph for this function:| void QSourceHighlite::loadVData | ( | LanguageData & | types, |
| LanguageData & | keywords, | ||
| LanguageData & | builtin, | ||
| LanguageData & | literals, | ||
| LanguageData & | other | ||
| ) |
Here is the call graph for this function:| void QSourceHighlite::loadVEXData | ( | LanguageData & | types, |
| LanguageData & | keywords, | ||
| LanguageData & | builtin, | ||
| LanguageData & | literals, | ||
| LanguageData & | other | ||
| ) |
Here is the call graph for this function:| void QSourceHighlite::loadYAMLData | ( | LanguageData & | types, |
| LanguageData & | keywords, | ||
| LanguageData & | builtin, | ||
| LanguageData & | literals, | ||
| LanguageData & | other | ||
| ) |
Here is the call graph for this function: