Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qqmlproperty.h File Reference
#include <QtCore/qstring.h>
#include <QtCore/qhashfunctions.h>
#include <QtQml/qtqmlglobal.h>
#include <QtCore/qmetaobject.h>
#include <QtQml/qqmlregistration.h>
+ Include dependency graph for qqmlproperty.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

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

Typedefs

typedef QList< QQmlPropertyQQmlProperties
 

Functions

size_t qHash (const QQmlProperty &key, size_t seed=0)
 
 Q_DECLARE_TYPEINFO (QQmlProperty, Q_RELOCATABLE_TYPE)
 

Typedef Documentation

◆ QQmlProperties

Definition at line 107 of file qqmlproperty.h.

Function Documentation

◆ Q_DECLARE_TYPEINFO()

Q_DECLARE_TYPEINFO ( QQmlProperty  ,
Q_RELOCATABLE_TYPE   
)

◆ qHash()

size_t qHash ( const QQmlProperty key,
size_t  seed = 0 
)
inline

Definition at line 109 of file qqmlproperty.h.

References qHashMulti(), and seed.

+ Here is the call graph for this function: