Qt 4.8
Classes | Typedefs | Functions
qdeclarativeproperty.h File Reference
#include <QtCore/qmetaobject.h>

Go to the source code of this file.

Classes

class  QDeclarativeProperty
 The QDeclarativeProperty class abstracts accessing properties on objects created from QML. More...
 

Typedefs

typedef QList< QDeclarativePropertyQDeclarativeProperties
 

Functions

uint qHash (const QDeclarativeProperty &key)
 

Typedef Documentation

◆ QDeclarativeProperties

Definition at line 132 of file qdeclarativeproperty.h.

Function Documentation

◆ qHash()

uint qHash ( const QDeclarativeProperty key)
inline

Definition at line 134 of file qdeclarativeproperty.h.

135 {
136  return qHash(key.object()) + qHash(key.name());
137 }
QObject * object() const
Returns the QDeclarativeProperty&#39;s QObject.
uint qHash(const QUrl &url)
Definition: qurl.h:285
QString name() const
Return the name of this QML property.