Krita Source Code Documentation
Loading...
Searching...
No Matches
KoViewTransformStillPoint.cpp File Reference
#include <QDebug>
#include "KoViewTransformStillPoint.h"

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator<<()

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().