A null paint device doing nothing. More...
#include <qwt_null_paintdevice.h>
Classes | |
class | PaintEngine |
class | PrivateData |
Public Types | |
enum | Mode { NormalMode, PolygonPathMode, PathMode } |
Render mode. More... | |
Public Member Functions | |
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 | drawPath (const QPainterPath &) |
See QPaintEngine::drawPath() 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 | drawRects (const QRect *, int) |
See QPaintEngine::drawRects() More... | |
virtual void | drawRects (const QRectF *, int) |
See QPaintEngine::drawRects() 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 void | updateState (const QPaintEngineState &state) |
See QPaintEngine::updateState() More... | |
virtual | ~QwtNullPaintDevice () |
Destructor. More... | |
Protected Member Functions | |
virtual QSize | sizeMetrics () const =0 |
Private Attributes | |
PrivateData * | d_data |
PaintEngine * | d_engine |
A null paint device doing nothing.
Sometimes important layout/rendering geometries are not available or changeable from the public Qt class interface. ( f.e hidden in the style implementation ).
QwtNullPaintDevice can be used to manipulate or filter out this information by analyzing the stream of paint primitives.
F.e. QwtNullPaintDevice is used by QwtPlotCanvas to identify styled backgrounds with rounded corners.
Definition at line 31 of file qwt_null_paintdevice.h.
Render mode.
Definition at line 39 of file qwt_null_paintdevice.h.
QwtNullPaintDevice::QwtNullPaintDevice | ( | ) |
Constructor.
Definition at line 358 of file qwt_null_paintdevice.cpp.
|
virtual |
Destructor.
Definition at line 365 of file qwt_null_paintdevice.cpp.
|
virtual |
See QPaintEngine::drawEllipse()
Definition at line 497 of file qwt_null_paintdevice.cpp.
|
virtual |
See QPaintEngine::drawEllipse()
Definition at line 503 of file qwt_null_paintdevice.cpp.
|
virtual |
See QPaintEngine::drawImage()
Reimplemented in QwtGraphic.
Definition at line 578 of file qwt_null_paintdevice.cpp.
|
virtual |
See QPaintEngine::drawLines()
Definition at line 481 of file qwt_null_paintdevice.cpp.
|
virtual |
See QPaintEngine::drawLines()
Definition at line 489 of file qwt_null_paintdevice.cpp.
|
virtual |
See QPaintEngine::drawPath()
Reimplemented in QwtGraphic, and QwtStyleSheetRecorder.
Definition at line 509 of file qwt_null_paintdevice.cpp.
|
virtual |
See QPaintEngine::drawPixmap()
Reimplemented in QwtGraphic.
Definition at line 551 of file qwt_null_paintdevice.cpp.
|
virtual |
See QPaintEngine::drawPoints()
Definition at line 515 of file qwt_null_paintdevice.cpp.
|
virtual |
See QPaintEngine::drawPoints()
Definition at line 523 of file qwt_null_paintdevice.cpp.
|
virtual |
See QPaintEngine::drawPolygon()
Definition at line 531 of file qwt_null_paintdevice.cpp.
|
virtual |
See QPaintEngine::drawPolygon()
Definition at line 541 of file qwt_null_paintdevice.cpp.
|
virtual |
See QPaintEngine::drawRects()
Reimplemented in QwtStyleSheetRecorder.
Definition at line 465 of file qwt_null_paintdevice.cpp.
|
virtual |
See QPaintEngine::drawRects()
Reimplemented in QwtStyleSheetRecorder.
Definition at line 473 of file qwt_null_paintdevice.cpp.
|
virtual |
See QPaintEngine::drawTextItem()
Definition at line 560 of file qwt_null_paintdevice.cpp.
|
virtual |
See QPaintEngine::drawTiledPixmap()
Definition at line 568 of file qwt_null_paintdevice.cpp.
|
virtual |
See QPaintDevice::metric()
deviceMetric | Type of metric |
Definition at line 413 of file qwt_null_paintdevice.cpp.
QwtNullPaintDevice::Mode QwtNullPaintDevice::mode | ( | ) | const |
|
virtual |
See QPaintDevice::paintEngine()
Definition at line 392 of file qwt_null_paintdevice.cpp.
void QwtNullPaintDevice::setMode | ( | Mode | mode | ) |
Set the render mode
mode | New mode |
Definition at line 377 of file qwt_null_paintdevice.cpp.
|
protectedpure virtual |
Implemented in QwtGraphic, and QwtStyleSheetRecorder.
|
virtual |
See QPaintEngine::updateState()
Reimplemented in QwtGraphic, and QwtStyleSheetRecorder.
Definition at line 589 of file qwt_null_paintdevice.cpp.
|
private |
Definition at line 122 of file qwt_null_paintdevice.h.
|
private |
Definition at line 119 of file qwt_null_paintdevice.h.