![]() |
KD Chart API Documentation 3.1
|
#include <KDChartNullPaintDevice.h>


Public Member Functions | |
| bool | begin (QPaintDevice *) override |
| void | drawEllipse (const QRect &) override |
| void | drawEllipse (const QRectF &) override |
| void | drawImage (const QRectF &, const QImage &, const QRectF &, Qt::ImageConversionFlags) override |
| void | drawLines (const QLine *, int) override |
| void | drawLines (const QLineF *, int) override |
| void | drawPath (const QPainterPath &) override |
| void | drawPixmap (const QRectF &, const QPixmap &, const QRectF &) override |
| void | drawPoints (const QPoint *, int) override |
| void | drawPoints (const QPointF *, int) override |
| void | drawPolygon (const QPoint *, int, PolygonDrawMode) override |
| void | drawPolygon (const QPointF *, int, PolygonDrawMode) override |
| void | drawRects (const QRect *, int) override |
| void | drawRects (const QRectF *, int) override |
| void | drawTextItem (const QPointF &, const QTextItem &) override |
| void | drawTiledPixmap (const QRectF &, const QPixmap &, const QPointF &) override |
| bool | end () override |
| Type | type () const override |
| void | updateState (const QPaintEngineState &) override |
Public Member Functions inherited from QPaintEngine | |
| QPaintEngine (QPaintEngine::PaintEngineFeatures caps) | |
| virtual | ~QPaintEngine () |
| bool | hasFeature (QPaintEngine::PaintEngineFeatures feature) const const |
| bool | isActive () const const |
| QPaintDevice * | paintDevice () const const |
| QPainter * | painter () const const |
| void | setActive (bool state) |
Additional Inherited Members | |
Public Types inherited from QPaintEngine | |
| enum | DirtyFlag |
| enum | PaintEngineFeature |
| enum | PolygonDrawMode |
| enum | Type |
Public Attributes inherited from QPaintEngine | |
| AllDirty | |
| AllFeatures | |
| AlphaBlend | |
| Antialiasing | |
| BlendModes | |
| Blitter | |
| BrushStroke | |
| ConicalGradientFill | |
| ConstantOpacity | |
| ConvexMode | |
| CoreGraphics | |
| Direct2D | |
| Direct3D | |
| DirtyBackground | |
| DirtyBackgroundMode | |
| DirtyBrush | |
| DirtyBrushOrigin | |
| DirtyClipEnabled | |
| DirtyClipPath | |
| DirtyClipRegion | |
| DirtyCompositionMode | |
| typedef | DirtyFlags |
| DirtyFont | |
| DirtyHints | |
| DirtyOpacity | |
| DirtyPen | |
| DirtyTransform | |
| LinearGradientFill | |
| MacPrinter | |
| MaskedBrush | |
| MaxUser | |
| ObjectBoundingModeGradients | |
| OddEvenMode | |
| OpenGL | |
| OpenGL2 | |
| OpenVG | |
| PaintBuffer | |
| typedef | PaintEngineFeatures |
| PainterPaths | |
| PaintOutsidePaintEvent | |
| PatternBrush | |
| PatternTransform | |
| PerspectiveTransform | |
| Picture | |
| PixmapTransform | |
| PolylineMode | |
| PorterDuff | |
| PostScript | |
| PrimitiveTransform | |
| QuickDraw | |
| QWindowSystem | |
| RadialGradientFill | |
| Raster | |
| RasterOpModes | |
| SVG | |
| User | |
| WindingMode | |
| Windows | |
| X11 | |
Definition at line 18 of file KDChartNullPaintDevice.h.
|
inlineoverridevirtual |
Implements QPaintEngine.
Definition at line 21 of file KDChartNullPaintDevice.h.
|
inlineoverridevirtual |
Reimplemented from QPaintEngine.
Definition at line 28 of file KDChartNullPaintDevice.h.
|
inlineoverridevirtual |
Reimplemented from QPaintEngine.
Definition at line 25 of file KDChartNullPaintDevice.h.
|
inlineoverridevirtual |
Reimplemented from QPaintEngine.
Definition at line 31 of file KDChartNullPaintDevice.h.
|
inlineoverridevirtual |
Reimplemented from QPaintEngine.
Definition at line 37 of file KDChartNullPaintDevice.h.
|
inlineoverridevirtual |
Reimplemented from QPaintEngine.
Definition at line 34 of file KDChartNullPaintDevice.h.
|
inlineoverridevirtual |
Reimplemented from QPaintEngine.
Definition at line 40 of file KDChartNullPaintDevice.h.
|
inlineoverridevirtual |
Implements QPaintEngine.
Definition at line 43 of file KDChartNullPaintDevice.h.
|
inlineoverridevirtual |
Reimplemented from QPaintEngine.
Definition at line 49 of file KDChartNullPaintDevice.h.
|
inlineoverridevirtual |
Reimplemented from QPaintEngine.
Definition at line 46 of file KDChartNullPaintDevice.h.
|
inlineoverridevirtual |
Reimplemented from QPaintEngine.
Definition at line 55 of file KDChartNullPaintDevice.h.
|
inlineoverridevirtual |
Reimplemented from QPaintEngine.
Definition at line 52 of file KDChartNullPaintDevice.h.
|
inlineoverridevirtual |
Reimplemented from QPaintEngine.
Definition at line 61 of file KDChartNullPaintDevice.h.
|
inlineoverridevirtual |
Reimplemented from QPaintEngine.
Definition at line 58 of file KDChartNullPaintDevice.h.
|
inlineoverridevirtual |
Reimplemented from QPaintEngine.
Definition at line 64 of file KDChartNullPaintDevice.h.
|
inlineoverridevirtual |
Reimplemented from QPaintEngine.
Definition at line 67 of file KDChartNullPaintDevice.h.
|
inlineoverridevirtual |
Implements QPaintEngine.
Definition at line 70 of file KDChartNullPaintDevice.h.
|
inlineoverridevirtual |
Implements QPaintEngine.
Definition at line 75 of file KDChartNullPaintDevice.h.
References QPaintEngine::User.
|
inlineoverridevirtual |
Implements QPaintEngine.
Definition at line 79 of file KDChartNullPaintDevice.h.
https://www.kdab.com/development-resources/qt-tools/kd-chart/