Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qcosmeticstroker_p.h File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

#include <QtGui/private/qtguiglobal_p.h>
#include <private/qdrawhelper_p.h>
#include <private/qvectorpath_p.h>
#include <private/qpaintengine_raster_p.h>
#include <qpen.h>
+ Include dependency graph for qcosmeticstroker_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QCosmeticStroker
 
struct  QCosmeticStroker::Point
 
struct  QCosmeticStroker::PointF
 

Typedefs

typedef bool(* StrokeLine) (QCosmeticStroker *stroker, qreal x1, qreal y1, qreal x2, qreal y2, int caps)
 

Typedef Documentation

◆ StrokeLine

typedef bool(* StrokeLine) (QCosmeticStroker *stroker, qreal x1, qreal y1, qreal x2, qreal y2, int caps)

Definition at line 30 of file qcosmeticstroker_p.h.