![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qdesigner_propertycommand_p.h>
Public Member Functions | |
| PropertyDescription ()=default | |
| PropertyDescription (const QString &propertyName, QDesignerPropertySheetExtension *propertySheet, int index) | |
| bool | equals (const PropertyDescription &p) const |
| void | debug () const |
Public Attributes | |
| QString | m_propertyName |
| QString | m_propertyGroup |
| int | m_propertyType = QMetaType::UnknownType |
| SpecialProperty | m_specialProperty = SP_None |
Definition at line 159 of file qdesigner_propertycommand_p.h.
|
default |
| qdesigner_internal::PropertyListCommand::PropertyDescription::PropertyDescription | ( | const QString & | propertyName, |
| QDesignerPropertySheetExtension * | propertySheet, | ||
| int | index ) |
Definition at line 918 of file qdesigner_propertycommand.cpp.
| void qdesigner_internal::PropertyListCommand::PropertyDescription::debug | ( | ) | const |
Definition at line 928 of file qdesigner_propertycommand.cpp.
| bool qdesigner_internal::PropertyListCommand::PropertyDescription::equals | ( | const PropertyDescription & | p | ) | const |
Definition at line 933 of file qdesigner_propertycommand.cpp.
| QString qdesigner_internal::PropertyListCommand::PropertyDescription::m_propertyGroup |
Definition at line 167 of file qdesigner_propertycommand_p.h.
| QString qdesigner_internal::PropertyListCommand::PropertyDescription::m_propertyName |
Definition at line 166 of file qdesigner_propertycommand_p.h.
| int qdesigner_internal::PropertyListCommand::PropertyDescription::m_propertyType = QMetaType::UnknownType |
Definition at line 168 of file qdesigner_propertycommand_p.h.
| SpecialProperty qdesigner_internal::PropertyListCommand::PropertyDescription::m_specialProperty = SP_None |
Definition at line 169 of file qdesigner_propertycommand_p.h.