![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Member Functions | |
| QtPropertyPrivate (QtAbstractPropertyManager *manager) | |
| QtPropertyPrivate (QtAbstractPropertyManager *manager) | |
Public Attributes | |
| QtProperty * | q_ptr |
| QtProperty * | m_parentItem = nullptr |
| QList< QtProperty * > | m_subItems |
| QString | m_valueToolTip |
| QString | m_descriptionToolTip |
| QString | m_statusTip |
| QString | m_whatsThis |
| QString | m_name |
| bool | m_enabled = true |
| bool | m_modified = false |
| QtAbstractPropertyManager *const | m_manager |
Definition at line 14 of file qtpropertybrowser.cpp.
|
inlineexplicit |
Definition at line 17 of file qtpropertybrowser.cpp.
References m_manager.
|
inlineexplicit |
Definition at line 17 of file qtpropertybrowser.cpp.
| QString QtPropertyPrivate::m_descriptionToolTip |
Definition at line 25 of file qtpropertybrowser.cpp.
| bool QtPropertyPrivate::m_enabled = true |
Definition at line 29 of file qtpropertybrowser.cpp.
| QtAbstractPropertyManager *const QtPropertyPrivate::m_manager |
Definition at line 32 of file qtpropertybrowser.cpp.
Referenced by QtPropertyPrivate().
| bool QtPropertyPrivate::m_modified = false |
Definition at line 30 of file qtpropertybrowser.cpp.
| QString QtPropertyPrivate::m_name |
Definition at line 28 of file qtpropertybrowser.cpp.
| QtProperty * QtPropertyPrivate::m_parentItem = nullptr |
Definition at line 21 of file qtpropertybrowser.cpp.
| QString QtPropertyPrivate::m_statusTip |
Definition at line 26 of file qtpropertybrowser.cpp.
| QList< QtProperty * > QtPropertyPrivate::m_subItems |
Definition at line 22 of file qtpropertybrowser.cpp.
| QString QtPropertyPrivate::m_valueToolTip |
Definition at line 24 of file qtpropertybrowser.cpp.
| QString QtPropertyPrivate::m_whatsThis |
Definition at line 27 of file qtpropertybrowser.cpp.
| QtProperty * QtPropertyPrivate::q_ptr |
Definition at line 19 of file qtpropertybrowser.cpp.