Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qqmlproperty.h File Reference

(6b9c5f6ed7b768dc918feac76bf40cdffb72bfe7)

#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: