|
Krita Source Code Documentation
|
The SvgTextShortcutInfo class This. More...
Inheritance diagram for SvgTextShortcutInfo:Public Types | |
| enum | ActionType { Set , Toggle , Increase , Decrease } |
Public Member Functions | |
| bool | operator== (const SvgTextShortcutInfo &other) const |
| SvgTextShortcutInfo () | |
Static Public Member Functions | |
| static SvgTextShortcutInfo | propertyChange (KoSvgTextProperties::PropertyId _propertyId, QVariant _value1, bool _increase) |
| static SvgTextShortcutInfo | propertySet (KoSvgTextProperties::PropertyId _propertyId, QVariant _value1) |
| static SvgTextShortcutInfo | propertyToggle (KoSvgTextProperties::PropertyId _propertyId, QVariant _value1, QVariant _value2, QVariant _testValue) |
Public Attributes | |
| KoSvgTextProperties::PropertyId | propertyId |
| QVariant | testValue |
| ActionType | type |
| QVariant | value1 |
| QVariant | value2 |
The SvgTextShortcutInfo class This.
Definition at line 16 of file SvgTextShortCuts.cpp.
| Enumerator | |
|---|---|
| Set | Will set value1, cannot be toggled. |
| Toggle | Toggle will test "testValue", and toggle between value1 and value 2;. |
| Increase | |
| Decrease | |
Definition at line 18 of file SvgTextShortCuts.cpp.
|
inline |
Definition at line 24 of file SvgTextShortCuts.cpp.
|
inline |
Definition at line 61 of file SvgTextShortCuts.cpp.
References propertyId, testValue, type, value1, and value2.
|
inlinestatic |
Definition at line 37 of file SvgTextShortCuts.cpp.
References Decrease, Increase, propertyId, type, and value1.
|
inlinestatic |
Definition at line 45 of file SvgTextShortCuts.cpp.
References propertyId, Set, type, and value1.
|
inlinestatic |
Definition at line 26 of file SvgTextShortCuts.cpp.
References propertyId, testValue, Toggle, type, value1, and value2.
| KoSvgTextProperties::PropertyId SvgTextShortcutInfo::propertyId |
Definition at line 53 of file SvgTextShortCuts.cpp.
| QVariant SvgTextShortcutInfo::testValue |
Definition at line 57 of file SvgTextShortCuts.cpp.
| ActionType SvgTextShortcutInfo::type |
Definition at line 54 of file SvgTextShortCuts.cpp.
| QVariant SvgTextShortcutInfo::value1 |
Definition at line 55 of file SvgTextShortCuts.cpp.
| QVariant SvgTextShortcutInfo::value2 |
Definition at line 56 of file SvgTextShortCuts.cpp.