|
Krita Source Code Documentation
|
#include "kis_liquify_properties.h"#include <QDomElement>#include <kconfig.h>#include <kconfiggroup.h>#include <ksharedconfig.h>#include "kis_debug.h"#include "kis_dom_utils.h"Go to the source code of this file.
Functions | |
| QString | liquifyModeString (KisLiquifyProperties::LiquifyMode mode) |
| QDebug | operator<< (QDebug dbg, const KisLiquifyProperties &props) |
| QString liquifyModeString | ( | KisLiquifyProperties::LiquifyMode | mode | ) |
Definition at line 60 of file kis_liquify_properties.cpp.
References KisLiquifyProperties::MOVE, KisLiquifyProperties::N_MODES, KisLiquifyProperties::OFFSET, KisLiquifyProperties::ROTATE, KisLiquifyProperties::SCALE, and KisLiquifyProperties::UNDO.
| QDebug operator<< | ( | QDebug | dbg, |
| const KisLiquifyProperties & | props ) |
Definition at line 176 of file kis_liquify_properties.cpp.
References KisLiquifyProperties::amount(), KisLiquifyProperties::amountHasPressure(), KisLiquifyProperties::flow(), KisLiquifyProperties::mode(), ppVar, KisLiquifyProperties::reverseDirection(), KisLiquifyProperties::size(), KisLiquifyProperties::sizeHasPressure(), KisLiquifyProperties::spacing(), and KisLiquifyProperties::useWashMode().