Classes | |
struct | Background |
struct | Border |
Public Member Functions | |
virtual void | drawPath (const QPainterPath &path) |
See QPaintEngine::drawPath() More... | |
virtual void | drawRects (const QRectF *rects, int count) |
See QPaintEngine::drawRects() More... | |
virtual void | drawRects (const QRect *rects, int count) |
See QPaintEngine::drawRects() More... | |
QwtStyleSheetRecorder (const QSize &size) | |
void | setCornerRects (const QPainterPath &path) |
virtual void | updateState (const QPaintEngineState &state) |
See QPaintEngine::updateState() More... | |
Public Member Functions inherited from QwtNullPaintDevice | |
virtual void | drawEllipse (const QRectF &) |
See QPaintEngine::drawEllipse() More... | |
virtual void | drawEllipse (const QRect &) |
See QPaintEngine::drawEllipse() More... | |
virtual void | drawImage (const QRectF &, const QImage &, const QRectF &, Qt::ImageConversionFlags) |
See QPaintEngine::drawImage() More... | |
virtual void | drawLines (const QLine *, int) |
See QPaintEngine::drawLines() More... | |
virtual void | drawLines (const QLineF *, int) |
See QPaintEngine::drawLines() More... | |
virtual void | drawPixmap (const QRectF &, const QPixmap &, const QRectF &) |
See QPaintEngine::drawPixmap() More... | |
virtual void | drawPoints (const QPointF *, int) |
See QPaintEngine::drawPoints() More... | |
virtual void | drawPoints (const QPoint *, int) |
See QPaintEngine::drawPoints() More... | |
virtual void | drawPolygon (const QPointF *, int, QPaintEngine::PolygonDrawMode) |
See QPaintEngine::drawPolygon() More... | |
virtual void | drawPolygon (const QPoint *, int, QPaintEngine::PolygonDrawMode) |
See QPaintEngine::drawPolygon() More... | |
virtual void | drawTextItem (const QPointF &, const QTextItem &) |
See QPaintEngine::drawTextItem() More... | |
virtual void | drawTiledPixmap (const QRectF &, const QPixmap &, const QPointF &s) |
See QPaintEngine::drawTiledPixmap() More... | |
virtual int | metric (PaintDeviceMetric metric) const |
Mode | mode () const |
virtual QPaintEngine * | paintEngine () const |
See QPaintDevice::paintEngine() More... | |
QwtNullPaintDevice () | |
Constructor. More... | |
void | setMode (Mode) |
virtual | ~QwtNullPaintDevice () |
Destructor. More... | |
Public Attributes | |
struct QwtStyleSheetRecorder::Background | background |
struct QwtStyleSheetRecorder::Border | border |
QVector< QRectF > | clipRects |
Protected Member Functions | |
virtual QSize | sizeMetrics () const |
Private Member Functions | |
void | alignCornerRects (const QRectF &rect) |
Private Attributes | |
QBrush | d_brush |
QPointF | d_origin |
QPen | d_pen |
const QSize | d_size |
Additional Inherited Members | |
Public Types inherited from QwtNullPaintDevice | |
enum | Mode { NormalMode, PolygonPathMode, PathMode } |
Render mode. More... | |
Definition at line 18 of file qwt_plot_abstract_canvas.cpp.
|
inlineexplicit |
Definition at line 21 of file qwt_plot_abstract_canvas.cpp.
|
inlineprivate |
Definition at line 124 of file qwt_plot_abstract_canvas.cpp.
|
inlinevirtual |
See QPaintEngine::drawPath()
Reimplemented from QwtNullPaintDevice.
Definition at line 54 of file qwt_plot_abstract_canvas.cpp.
|
inlinevirtual |
See QPaintEngine::drawRects()
Reimplemented from QwtNullPaintDevice.
Definition at line 42 of file qwt_plot_abstract_canvas.cpp.
|
inlinevirtual |
See QPaintEngine::drawRects()
Reimplemented from QwtNullPaintDevice.
Definition at line 48 of file qwt_plot_abstract_canvas.cpp.
|
inline |
Definition at line 72 of file qwt_plot_abstract_canvas.cpp.
|
inlineprotectedvirtual |
Implements QwtNullPaintDevice.
Definition at line 118 of file qwt_plot_abstract_canvas.cpp.
|
inlinevirtual |
See QPaintEngine::updateState()
Reimplemented from QwtNullPaintDevice.
Definition at line 26 of file qwt_plot_abstract_canvas.cpp.
struct QwtStyleSheetRecorder::Background QwtStyleSheetRecorder::background |
struct QwtStyleSheetRecorder::Border QwtStyleSheetRecorder::border |
QVector<QRectF> QwtStyleSheetRecorder::clipRects |
Definition at line 143 of file qwt_plot_abstract_canvas.cpp.
|
private |
Definition at line 163 of file qwt_plot_abstract_canvas.cpp.
|
private |
Definition at line 164 of file qwt_plot_abstract_canvas.cpp.
|
private |
Definition at line 162 of file qwt_plot_abstract_canvas.cpp.
|
private |
Definition at line 160 of file qwt_plot_abstract_canvas.cpp.