Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qqmlhighlightsupport.cpp File Reference

(2f7a97806e950967ba67b6f07614ca0def8bda48)

+ Include dependency graph for qqmlhighlightsupport.cpp:

Go to the source code of this file.

Functions

template<typename EnumType >
static QList< QByteArrayenumToByteArray ()
 
static QList< QByteArraytokenTypesList ()
 
static QList< QByteArraytokenModifiersList ()
 

Function Documentation

◆ enumToByteArray()

template<typename EnumType >
static 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.

References i, and QByteArray().

+ Here is the call graph for this function:

◆ tokenModifiersList()

static QList< QByteArray > tokenModifiersList ( )
static

Definition at line 38 of file qqmlhighlightsupport.cpp.

Referenced by QQmlHighlightSupport::setupCapabilities().

+ Here is the caller graph for this function:

◆ tokenTypesList()

static QList< QByteArray > tokenTypesList ( )
static

Definition at line 33 of file qqmlhighlightsupport.cpp.

Referenced by QQmlHighlightSupport::setupCapabilities().

+ Here is the caller graph for this function: