Collaboration diagram for QtPropertyPrivate:Public Member Functions | |
| QtPropertyPrivate (QtAbstractPropertyManager *manager) | |
Public Attributes | |
| bool | m_enabled |
| QtAbstractPropertyManager *const | m_manager |
| bool | m_modified |
| QString | m_name |
| QSet< QtProperty * > | m_parentItems |
| QString | m_statusTip |
| QList< QtProperty * > | m_subItems |
| QString | m_toolTip |
| QString | m_whatsThis |
| QtProperty * | q_ptr |
|
inline |
| bool QtPropertyPrivate::m_enabled |
Referenced by QtProperty::isEnabled(), and QtProperty::setEnabled().
| QtAbstractPropertyManager* const QtPropertyPrivate::m_manager |
| bool QtPropertyPrivate::m_modified |
Referenced by QtProperty::isModified(), and QtProperty::setModified().
| QString QtPropertyPrivate::m_name |
Referenced by QtProperty::propertyName(), and QtProperty::setPropertyName().
| QSet<QtProperty*> QtPropertyPrivate::m_parentItems |
Referenced by QtProperty::~QtProperty().
| QString QtPropertyPrivate::m_statusTip |
Referenced by QtProperty::setStatusTip(), and QtProperty::statusTip().
| QList<QtProperty*> QtPropertyPrivate::m_subItems |
| QString QtPropertyPrivate::m_toolTip |
Referenced by QtProperty::setToolTip(), and QtProperty::toolTip().
| QString QtPropertyPrivate::m_whatsThis |
Referenced by QtProperty::setWhatsThis(), and QtProperty::whatsThis().
| QtProperty* QtPropertyPrivate::q_ptr |
Referenced by QtProperty::QtProperty().