![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmltype_p_p.h>
Public Types | |
| enum | Scoping { Scoped , Unscoped } |
Public Member Functions | |
| ~Enums () | |
Public Attributes | |
| QStringHash< int > | enums |
| QStringHash< int > | scopedEnumIndex |
| QStringHash< int > | unscopedEnumIndex |
| QList< QStringHash< int > * > | scopedEnums |
| QList< QStringHash< int > * > | unscopedEnums |
Definition at line 50 of file qqmltype_p_p.h.
| Enumerator | |
|---|---|
| Scoped | |
| Unscoped | |
Definition at line 52 of file qqmltype_p_p.h.
|
inline |
Definition at line 53 of file qqmltype_p_p.h.
| QStringHash<int> QQmlTypePrivate::Enums::enums |
Definition at line 59 of file qqmltype_p_p.h.
| QStringHash<int> QQmlTypePrivate::Enums::scopedEnumIndex |
Definition at line 60 of file qqmltype_p_p.h.
| QList<QStringHash<int> *> QQmlTypePrivate::Enums::scopedEnums |
Definition at line 62 of file qqmltype_p_p.h.
| QStringHash<int> QQmlTypePrivate::Enums::unscopedEnumIndex |
Definition at line 61 of file qqmltype_p_p.h.
| QList<QStringHash<int> *> QQmlTypePrivate::Enums::unscopedEnums |
Definition at line 63 of file qqmltype_p_p.h.