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 176 of file kis_liquify_properties.cpp.

177{
178 dbg.nospace() << "\nKisLiquifyProperties(";
179 dbg.space() << "\n " << ppVar(props.mode());
180 dbg.space() << "\n " << ppVar(props.size());
181 dbg.space() << "\n " << ppVar(props.amount());
182 dbg.space() << "\n " << ppVar(props.spacing());
183 dbg.space() << "\n " << ppVar(props.sizeHasPressure());
184 dbg.space() << "\n " << ppVar(props.amountHasPressure());
185 dbg.space() << "\n " << ppVar(props.reverseDirection());
186 dbg.space() << "\n " << ppVar(props.useWashMode());
187 dbg.space() << "\n " << ppVar(props.flow());
188 dbg.space() << "\n );\n";
189 return dbg.nospace();
190}
#define ppVar(var)
Definition kis_debug.h:155

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