42 #include "private/qdeclarativeopenmetaobject_p.h" 43 #include "private/qdeclarativepropertycache_p.h" 44 #include "private/qdeclarativedata_p.h" 125 mob.setSuperClass(metaObj);
129 mem = mob.toMetaObject();
142 : q(_q), parent(0),
type(0), cacheProperties(false) {}
145 while (
data.count() <= idx)
149 prop.
first = q->initialValue(idx);
156 while (
data.count() <= idx)
164 if (idx >=
data.count())
166 return data[idx].second;
234 d->
writeData(propId, *reinterpret_cast<QVariant *>(a[0]));
244 return d->
object->qt_metacall(c,
id, a);
The QVariant class acts like a union for the most common Qt data types.
static bool automatic(Engine *driver, int token)
QDeclarativePropertyCache * propertyCache
static QDeclarativeData * get(const QObject *object, bool create=false)
#define QT_END_NAMESPACE
This macro expands to.
#define it(className, varName)
Q_CORE_EXPORT void qFree(void *ptr)
bool remove(const T &value)
The QByteArray class provides an array of bytes.
void update(QDeclarativeEngine *, const QMetaObject *)
long ASN1_INTEGER_get ASN1_INTEGER * a
The QObject class is the base class of all Qt objects.
static QObjectPrivate * get(QObject *o)
iterator insert(const Key &key, const T &value)
Inserts a new item with the key and a value of value.
#define QT_BEGIN_NAMESPACE
This macro expands to.
const_iterator insert(const T &value)
static const char * data(const QByteArray &arr)
T & first()
Returns a reference to the first item in the list.
const char * constData() const
Returns a pointer to the data stored in the byte array.
iterator end()
Returns an STL-style iterator pointing to the imaginary item after the last item in the hash...
The QDeclarativeEngine class provides an environment for instantiating QML components.
if(void) toggleToolbarShown
int count(const Key &key) const
Returns the number of items associated with the key.
iterator find(const Key &key)
Returns an iterator pointing to the item with the key in the hash.
static QByteArray number(int, int base=10)
Returns a byte array containing the string equivalent of the number n to base base (10 by default)...
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.