Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_liquify_properties.h File Reference
#include <QtGlobal>
#include <QDebug>
#include <boost/operators.hpp>
#include "kritatooltransform_export.h"

Go to the source code of this file.

Classes

class  KisLiquifyProperties
 

Functions

QDebug KRITATOOLTRANSFORM_EXPORT operator<< (QDebug dbg, const KisLiquifyProperties &properties)
 

Function Documentation

◆ operator<<()

QDebug KRITATOOLTRANSFORM_EXPORT operator<< ( QDebug dbg,
const KisLiquifyProperties & properties )

Definition at line 242 of file kis_liquify_properties.cpp.

243{
244 dbg.nospace() << "\nKisLiquifyProperties(";
245 dbg.space() << "\n " << ppVar(props.mode());
246 dbg.space() << "\n " << ppVar(props.size());
247 dbg.space() << "\n " << ppVar(props.amount());
248 dbg.space() << "\n " << ppVar(props.spacing());
249 dbg.space() << "\n " << ppVar(props.sizeHasPressure());
250 dbg.space() << "\n " << ppVar(props.amountHasPressure());
251 dbg.space() << "\n " << ppVar(props.reverseDirection());
252 dbg.space() << "\n " << ppVar(props.useWashMode());
253 dbg.space() << "\n " << ppVar(props.flow());
254 dbg.space() << "\n " << ppVar(props.preserveShapeRotation());
255 dbg.space() << "\n " << ppVar(props.preserveShapeScale());
256 dbg.space() << "\n " << ppVar(props.preserveShapeStretch());
257 dbg.space() << "\n );\n";
258 return dbg.nospace();
259}
#define ppVar(var)
Definition kis_debug.h:159

References KisLiquifyProperties::amount(), KisLiquifyProperties::amountHasPressure(), KisLiquifyProperties::flow(), KisLiquifyProperties::mode(), ppVar, KisLiquifyProperties::preserveShapeRotation(), KisLiquifyProperties::preserveShapeScale(), KisLiquifyProperties::preserveShapeStretch(), KisLiquifyProperties::reverseDirection(), KisLiquifyProperties::size(), KisLiquifyProperties::sizeHasPressure(), KisLiquifyProperties::spacing(), and KisLiquifyProperties::useWashMode().