![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <brushpropertymanager.h>
Public Member Functions | |
| Q_DISABLE_COPY_MOVE (BrushPropertyManager) | |
| BrushPropertyManager () | |
| ~BrushPropertyManager () | |
| void | initializeProperty (QtVariantPropertyManager *vm, QtProperty *property, int enumTypeId) |
| bool | uninitializeProperty (QtProperty *property) |
| int | valueChanged (QtVariantPropertyManager *vm, QtProperty *property, const QVariant &value) |
| int | setValue (QtVariantPropertyManager *vm, QtProperty *property, const QVariant &value) |
| bool | valueText (const QtProperty *property, QString *text) const |
| bool | valueIcon (const QtProperty *property, QIcon *icon) const |
| bool | value (const QtProperty *property, QVariant *v) const |
| void | slotPropertyDestroyed (QtProperty *property) |
Definition at line 23 of file brushpropertymanager.h.
|
default |
|
default |
| void qdesigner_internal::BrushPropertyManager::initializeProperty | ( | QtVariantPropertyManager * | vm, |
| QtProperty * | property, | ||
| int | enumTypeId ) |
Definition at line 127 of file brushpropertymanager.cpp.
References QtProperty::addSubProperty().
| qdesigner_internal::BrushPropertyManager::Q_DISABLE_COPY_MOVE | ( | BrushPropertyManager | ) |
| int qdesigner_internal::BrushPropertyManager::setValue | ( | QtVariantPropertyManager * | vm, |
| QtProperty * | property, | ||
| const QVariant & | value ) |
Definition at line 220 of file brushpropertymanager.cpp.
References QtVariantPropertyManager::variantProperty().
| void qdesigner_internal::BrushPropertyManager::slotPropertyDestroyed | ( | QtProperty * | property | ) |
Definition at line 173 of file brushpropertymanager.cpp.
| bool qdesigner_internal::BrushPropertyManager::uninitializeProperty | ( | QtProperty * | property | ) |
Definition at line 148 of file brushpropertymanager.cpp.
| bool qdesigner_internal::BrushPropertyManager::value | ( | const QtProperty * | property, |
| QVariant * | v ) const |
Definition at line 261 of file brushpropertymanager.cpp.
| int qdesigner_internal::BrushPropertyManager::valueChanged | ( | QtVariantPropertyManager * | vm, |
| QtProperty * | property, | ||
| const QVariant & | value ) |
Definition at line 188 of file brushpropertymanager.cpp.
References QtVariantPropertyManager::variantProperty().
| bool qdesigner_internal::BrushPropertyManager::valueIcon | ( | const QtProperty * | property, |
| QIcon * | icon ) const |
Definition at line 252 of file brushpropertymanager.cpp.
| bool qdesigner_internal::BrushPropertyManager::valueText | ( | const QtProperty * | property, |
| QString * | text ) const |
Definition at line 240 of file brushpropertymanager.cpp.