Qt 6.11
Qt Canvas Painter
C++ Classes
QtCanvasPainter (Technical Preview)
QCanvasPath
Qt Canvas Painter | Commercial or GPLv3
List of All Members for QCanvasPath
This is the complete list of members for
QCanvasPath
, including inherited members.
QCanvasPath
(int, int)
QCanvasPath
(const QCanvasPath &)
QCanvasPath
(QCanvasPath &&)
~QCanvasPath
()
addPath
(const QCanvasPath &, const QTransform &)
addPath
(const QCanvasPath &, int, int, const QTransform &)
arc
(float, float, float, float, float, QCanvasPainter::PathWinding, QCanvasPainter::PathConnection)
arc
(int, float, float, float, QCanvasPainter::PathWinding, QCanvasPainter::PathConnection)
arcTo
(float, float, float, float, float)
arcTo
(int, int, float)
beginHoleSubPath
()
beginSolidSubPath
()
bezierCurveTo
(float, float, float, float, float, float)
bezierCurveTo
(int, int, int)
circle
(float, float, float)
circle
(int, float)
clear
()
closePath
()
commandsCapacity
() const : int
commandsDataCapacity
() const : int
commandsDataSize
() const : int
commandsSize
() const : int
currentPosition
() const : int
ellipse
(float, float, float, float)
ellipse
(const int &)
isEmpty
() const : bool
lineTo
(int)
lineTo
(float, float)
moveTo
(int)
moveTo
(float, float)
positionAt
(int) const : int
quadraticCurveTo
(float, float, float, float)
quadraticCurveTo
(int, int)
rect
(float, float, float, float)
rect
(const int &)
reserve
(int, int)
reserve
(int)
roundRect
(float, float, float, float, float)
roundRect
(float, float, float, float, float, float, float, float)
roundRect
(const int &, float)
roundRect
(const int &, float, float, float, float)
setPathWinding
(QCanvasPainter::PathWinding)
sliced
(int, int, const QTransform &) const : QCanvasPath
squeeze
()
operator=
(QCanvasPath &&) : QCanvasPath &
operator=
(const QCanvasPath &) : QCanvasPath &