Krita Source Code Documentation
Loading...
Searching...
No Matches
KarbonCalligraphicShape.h File Reference
#include <KoParameterShape.h>
#include <QDebug>

Go to the source code of this file.

Classes

class  KarbonCalligraphicPoint
 
class  KarbonCalligraphicShape
 

Macros

#define KarbonCalligraphicShapeId   "KarbonCalligraphicShape"
 

Functions

QDebug operator<< (QDebug dbg, const KarbonCalligraphicPoint &pt)
 

Macro Definition Documentation

◆ KarbonCalligraphicShapeId

#define KarbonCalligraphicShapeId   "KarbonCalligraphicShape"

Definition at line 13 of file KarbonCalligraphicShape.h.

Function Documentation

◆ operator<<()

QDebug operator<< ( QDebug dbg,
const KarbonCalligraphicPoint & pt )
inline

Definition at line 58 of file KarbonCalligraphicShape.h.

59{
60 dbg.nospace() << "(" << pt.point() << ", a: " << pt.angle() << ", w: " << pt.width() << ")";
61 return dbg.space();
62}

References KarbonCalligraphicPoint::angle(), KarbonCalligraphicPoint::point(), and KarbonCalligraphicPoint::width().