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

Public Member Functions

QPair< QVariant, bool > & getDataRef (int idx)
 
QVariantgetData (int idx)
 
bool hasData (int idx) const
 
int count ()
 

Public Attributes

QVector< QPair< QVariant, bool > > m_data
 

Detailed Description

Definition at line 18 of file qqmldesignermetaobject.cpp.

Member Function Documentation

◆ count()

int MetaPropertyData::count ( )
inline

Definition at line 40 of file qqmldesignermetaobject.cpp.

References m_data.

◆ getData()

QVariant & MetaPropertyData::getData ( int idx)
inline

Definition at line 25 of file qqmldesignermetaobject.cpp.

References getDataRef().

Referenced by QQmlDesignerMetaObject::openMetaCall().

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

◆ getDataRef()

QPair< QVariant, bool > & MetaPropertyData::getDataRef ( int idx)
inline

Definition at line 19 of file qqmldesignermetaobject.cpp.

References m_data.

Referenced by getData(), QQmlDesignerMetaObject::openMetaCall(), and QQmlDesignerMetaObject::setValue().

+ Here is the caller graph for this function:

◆ hasData()

bool MetaPropertyData::hasData ( int idx) const
inline

Definition at line 34 of file qqmldesignermetaobject.cpp.

References m_data.

Member Data Documentation

◆ m_data

QVector<QPair<QVariant, bool> > MetaPropertyData::m_data

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