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
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.

Friends And Related Symbol Documentation

◆ operator==

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

Definition at line 73 of file qqmlobjectcreator_p.h.

◆ qHash

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

Definition at line 68 of file qqmlobjectcreator_p.h.

Member Data Documentation

◆ data

const QQmlPropertyData* RequiredPropertyKey::data = nullptr

Definition at line 65 of file qqmlobjectcreator_p.h.

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