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
QmltcTypeData Struct Reference

#include <qqmltcobjectcreationhelper_p.h>

Collaboration diagram for QmltcTypeData:

Public Member Functions

template<typename QmltcGeneratedType>
 QmltcTypeData (QmltcGeneratedType *)

Public Attributes

QQmlType::RegistrationType regType = QQmlType::CppType
int allocationSize = 0
const QMetaObjectmetaObject = nullptr

Detailed Description

Definition at line 107 of file qqmltcobjectcreationhelper_p.h.

Constructor & Destructor Documentation

◆ QmltcTypeData()

template<typename QmltcGeneratedType>
QmltcTypeData::QmltcTypeData ( QmltcGeneratedType * )
inline

Definition at line 114 of file qqmltcobjectcreationhelper_p.h.

References QmltcTypeData(), and allocationSize.

Referenced by QmltcTypeData().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ allocationSize

int QmltcTypeData::allocationSize = 0

Definition at line 110 of file qqmltcobjectcreationhelper_p.h.

Referenced by QmltcTypeData(), and qmltcCreateDynamicMetaObject().

◆ metaObject

const QMetaObject* QmltcTypeData::metaObject = nullptr

Definition at line 111 of file qqmltcobjectcreationhelper_p.h.

◆ regType

Definition at line 109 of file qqmltcobjectcreationhelper_p.h.


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