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
QQmlTypePrivate::Enums Struct Reference

#include <qqmltype_p_p.h>

+ Collaboration diagram for QQmlTypePrivate::Enums:

Public Member Functions

 ~Enums ()
 

Public Attributes

QStringHash< int > enums
 
QStringHash< int > scopedEnumIndex
 
QList< QStringHash< int > * > scopedEnums
 

Detailed Description

Definition at line 48 of file qqmltype_p_p.h.

Constructor & Destructor Documentation

◆ ~Enums()

QQmlTypePrivate::Enums::~Enums ( )
inline

Definition at line 50 of file qqmltype_p_p.h.

References qDeleteAll(), and scopedEnums.

+ Here is the call graph for this function:

Member Data Documentation

◆ enums

QStringHash<int> QQmlTypePrivate::Enums::enums

Definition at line 52 of file qqmltype_p_p.h.

Referenced by QQmlTypePrivate::enumValue().

◆ scopedEnumIndex

QStringHash<int> QQmlTypePrivate::Enums::scopedEnumIndex

◆ scopedEnums

QList<QStringHash<int> *> QQmlTypePrivate::Enums::scopedEnums

The documentation for this struct was generated from the following file: