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
QQmlMetaTypeDataPtr Class Reference
+ Collaboration diagram for QQmlMetaTypeDataPtr:

Public Member Functions

 QQmlMetaTypeDataPtr ()
 
 ~QQmlMetaTypeDataPtr ()=default
 
QQmlMetaTypeDataoperator* ()
 
QQmlMetaTypeDataoperator-> ()
 
 operator QQmlMetaTypeData * ()
 
const QQmlMetaTypeDataoperator* () const
 
const QQmlMetaTypeDataoperator-> () const
 
 operator const QQmlMetaTypeData * () const
 
bool isValid () const
 

Detailed Description

Definition at line 38 of file qqmlmetatype.cpp.

Constructor & Destructor Documentation

◆ QQmlMetaTypeDataPtr()

QQmlMetaTypeDataPtr::QQmlMetaTypeDataPtr ( )
inline

Definition at line 42 of file qqmlmetatype.cpp.

◆ ~QQmlMetaTypeDataPtr()

QQmlMetaTypeDataPtr::~QQmlMetaTypeDataPtr ( )
default

Member Function Documentation

◆ isValid()

bool QQmlMetaTypeDataPtr::isValid ( ) const
inline

Definition at line 53 of file qqmlmetatype.cpp.

◆ operator const QQmlMetaTypeData *()

QQmlMetaTypeDataPtr::operator const QQmlMetaTypeData * ( ) const
inline

Definition at line 51 of file qqmlmetatype.cpp.

◆ operator QQmlMetaTypeData *()

QQmlMetaTypeDataPtr::operator QQmlMetaTypeData * ( )
inline

Definition at line 47 of file qqmlmetatype.cpp.

◆ operator*() [1/2]

QQmlMetaTypeData & QQmlMetaTypeDataPtr::operator* ( )
inline

Definition at line 45 of file qqmlmetatype.cpp.

◆ operator*() [2/2]

const QQmlMetaTypeData & QQmlMetaTypeDataPtr::operator* ( ) const
inline

Definition at line 49 of file qqmlmetatype.cpp.

◆ operator->() [1/2]

QQmlMetaTypeData * QQmlMetaTypeDataPtr::operator-> ( )
inline

Definition at line 46 of file qqmlmetatype.cpp.

◆ operator->() [2/2]

const QQmlMetaTypeData * QQmlMetaTypeDataPtr::operator-> ( ) const
inline

Definition at line 50 of file qqmlmetatype.cpp.


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