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

Public Member Functions

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

Public Attributes

bool valueSet = false
 

Detailed Description

Definition at line 145 of file qqmlopenmetaobject.cpp.

Member Function Documentation

◆ setValue()

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

Definition at line 159 of file qqmlopenmetaobject.cpp.

References QMetaType::PointerToQObject, QVariant::value(), and valueSet.

Referenced by QQmlOpenMetaObjectPrivate::propertyRef().

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

◆ value()

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

Definition at line 152 of file qqmlopenmetaobject.cpp.

References QMetaType::flags(), QVariant::metaType(), and QMetaType::PointerToQObject.

+ Here is the call graph for this function:

◆ valueRef()

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

Definition at line 158 of file qqmlopenmetaobject.cpp.

Member Data Documentation

◆ valueSet

bool QQmlOpenMetaObjectPrivate::Property::valueSet = false

Definition at line 150 of file qqmlopenmetaobject.cpp.

Referenced by QQmlOpenMetaObjectPrivate::propertyRef(), and setValue().


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