Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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 122 of file qqmltype_p_p.h.

Member Data Documentation

◆ extFunc

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

Definition at line 125 of file qqmltype_p_p.h.

Referenced by QQmlTypePrivate::QQmlTypePrivate(), and QQmlTypePrivate::init().

◆ extMetaObject

const QMetaObject* QQmlTypePrivate::QQmlSingletonTypeData::extMetaObject

Definition at line 126 of file qqmltype_p_p.h.

Referenced by QQmlTypePrivate::QQmlTypePrivate(), and QQmlTypePrivate::init().

◆ singletonInstanceInfo

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

Definition at line 124 of file qqmltype_p_p.h.

Referenced by QQmlTypePrivate::QQmlTypePrivate(), and QQmlTypePrivate::sourceUrl().


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