dqt ~master (2021-12-05T11:53:08Z)
Dub
Repo
QPainterPath.cubicTo
qt
gui
painterpath
QPainterPath
Undocumented in source.
void
cubicTo
(const(QPointF) ctrlPt1, const(QPointF) ctrlPt2, const(QPointF) endPt)
struct
QPainterPath
void
cubicTo
(
ref
const
(
QPointF
)
ctrlPt1
,
ref
const
(
QPointF
)
ctrlPt2
,
ref
const
(
QPointF
)
endPt
)
void
cubicTo
(qreal ctrlPt1x, qreal ctrlPt1y, qreal ctrlPt2x, qreal ctrlPt2y, qreal endPtx, qreal endPty)
Meta
Source
See Implementation
qt
gui
painterpath
QPainterPath
constructors
this
destructors
~this
enums
ElementType
functions
addEllipse
addPath
addPolygon
addRect
addRegion
addRoundRect
addRoundedRect
addText
angleAtPercent
arcMoveTo
arcTo
boundingRect
capacity
clear
closeSubpath
connectPath
contains
controlPointRect
cubicTo
currentPosition
elementAt
elementCount
fillRule
intersected
intersects
isEmpty
length
lineTo
moveTo
opBinary
opOpAssign
percentAtLength
pointAtPercent
quadTo
rawConstructor
reserve
setElementPositionAt
setFillRule
simplified
slopeAtPercent
subtracted
subtractedInverted
toFillPolygon
toFillPolygons
toReversed
toSubpathPolygons
translate
translated
united
postblits
this(this)
static functions
create
structs
Element