Krita Source Code Documentation
Loading...
Searching...
No Matches
KisBezierPatch.h File Reference
#include "kritaglobal_export.h"
#include <QRectF>
#include <array>

Go to the source code of this file.

Classes

class  KisBezierPatch
 

Functions

KRITAGLOBAL_EXPORT QDebug operator<< (QDebug dbg, const KisBezierPatch &p)
 

Function Documentation

◆ operator<<()

KRITAGLOBAL_EXPORT QDebug operator<< ( QDebug dbg,
const KisBezierPatch & p )

Definition at line 206 of file KisBezierPatch.cpp.

206 {
207 dbg.nospace() << "Patch " << p.srcBoundingRect() << " -> " << p.dstBoundingRect() << "\n";
208 dbg.nospace() << " ( " << p.points[KisBezierPatch::TL] << " "<< p.points[KisBezierPatch::TR] << " " << p.points[KisBezierPatch::BL] << " " << p.points[KisBezierPatch::BR] << ") ";
209 return dbg.nospace();
210}
const Params2D p

References KisBezierPatch::BL, KisBezierPatch::BR, p, KisBezierPatch::TL, and KisBezierPatch::TR.