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
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 50 of file qqmltype_p_p.h.

Constructor & Destructor Documentation

◆ ~Enums()

QQmlTypePrivate::Enums::~Enums ( )
inline

Definition at line 52 of file qqmltype_p_p.h.

Member Data Documentation

◆ enums

QStringHash<int> QQmlTypePrivate::Enums::enums

Definition at line 54 of file qqmltype_p_p.h.

◆ scopedEnumIndex

QStringHash<int> QQmlTypePrivate::Enums::scopedEnumIndex

Definition at line 55 of file qqmltype_p_p.h.

◆ scopedEnums

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

Definition at line 56 of file qqmltype_p_p.h.


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