|
Krita Source Code Documentation
|
#include <KoSvgText.h>
Inheritance diagram for KoSvgText::AutoLengthPercentage:Public Member Functions | |
| AutoLengthPercentage () | |
| AutoLengthPercentage (CssLengthPercentage _length) | |
| AutoLengthPercentage (qreal _customValue, CssLengthPercentage::UnitType unit=CssLengthPercentage::Absolute) | |
| bool | operator== (const AutoLengthPercentage &other) const |
Public Attributes | |
| bool | isAuto = true |
| CssLengthPercentage | length |
Definition at line 457 of file KoSvgText.h.
|
inline |
Definition at line 459 of file KoSvgText.h.
|
inline |
Definition at line 460 of file KoSvgText.h.
|
inline |
Definition at line 462 of file KoSvgText.h.
|
inline |
| bool KoSvgText::AutoLengthPercentage::isAuto = true |
Definition at line 465 of file KoSvgText.h.
| CssLengthPercentage KoSvgText::AutoLengthPercentage::length |
Definition at line 466 of file KoSvgText.h.