![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmltcobjectcreationhelper_p.h>
Public Member Functions | |
template<typename QmltcGeneratedType> | |
QmltcTypeData (QmltcGeneratedType *) |
Public Attributes | |
QQmlType::RegistrationType | regType = QQmlType::CppType |
int | allocationSize = 0 |
const QMetaObject * | metaObject = nullptr |
Definition at line 107 of file qqmltcobjectcreationhelper_p.h.
|
inline |
Definition at line 114 of file qqmltcobjectcreationhelper_p.h.
References QmltcTypeData(), and allocationSize.
Referenced by QmltcTypeData().
int QmltcTypeData::allocationSize = 0 |
Definition at line 110 of file qqmltcobjectcreationhelper_p.h.
Referenced by QmltcTypeData(), and qmltcCreateDynamicMetaObject().
const QMetaObject* QmltcTypeData::metaObject = nullptr |
Definition at line 111 of file qqmltcobjectcreationhelper_p.h.
QQmlType::RegistrationType QmltcTypeData::regType = QQmlType::CppType |
Definition at line 109 of file qqmltcobjectcreationhelper_p.h.