![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmlhighlightsupport_p.h>Go to the source code of this file.
Functions | |
| template<typename EnumType> | |
| static QList< QByteArray > | enumToByteArray () |
| QList< QByteArray > | defaultTokenModifiersList () |
| QList< QByteArray > | extendedTokenTypesList () |
| QList< QByteArray > defaultTokenModifiersList | ( | ) |
Definition at line 33 of file qqmlhighlightsupport.cpp.
|
static |
Make a list of enum names to register the supported token types and modifiers. It is case-sensitive in the protocol thus we need to lower the first characters of the enum names.
Definition at line 20 of file qqmlhighlightsupport.cpp.
| QList< QByteArray > extendedTokenTypesList | ( | ) |
Definition at line 38 of file qqmlhighlightsupport.cpp.