Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qqmlhighlightsupport.cpp File Reference

(1cd950dbbb0a0df0b1b8a7bf401326795f1e6952)

Include dependency graph for qqmlhighlightsupport.cpp:

Go to the source code of this file.

Functions

template<typename EnumType>
static QList< QByteArrayenumToByteArray ()
QList< QByteArraydefaultTokenModifiersList ()
QList< QByteArrayextendedTokenTypesList ()

Function Documentation

◆ defaultTokenModifiersList()

QList< QByteArray > defaultTokenModifiersList ( )

Definition at line 33 of file qqmlhighlightsupport.cpp.

◆ enumToByteArray()

template<typename EnumType>
QList< QByteArray > enumToByteArray ( )
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.

◆ extendedTokenTypesList()

QList< QByteArray > extendedTokenTypesList ( )

Definition at line 38 of file qqmlhighlightsupport.cpp.