![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <pagemetadata.h>
Classes | |
| struct | InheritsInfo |
| struct | InheritedByEntry |
| struct | NativeTypeInfo |
Public Attributes | |
| QString | importStatement |
| bool | isSingleton { false } |
| bool | isValueType { false } |
| std::optional< InheritsInfo > | inherits |
| QList< InheritedByEntry > | inheritedBy |
| std::optional< NativeTypeInfo > | nativeType |
Definition at line 23 of file pagemetadata.h.
| QString IR::QmlTypeData::importStatement |
Definition at line 25 of file pagemetadata.h.
| QList<InheritedByEntry> IR::QmlTypeData::inheritedBy |
Definition at line 40 of file pagemetadata.h.
| std::optional<InheritsInfo> IR::QmlTypeData::inherits |
Definition at line 34 of file pagemetadata.h.
| bool IR::QmlTypeData::isSingleton { false } |
Definition at line 26 of file pagemetadata.h.
Referenced by NodeExtractor::extractQmlTypeData().
| bool IR::QmlTypeData::isValueType { false } |
Definition at line 27 of file pagemetadata.h.
Referenced by NodeExtractor::extractQmlTypeData().
| std::optional<NativeTypeInfo> IR::QmlTypeData::nativeType |
Definition at line 46 of file pagemetadata.h.