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
QQmltc::PropertyData Struct Reference

#include <qqmltcpropertyutils_p.h>

Collaboration diagram for QQmltc::PropertyData:

Public Member Functions

 PropertyData (const QQmlJSMetaProperty &p)
 PropertyData (const QString &propertyName)

Public Attributes

QString read
QString write
QString bindable
QString notify
QString reset

Detailed Description

Definition at line 47 of file qqmltcpropertyutils_p.h.

Constructor & Destructor Documentation

◆ PropertyData() [1/2]

QQmltc::PropertyData::PropertyData ( const QQmlJSMetaProperty & p)
inline

Definition at line 49 of file qqmltcpropertyutils_p.h.

◆ PropertyData() [2/2]

QQmltc::PropertyData::PropertyData ( const QString & propertyName)
inline

Definition at line 51 of file qqmltcpropertyutils_p.h.

Member Data Documentation

◆ bindable

QString QQmltc::PropertyData::bindable

Definition at line 62 of file qqmltcpropertyutils_p.h.

◆ notify

QString QQmltc::PropertyData::notify

Definition at line 63 of file qqmltcpropertyutils_p.h.

◆ read

QString QQmltc::PropertyData::read

Definition at line 60 of file qqmltcpropertyutils_p.h.

◆ reset

QString QQmltc::PropertyData::reset

Definition at line 64 of file qqmltcpropertyutils_p.h.

◆ write

QString QQmltc::PropertyData::write

Definition at line 61 of file qqmltcpropertyutils_p.h.


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