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
IR::QmlTypeData Struct Reference

#include <pagemetadata.h>

Collaboration diagram for IR::QmlTypeData:

Classes

struct  InheritsInfo
struct  InheritedByEntry
struct  NativeTypeInfo

Public Attributes

QString importStatement
bool isSingleton { false }
bool isValueType { false }
std::optional< InheritsInfoinherits
QList< InheritedByEntryinheritedBy
std::optional< NativeTypeInfonativeType

Detailed Description

Definition at line 23 of file pagemetadata.h.

Member Data Documentation

◆ importStatement

QString IR::QmlTypeData::importStatement

Definition at line 25 of file pagemetadata.h.

◆ inheritedBy

QList<InheritedByEntry> IR::QmlTypeData::inheritedBy

Definition at line 40 of file pagemetadata.h.

◆ inherits

std::optional<InheritsInfo> IR::QmlTypeData::inherits

Definition at line 34 of file pagemetadata.h.

◆ isSingleton

bool IR::QmlTypeData::isSingleton { false }

Definition at line 26 of file pagemetadata.h.

Referenced by NodeExtractor::extractQmlTypeData().

◆ isValueType

bool IR::QmlTypeData::isValueType { false }

Definition at line 27 of file pagemetadata.h.

Referenced by NodeExtractor::extractQmlTypeData().

◆ nativeType

std::optional<NativeTypeInfo> IR::QmlTypeData::nativeType

Definition at line 46 of file pagemetadata.h.


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