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

(e8f9576d9350c2af12d582c44f0cb8c4e160198c)

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.