Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
RequiredPropertyKey Struct Reference

#include <qqmlobjectcreator_p.h>

Collaboration diagram for RequiredPropertyKey:

Public Member Functions

 RequiredPropertyKey ()=default
 RequiredPropertyKey (const QObject *object, const QQmlPropertyData *data)

Public Attributes

const QObjectobject = nullptr
const QQmlPropertyDatadata = nullptr

Friends

size_t qHash (const RequiredPropertyKey &key, size_t seed=0)
bool operator== (const RequiredPropertyKey &a, const RequiredPropertyKey &b)

Detailed Description

Definition at line 56 of file qqmlobjectcreator_p.h.

Constructor & Destructor Documentation

◆ RequiredPropertyKey() [1/2]

RequiredPropertyKey::RequiredPropertyKey ( )
default

◆ RequiredPropertyKey() [2/2]

RequiredPropertyKey::RequiredPropertyKey ( const QObject * object,
const QQmlPropertyData * data )
inline

Definition at line 59 of file qqmlobjectcreator_p.h.

References RequiredPropertyKey(), and data.

Referenced by RequiredPropertyKey().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ operator==

bool operator== ( const RequiredPropertyKey & a,
const RequiredPropertyKey & b )
friend

Definition at line 73 of file qqmlobjectcreator_p.h.

References data.

◆ qHash

size_t qHash ( const RequiredPropertyKey & key,
size_t seed = 0 )
friend

Definition at line 68 of file qqmlobjectcreator_p.h.

References data.

Member Data Documentation

◆ data

const QQmlPropertyData* RequiredPropertyKey::data = nullptr

Definition at line 65 of file qqmlobjectcreator_p.h.

Referenced by RequiredPropertyKey(), operator==, and qHash.

◆ object

const QObject* RequiredPropertyKey::object = nullptr

Definition at line 64 of file qqmlobjectcreator_p.h.


The documentation for this struct was generated from the following file: