#include <qqmlmetaobject_p.h>
|
| | QQmlMetaObject ()=default |
| | QQmlMetaObject (const QObject *) |
| | QQmlMetaObject (const QMetaObject *) |
| | QQmlMetaObject (const QQmlPropertyCache::ConstPtr &) |
| | QQmlMetaObject (const QQmlMetaObject &) |
| QQmlMetaObject & | operator= (const QQmlMetaObject &) |
| bool | isNull () const |
| const char * | className () const |
| int | propertyCount () const |
| const QMetaObject * | metaObject () const |
| QMetaType | methodReturnType (const QQmlPropertyData &data, QString *unknownTypeError=nullptr) const |
| template<typename ArgTypeStorage> |
| bool | methodParameterTypes (const QQmlPropertyData &data, ArgTypeStorage *argStorage, QString *unknownTypeError=nullptr) const |
| template<typename ArgTypeStorage> |
| bool | methodReturnAndParameterTypes (const QQmlPropertyData &data, ArgTypeStorage *argStorage, QString *unknownTypeError=nullptr) const |
| template<typename ArgTypeStorage> |
| bool | constructorParameterTypes (const QQmlPropertyData &data, ArgTypeStorage *argStorarge, QString *unknownTypeError=nullptr) const |
| template<typename ArgTypeStorage> |
| bool | constructorReturnAndParameterTypes (const QQmlPropertyData &data, ArgTypeStorage *storage, QString *unknownTypeError=nullptr) const |
| template<typename ArgTypeStorage> |
| bool | methodReturnAndParameterTypes (const QQmlPropertyData &data, const QMetaMethod &method, ArgTypeStorage *argStorage, QString *unknownTypeError=nullptr) const |
Definition at line 34 of file qqmlmetaobject_p.h.
◆ ArgTypeStorage
◆ QQmlMetaObject() [1/5]
| QQmlMetaObject::QQmlMetaObject |
( |
| ) |
|
|
inlinedefault |
◆ QQmlMetaObject() [2/5]
| QQmlMetaObject::QQmlMetaObject |
( |
const QObject * | o | ) |
|
|
inline |
◆ QQmlMetaObject() [3/5]
| QQmlMetaObject::QQmlMetaObject |
( |
const QMetaObject * | m | ) |
|
|
inline |
◆ QQmlMetaObject() [4/5]
◆ QQmlMetaObject() [5/5]
◆ canConvert()
◆ className()
| const char * QQmlMetaObject::className |
( |
| ) |
const |
|
inline |
◆ constructorParameterTypes()
Returns false if one of the types is unknown. Otherwise, fills argstorage with the metatypes of the function.
Definition at line 96 of file qqmlmetaobject_p.h.
◆ constructorReturnAndParameterTypes()
Returns false if one of the types is unknown. Otherwise, fills argstorage with the metatypes of the function.
Definition at line 112 of file qqmlmetaobject_p.h.
◆ isNull()
| bool QQmlMetaObject::isNull |
( |
| ) |
const |
|
inline |
◆ metaObject()
| const QMetaObject * QQmlMetaObject::metaObject |
( |
| ) |
const |
|
inline |
◆ methodParameterTypes() [1/2]
◆ methodParameterTypes() [2/2]
Returns false if one of the types is unknown. Otherwise, fills argstorage with the metatypes of the function.
Definition at line 64 of file qqmlmetaobject_p.h.
◆ methodReturnAndParameterTypes() [1/2]
Returns false if one of the types is unknown. Otherwise, fills argstorage with the metatypes of the function.
Definition at line 80 of file qqmlmetaobject_p.h.
◆ methodReturnAndParameterTypes() [2/2]
◆ methodReturnType()
◆ operator=()
◆ parameterType()
template<typename Store>
| bool QQmlMetaObject::parameterType |
( |
const QMetaMethod & | method, |
|
|
int | ii, |
|
|
QString * | unknownTypeError, |
|
|
const Store & | store ) |
|
inlinestaticprotected |
◆ propertyCount()
| int QQmlMetaObject::propertyCount |
( |
| ) |
const |
|
inline |
◆ resolveGadgetMethodOrPropertyIndex()
◆ _m
The documentation for this class was generated from the following files: