![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmlobjectcreator_p.h>
Public Member Functions | |
RequiredPropertyKey ()=default | |
RequiredPropertyKey (const QObject *object, const QQmlPropertyData *data) |
Public Attributes | |
const QObject * | object = nullptr |
const QQmlPropertyData * | data = nullptr |
Friends | |
size_t | qHash (const RequiredPropertyKey &key, size_t seed=0) |
bool | operator== (const RequiredPropertyKey &a, const RequiredPropertyKey &b) |
Definition at line 56 of file qqmlobjectcreator_p.h.
|
default |
|
inline |
Definition at line 59 of file qqmlobjectcreator_p.h.
References RequiredPropertyKey(), and data.
Referenced by RequiredPropertyKey().
|
friend |
Definition at line 73 of file qqmlobjectcreator_p.h.
References data.
|
friend |
Definition at line 68 of file qqmlobjectcreator_p.h.
References data.
const QQmlPropertyData* RequiredPropertyKey::data = nullptr |
Definition at line 65 of file qqmlobjectcreator_p.h.
Referenced by RequiredPropertyKey(), operator==, and qHash.
const QObject* RequiredPropertyKey::object = nullptr |
Definition at line 64 of file qqmlobjectcreator_p.h.