Krita Source Code Documentation
Loading...
Searching...
No Matches
KoViewTransformStillPoint.h File Reference
#include <kritaflake_export.h>
#include <QPointF>
#include <utility>

Go to the source code of this file.

Classes

class  KoViewTransformStillPoint
 

Functions

KRITAFLAKE_EXPORT QDebug operator<< (QDebug dbg, const KoViewTransformStillPoint &point)
 

Function Documentation

◆ operator<<()

KRITAFLAKE_EXPORT QDebug operator<< ( QDebug dbg,
const KoViewTransformStillPoint & point )

Definition at line 28 of file KoViewTransformStillPoint.cpp.

29{
30 dbg.nospace() << "KoViewTransformStillPoint(docPoint: " << point.docPoint() << ", viewPoint: " << point.viewPoint() << ")";
31 return dbg.space();
32}

References KoViewTransformStillPoint::docPoint(), and KoViewTransformStillPoint::viewPoint().