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
QQmlJSRegisterContentPrivate::PropertyLookup Struct Reference
Collaboration diagram for QQmlJSRegisterContentPrivate::PropertyLookup:

Public Attributes

QQmlJSMetaProperty property
int baseLookupIndex = QQmlJSRegisterContent::InvalidLookupIndex
int resultLookupIndex = QQmlJSRegisterContent::InvalidLookupIndex

Friends

size_t qHash (const PropertyLookup &property, size_t seed=0)
bool operator== (const PropertyLookup &a, const PropertyLookup &b)
bool operator!= (const PropertyLookup &a, const PropertyLookup &b)
size_t qHash (const PropertyLookup &property, size_t seed=0)
bool operator== (const PropertyLookup &a, const PropertyLookup &b)
bool operator!= (const PropertyLookup &a, const PropertyLookup &b)

Detailed Description

Definition at line 45 of file qqmljsregistercontent.cpp.

◆ operator!= [1/2]

bool operator!= ( const PropertyLookup & a,
const PropertyLookup & b )
friend

Definition at line 64 of file qqmljsregistercontent.cpp.

References operator==.

◆ operator!= [2/2]

bool operator!= ( const PropertyLookup & a,
const PropertyLookup & b )
friend

Definition at line 64 of file qqmljsregistercontent.cpp.

◆ operator== [1/2]

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

Definition at line 57 of file qqmljsregistercontent.cpp.

Referenced by operator!=.

◆ operator== [2/2]

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

Definition at line 57 of file qqmljsregistercontent.cpp.

◆ qHash [1/2]

size_t qHash ( const PropertyLookup & property,
size_t seed = 0 )
friend

Definition at line 51 of file qqmljsregistercontent.cpp.

◆ qHash [2/2]

size_t qHash ( const PropertyLookup & property,
size_t seed = 0 )
friend

Definition at line 51 of file qqmljsregistercontent.cpp.

Member Data Documentation

◆ baseLookupIndex

int QQmlJSRegisterContentPrivate::PropertyLookup::baseLookupIndex = QQmlJSRegisterContent::InvalidLookupIndex

Definition at line 48 of file qqmljsregistercontent.cpp.

◆ property

QQmlJSMetaProperty QQmlJSRegisterContentPrivate::PropertyLookup::property

Definition at line 47 of file qqmljsregistercontent.cpp.

◆ resultLookupIndex

int QQmlJSRegisterContentPrivate::PropertyLookup::resultLookupIndex = QQmlJSRegisterContent::InvalidLookupIndex

Definition at line 49 of file qqmljsregistercontent.cpp.


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