42 #include "private/qdeclarativeproxymetaobject_p.h" 43 #include "private/qdeclarativeproperty_p.h" 48 : metaObjects(mList), proxies(0), parent(0), object(obj)
95 for (
int jj = 0; jj < methods; ++jj) {
97 metaObject->
method(jj + methodOffset);
106 return proxies[ii]->qt_metacall(c, proxyId, a);
121 return object->qt_metacall(c,
id, a);
#define QT_END_NAMESPACE
This macro expands to.
static bool connect(QObject *sender, int signal_index, const QObject *receiver, int method_index, int type=0, int *types=0)
Connect sender signal_index to receiver method_index with the specified type and types.
long ASN1_INTEGER_get ASN1_INTEGER * a
The QObject class is the base class of all Qt objects.
static QObjectPrivate * get(QObject *o)
#define QT_BEGIN_NAMESPACE
This macro expands to.
virtual const QMetaObject * metaObject() const
Returns a pointer to the meta-object of this object.
The QList class is a template class that provides lists.