|
Krita Source Code Documentation
|
#include <kis_combo_based_paintop_property.h>
Inheritance diagram for KisComboBasedPaintOpProperty:Classes | |
| struct | Private |
Private Attributes | |
| const QScopedPointer< Private > | m_d |
Additional Inherited Members | |
Public Types inherited from KisUniformPaintOpProperty | |
| enum | SubType { SubType_None = 0 , SubType_Angle } |
| Hint to guess what this property is used for. More... | |
| enum | Type { Int = 0 , Double , Bool , Combo } |
Public Slots inherited from KisUniformPaintOpProperty | |
| void | requestReadValue () |
| void | setValue (const QVariant &value) |
Signals inherited from KisUniformPaintOpProperty | |
| void | valueChanged (const QVariant &value) |
Protected Member Functions inherited from KisUniformPaintOpProperty | |
| virtual void | readValueImpl () |
| virtual void | writeValueImpl () |
Definition at line 19 of file kis_combo_based_paintop_property.h.
| KisComboBasedPaintOpProperty::KisComboBasedPaintOpProperty | ( | const KoID & | id, |
| KisPaintOpSettingsRestrictedSP | settings, | ||
| QObject * | parent ) |
Definition at line 19 of file kis_combo_based_paintop_property.cpp.
|
override |
Definition at line 39 of file kis_combo_based_paintop_property.cpp.
| KisComboBasedPaintOpProperty::KisComboBasedPaintOpProperty | ( | Type | type, |
| SubType | subType, | ||
| const KoID & | id, | ||
| KisPaintOpSettingsRestrictedSP | settings, | ||
| QObject * | parent ) |
Definition at line 32 of file kis_combo_based_paintop_property.cpp.
References KisUniformPaintOpProperty::Combo, KIS_ASSERT_RECOVER_RETURN, and KisUniformPaintOpProperty::type().
| KisComboBasedPaintOpProperty::KisComboBasedPaintOpProperty | ( | Type | type, |
| const KoID & | id, | ||
| KisPaintOpSettingsRestrictedSP | settings, | ||
| QObject * | parent ) |
Definition at line 25 of file kis_combo_based_paintop_property.cpp.
References KisUniformPaintOpProperty::Combo, KIS_ASSERT_RECOVER_RETURN, and KisUniformPaintOpProperty::type().
| QList< QIcon > KisComboBasedPaintOpProperty::icons | ( | ) | const |
Definition at line 53 of file kis_combo_based_paintop_property.cpp.
References m_d.
| QList< QString > KisComboBasedPaintOpProperty::items | ( | ) | const |
Definition at line 43 of file kis_combo_based_paintop_property.cpp.
References m_d.
Definition at line 58 of file kis_combo_based_paintop_property.cpp.
References m_d.
Definition at line 48 of file kis_combo_based_paintop_property.cpp.
References m_d.
|
private |
Definition at line 37 of file kis_combo_based_paintop_property.h.