QPaintEngine

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
extern (C++)
class QPaintEngine {}

Constructors

this
this(PaintEngineFeatures features)
Undocumented in source.
this
this(QPaintEnginePrivate data, PaintEngineFeatures devcaps)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Aliases

DirtyFlags
alias DirtyFlags = QFlags!(DirtyFlag)
Undocumented in source.
PaintEngineFeatures
alias PaintEngineFeatures = QFlags!(PaintEngineFeature)
Undocumented in source.

Enums

DirtyFlag
enum DirtyFlag
Undocumented in source.
PaintEngineFeature
enum PaintEngineFeature
Undocumented in source.
PolygonDrawMode
enum PolygonDrawMode
Undocumented in source.
Type
enum Type
Undocumented in source.

Functions

active
uint active()
Undocumented in source. Be warned that the author may not have intended to support it.
active
uint active(uint value)
Undocumented in source. Be warned that the author may not have intended to support it.
begin
bool begin(QPaintDevice pdev)
Undocumented in source.
clearDirty
void clearDirty(DirtyFlags df)
Undocumented in source. Be warned that the author may not have intended to support it.
coordinateOffset
QPoint coordinateOffset()
Undocumented in source.
drawEllipse
void drawEllipse(const(QRectF) r)
Undocumented in source.
drawEllipse
void drawEllipse(const(QRect) r)
Undocumented in source.
drawImage
void drawImage(const(QRectF) r, const(QImage) pm, const(QRectF) sr, qt.core.namespace.ImageConversionFlags flags)
Undocumented in source.
drawLines
void drawLines(const(QLine)* lines, int lineCount)
Undocumented in source.
drawLines
void drawLines(const(QLineF)* lines, int lineCount)
Undocumented in source.
drawPath
void drawPath(const(QPainterPath) path)
Undocumented in source.
drawPixmap
void drawPixmap(const(QRectF) r, const(QPixmap) pm, const(QRectF) sr)
Undocumented in source.
drawPoints
void drawPoints(const(QPointF)* points, int pointCount)
Undocumented in source.
drawPoints
void drawPoints(const(QPoint)* points, int pointCount)
Undocumented in source.
drawPolygon
void drawPolygon(const(QPointF)* points, int pointCount, PolygonDrawMode mode)
Undocumented in source.
drawPolygon
void drawPolygon(const(QPoint)* points, int pointCount, PolygonDrawMode mode)
Undocumented in source.
drawRects
void drawRects(const(QRect)* rects, int rectCount)
Undocumented in source.
drawRects
void drawRects(const(QRectF)* rects, int rectCount)
Undocumented in source.
drawTextItem
void drawTextItem(const(QPointF) p, const(QTextItem) textItem)
Undocumented in source.
drawTiledPixmap
void drawTiledPixmap(const(QRectF) r, const(QPixmap) pixmap, const(QPointF) s)
Undocumented in source.
end
bool end()
Undocumented in source.
extended
uint extended()
Undocumented in source. Be warned that the author may not have intended to support it.
extended
uint extended(uint value)
Undocumented in source. Be warned that the author may not have intended to support it.
fix_neg_rect
void fix_neg_rect(int* x, int* y, int* w, int* h)
Undocumented in source. Be warned that the author may not have intended to support it.
isActive
bool isActive()
Undocumented in source. Be warned that the author may not have intended to support it.
isExtended
bool isExtended()
Undocumented in source. Be warned that the author may not have intended to support it.
paintDevice
QPaintDevice paintDevice()
Undocumented in source.
painter
QPainter* painter()
Undocumented in source.
selfDestruct
uint selfDestruct()
Undocumented in source. Be warned that the author may not have intended to support it.
selfDestruct
uint selfDestruct(uint value)
Undocumented in source. Be warned that the author may not have intended to support it.
setActive
void setActive(bool newState)
Undocumented in source. Be warned that the author may not have intended to support it.
setDirty
void setDirty(DirtyFlags df)
Undocumented in source. Be warned that the author may not have intended to support it.
setPaintDevice
void setPaintDevice(QPaintDevice device)
Undocumented in source.
setSystemClip
void setSystemClip(const(QRegion) baseClip)
Undocumented in source.
setSystemRect
void setSystemRect(const(QRect) rect)
Undocumented in source.
syncState
void syncState()
Undocumented in source.
systemClip
QRegion systemClip()
Undocumented in source.
systemRect
QRect systemRect()
Undocumented in source.
testDirty
bool testDirty(DirtyFlags df)
Undocumented in source. Be warned that the author may not have intended to support it.
type
Type type()
Undocumented in source.
updateState
void updateState(const(QPaintEngineState) state)
Undocumented in source.

Variables

bitfieldData_active
ubyte bitfieldData_active;
Undocumented in source.
d_ptr
QScopedPointer!(QPaintEnginePrivate) d_ptr;
Undocumented in source.
gccaps
PaintEngineFeatures gccaps;
Undocumented in source.
state
QPaintEngineState* state;
Undocumented in source.

Meta