|
Krita Source Code Documentation
|
#include <KisDuplicateOptionData.h>
Inheritance diagram for KisDuplicateOptionData:Public Member Functions | |
| bool | read (const KisPropertiesConfiguration *setting) |
| void | write (KisPropertiesConfiguration *setting) const |
Public Attributes | |
| bool | cloneFromProjection {false} |
| bool | correctPerspective {false} |
| bool | healing {false} |
| bool | moveSourcePoint {true} |
| bool | resetSourcePoint {false} |
Friends | |
| bool | operator== (const KisDuplicateOptionData &lhs, const KisDuplicateOptionData &rhs) |
Definition at line 24 of file KisDuplicateOptionData.h.
| bool KisDuplicateOptionData::read | ( | const KisPropertiesConfiguration * | setting | ) |
Definition at line 11 of file KisDuplicateOptionData.cpp.
References cloneFromProjection, correctPerspective, DUPLICATE_CLONE_FROM_PROJECTION, DUPLICATE_CORRECT_PERSPECTIVE, DUPLICATE_HEALING, DUPLICATE_MOVE_SOURCE_POINT, DUPLICATE_RESET_SOURCE_POINT, KisPropertiesConfiguration::getBool(), healing, moveSourcePoint, and resetSourcePoint.
| void KisDuplicateOptionData::write | ( | KisPropertiesConfiguration * | setting | ) | const |
Definition at line 22 of file KisDuplicateOptionData.cpp.
References cloneFromProjection, correctPerspective, DUPLICATE_CLONE_FROM_PROJECTION, DUPLICATE_CORRECT_PERSPECTIVE, DUPLICATE_HEALING, DUPLICATE_MOVE_SOURCE_POINT, DUPLICATE_RESET_SOURCE_POINT, healing, moveSourcePoint, resetSourcePoint, and KisPropertiesConfiguration::setProperty().
|
friend |
Definition at line 25 of file KisDuplicateOptionData.h.
| bool KisDuplicateOptionData::cloneFromProjection {false} |
Definition at line 39 of file KisDuplicateOptionData.h.
| bool KisDuplicateOptionData::correctPerspective {false} |
Definition at line 36 of file KisDuplicateOptionData.h.
| bool KisDuplicateOptionData::healing {false} |
Definition at line 35 of file KisDuplicateOptionData.h.
| bool KisDuplicateOptionData::moveSourcePoint {true} |
Definition at line 37 of file KisDuplicateOptionData.h.
| bool KisDuplicateOptionData::resetSourcePoint {false} |
Definition at line 38 of file KisDuplicateOptionData.h.