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
QQmlOpenMetaObjectPrivate::Property Struct Reference
Collaboration diagram for QQmlOpenMetaObjectPrivate::Property:

Public Member Functions

QVariant value () const
QVariantvalueRef ()
void setValue (const QVariant &v)
QVariant value () const
QVariantvalueRef ()
void setValue (const QVariant &v)

Public Attributes

bool valueSet = false

Detailed Description

Definition at line 150 of file qqmlopenmetaobject.cpp.

Member Function Documentation

◆ setValue() [1/2]

void QQmlOpenMetaObjectPrivate::Property::setValue ( const QVariant & v)
inline

Definition at line 164 of file qqmlopenmetaobject.cpp.

References valueSet.

◆ setValue() [2/2]

void QQmlOpenMetaObjectPrivate::Property::setValue ( const QVariant & v)
inline

Definition at line 164 of file qqmlopenmetaobject.cpp.

◆ value() [1/2]

QVariant QQmlOpenMetaObjectPrivate::Property::value ( ) const
inline

Definition at line 157 of file qqmlopenmetaobject.cpp.

◆ value() [2/2]

QVariant QQmlOpenMetaObjectPrivate::Property::value ( ) const
inline

Definition at line 157 of file qqmlopenmetaobject.cpp.

◆ valueRef() [1/2]

QVariant & QQmlOpenMetaObjectPrivate::Property::valueRef ( )
inline

Definition at line 163 of file qqmlopenmetaobject.cpp.

◆ valueRef() [2/2]

QVariant & QQmlOpenMetaObjectPrivate::Property::valueRef ( )
inline

Definition at line 163 of file qqmlopenmetaobject.cpp.

Member Data Documentation

◆ valueSet

bool QQmlOpenMetaObjectPrivate::Property::valueSet = false

Definition at line 155 of file qqmlopenmetaobject.cpp.

Referenced by setValue().


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