#include <qqmlobjectorgadget_p.h>
|
template<qsizetype Prealloc> |
using | ArgTypeStorage = QVarLengthArray<QMetaType, Prealloc> |
static bool | canConvert (const QQmlMetaObject &from, const QQmlMetaObject &to) |
static void | resolveGadgetMethodOrPropertyIndex (QMetaObject::Call type, const QMetaObject **metaObject, int *index) |
template<typename ArgTypeStorage> |
static bool | methodParameterTypes (const QMetaMethod &method, ArgTypeStorage *argStorage, QByteArray *unknownTypeError) |
template<typename ArgTypeStorage> |
static bool | methodReturnAndParameterTypes (const QMetaMethod &method, ArgTypeStorage *argStorage, QByteArray *unknownTypeError) |
template<typename Store> |
static bool | parameterType (const QMetaMethod &method, int ii, QByteArray *unknownTypeError, const Store &store) |
const QMetaObject * | _m = nullptr |
Definition at line 23 of file qqmlobjectorgadget_p.h.
◆ QQmlObjectOrGadget() [1/3]
QQmlObjectOrGadget::QQmlObjectOrGadget |
( |
QObject * | obj | ) |
|
|
inline |
◆ QQmlObjectOrGadget() [2/3]
QQmlObjectOrGadget::QQmlObjectOrGadget |
( |
const QMetaObject * | metaObject, |
|
|
void * | gadget ) |
|
inline |
◆ QQmlObjectOrGadget() [3/3]
QQmlObjectOrGadget::QQmlObjectOrGadget |
( |
const QMetaObject * | metaObject | ) |
|
|
inline |
◆ isNull()
bool QQmlObjectOrGadget::isNull |
( |
| ) |
const |
|
inline |
◆ metacall()
◆ qObject()
QObject * QQmlObjectOrGadget::qObject |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: