|
Krita Source Code Documentation
|
#include <KisPaintThicknessOptionData.h>
Inheritance diagram for KisPaintThicknessOptionMixInImpl:Public Types | |
| enum | ThicknessMode { RESERVED , OVERWRITE , OVERLAY } |
Public Member Functions | |
| bool | read (const KisPropertiesConfiguration *setting) |
| void | write (KisPropertiesConfiguration *setting) const |
Public Attributes | |
| ThicknessMode | mode {OVERLAY} |
Friends | |
| bool | operator== (const KisPaintThicknessOptionMixInImpl &lhs, const KisPaintThicknessOptionMixInImpl &rhs) |
Definition at line 15 of file KisPaintThicknessOptionData.h.
| Enumerator | |
|---|---|
| RESERVED | |
| OVERWRITE | |
| OVERLAY | |
Definition at line 18 of file KisPaintThicknessOptionData.h.
| bool KisPaintThicknessOptionMixInImpl::read | ( | const KisPropertiesConfiguration * | setting | ) |
Definition at line 11 of file KisPaintThicknessOptionData.cpp.
References KisPropertiesConfiguration::getInt(), mode, OVERLAY, and RESERVED.
| void KisPaintThicknessOptionMixInImpl::write | ( | KisPropertiesConfiguration * | setting | ) | const |
Definition at line 22 of file KisPaintThicknessOptionData.cpp.
References mode, and KisPropertiesConfiguration::setProperty().
|
friend |
Definition at line 24 of file KisPaintThicknessOptionData.h.
| ThicknessMode KisPaintThicknessOptionMixInImpl::mode {OVERLAY} |
Definition at line 28 of file KisPaintThicknessOptionData.h.