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
QQmlTypePrivate::QQmlSingletonTypeData Struct Reference

#include <qqmltype_p_p.h>

Collaboration diagram for QQmlTypePrivate::QQmlSingletonTypeData:

Public Attributes

QQmlType::SingletonInstanceInfo::ConstPtr singletonInstanceInfo
QObject *(* extFunc )(QObject *)
const QMetaObjectextMetaObject

Detailed Description

Definition at line 134 of file qqmltype_p_p.h.

Member Data Documentation

◆ extFunc

QObject *(* QQmlTypePrivate::QQmlSingletonTypeData::extFunc) (QObject *)

Definition at line 137 of file qqmltype_p_p.h.

◆ extMetaObject

const QMetaObject* QQmlTypePrivate::QQmlSingletonTypeData::extMetaObject

Definition at line 138 of file qqmltype_p_p.h.

◆ singletonInstanceInfo

QQmlType::SingletonInstanceInfo::ConstPtr QQmlTypePrivate::QQmlSingletonTypeData::singletonInstanceInfo

Definition at line 136 of file qqmltype_p_p.h.


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