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
QQmlPropertyIndex Class Reference

#include <qqmlpropertyindex_p.h>

Collaboration diagram for QQmlPropertyIndex:

Public Member Functions

 QQmlPropertyIndex ()
 QQmlPropertyIndex (int coreIndex)
 QQmlPropertyIndex (int coreIndex, int valueTypeIndex)
bool isValid () const
int coreIndex () const
int valueTypeIndex () const
bool hasValueTypeIndex () const
qint32 toEncoded () const
int intValue () const
bool operator== (const QQmlPropertyIndex &other) const
bool operator!= (const QQmlPropertyIndex &other) const

Static Public Member Functions

static QQmlPropertyIndex fromEncoded (qint32 encodedIndex)

Detailed Description

Definition at line 23 of file qqmlpropertyindex_p.h.

Constructor & Destructor Documentation

◆ QQmlPropertyIndex() [1/3]

QQmlPropertyIndex::QQmlPropertyIndex ( )
inline

Definition at line 28 of file qqmlpropertyindex_p.h.

◆ QQmlPropertyIndex() [2/3]

QQmlPropertyIndex::QQmlPropertyIndex ( int coreIndex)
inlineexplicit

Definition at line 38 of file qqmlpropertyindex_p.h.

◆ QQmlPropertyIndex() [3/3]

QQmlPropertyIndex::QQmlPropertyIndex ( int coreIndex,
int valueTypeIndex )
inlineexplicit

Definition at line 41 of file qqmlpropertyindex_p.h.

Member Function Documentation

◆ coreIndex()

int QQmlPropertyIndex::coreIndex ( ) const
inline

Definition at line 48 of file qqmlpropertyindex_p.h.

◆ fromEncoded()

QQmlPropertyIndex QQmlPropertyIndex::fromEncoded ( qint32 encodedIndex)
inlinestatic

Definition at line 31 of file qqmlpropertyindex_p.h.

◆ hasValueTypeIndex()

bool QQmlPropertyIndex::hasValueTypeIndex ( ) const
inline

Definition at line 62 of file qqmlpropertyindex_p.h.

◆ intValue()

int QQmlPropertyIndex::intValue ( ) const
inline

Definition at line 72 of file qqmlpropertyindex_p.h.

◆ isValid()

bool QQmlPropertyIndex::isValid ( ) const
inline

Definition at line 45 of file qqmlpropertyindex_p.h.

◆ operator!=()

bool QQmlPropertyIndex::operator!= ( const QQmlPropertyIndex & other) const
inline

Definition at line 78 of file qqmlpropertyindex_p.h.

◆ operator==()

bool QQmlPropertyIndex::operator== ( const QQmlPropertyIndex & other) const
inline

Definition at line 75 of file qqmlpropertyindex_p.h.

◆ toEncoded()

qint32 QQmlPropertyIndex::toEncoded ( ) const
inline

Definition at line 69 of file qqmlpropertyindex_p.h.

◆ valueTypeIndex()

int QQmlPropertyIndex::valueTypeIndex ( ) const
inline

Definition at line 55 of file qqmlpropertyindex_p.h.


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