|
virtual bool | begin (QPaintDevice *) QWT_OVERRIDE |
|
virtual void | drawEllipse (const QRect &) QWT_OVERRIDE |
| See QPaintEngine::drawEllipse() More...
|
|
virtual void | drawEllipse (const QRectF &) QWT_OVERRIDE |
| See QPaintEngine::drawEllipse() More...
|
|
virtual void | drawImage (const QRectF &, const QImage &, const QRectF &, Qt::ImageConversionFlags) QWT_OVERRIDE |
| See QPaintEngine::drawImage() More...
|
|
virtual void | drawLines (const QLine *, int) QWT_OVERRIDE |
| See QPaintEngine::drawLines() More...
|
|
virtual void | drawLines (const QLineF *, int) QWT_OVERRIDE |
| See QPaintEngine::drawLines() More...
|
|
virtual void | drawPath (const QPainterPath &) QWT_OVERRIDE |
| See QPaintEngine::drawPath() More...
|
|
virtual void | drawPixmap (const QRectF &, const QPixmap &, const QRectF &) QWT_OVERRIDE |
| See QPaintEngine::drawPixmap() More...
|
|
virtual void | drawPoints (const QPoint *, int) QWT_OVERRIDE |
| See QPaintEngine::drawPoints() More...
|
|
virtual void | drawPoints (const QPointF *, int) QWT_OVERRIDE |
| See QPaintEngine::drawPoints() More...
|
|
virtual void | drawPolygon (const QPoint *, int, PolygonDrawMode) QWT_OVERRIDE |
|
virtual void | drawPolygon (const QPointF *, int, PolygonDrawMode) QWT_OVERRIDE |
|
virtual void | drawRects (const QRect *, int) QWT_OVERRIDE |
| See QPaintEngine::drawRects() More...
|
|
virtual void | drawRects (const QRectF *, int) QWT_OVERRIDE |
| See QPaintEngine::drawRects() More...
|
|
virtual void | drawTextItem (const QPointF &, const QTextItem &) QWT_OVERRIDE |
| See QPaintEngine::drawTextItem() More...
|
|
virtual void | drawTiledPixmap (const QRectF &, const QPixmap &, const QPointF &s) QWT_OVERRIDE |
| See QPaintEngine::drawTiledPixmap() More...
|
|
virtual bool | end () QWT_OVERRIDE |
|
virtual bool | event (QEvent *event) QWT_OVERRIDE |
|
void | layoutContents () |
|
| LegendView (QWidget *parent) |
|
| PaintEngine () |
|
virtual Type | type () const QWT_OVERRIDE |
|
virtual void | updateState (const QPaintEngineState &) QWT_OVERRIDE |
| See QPaintEngine::updateState() More...
|
|
virtual bool | viewportEvent (QEvent *event) QWT_OVERRIDE |
|
QSize | viewportSize (int w, int h) const |
|
virtual void | drawPolygon (const QPoint *, int, QPaintEngine::PolygonDrawMode) |
| See QPaintEngine::drawPolygon() More...
|
|
virtual void | drawPolygon (const QPointF *, int, QPaintEngine::PolygonDrawMode) |
| See QPaintEngine::drawPolygon() More...
|
|
virtual int | metric (PaintDeviceMetric) const QWT_OVERRIDE |
|
Mode | mode () const |
|
virtual QPaintEngine * | paintEngine () const QWT_OVERRIDE |
| See QPaintDevice::paintEngine() More...
|
|
| QwtNullPaintDevice () |
| Constructor. More...
|
|
void | setMode (Mode) |
|
virtual | ~QwtNullPaintDevice () |
| Destructor. More...
|
|
QPointF | center () const |
| Get the center of the scale. More...
|
|
virtual double | extent (const QFont &) const QWT_OVERRIDE |
|
void | moveCenter (const QPointF &) |
|
void | moveCenter (double x, double y) |
| Move the center of the scale draw, leaving the radius unchanged. More...
|
|
| QwtRoundScaleDraw () |
| Constructor. More...
|
|
double | radius () const |
|
void | setAngleRange (double angle1, double angle2) |
| Adjust the baseline circle segment for round scales. More...
|
|
void | setRadius (double radius) |
|
virtual | ~QwtRoundScaleDraw () |
| Destructor. More...
|
|
virtual void | draw (QPainter *, const QPalette &) const |
| Draw the scale. More...
|
|
void | enableComponent (ScaleComponent, bool enable=true) |
|
bool | hasComponent (ScaleComponent) const |
|
void | invalidateCache () |
|
virtual QwtText | label (double) const |
| Convert a value into its representing label. More...
|
|
double | maxTickLength () const |
|
double | minimumExtent () const |
|
qreal | penWidthF () const |
|
| QwtAbstractScaleDraw () |
| Constructor. More...
|
|
const QwtScaleDiv & | scaleDiv () const |
|
QwtScaleMap & | scaleMap () |
|
const QwtScaleMap & | scaleMap () const |
|
void | setMinimumExtent (double) |
| Set a minimum for the extent. More...
|
|
void | setPenWidthF (qreal width) |
| Specify the width of the scale pen. More...
|
|
void | setScaleDiv (const QwtScaleDiv &) |
|
void | setSpacing (double) |
| Set the spacing between tick and labels. More...
|
|
void | setTickLength (QwtScaleDiv::TickType, double length) |
|
void | setTransformation (QwtTransform *) |
|
double | spacing () const |
| Get the spacing. More...
|
|
double | tickLength (QwtScaleDiv::TickType) const |
|
virtual | ~QwtAbstractScaleDraw () |
| Destructor. More...
|
|
virtual bool | eventFilter (QObject *, QEvent *) QWT_OVERRIDE |
| Event filter. More...
|
|
MaskMode | maskMode () const |
|
| QwtWidgetOverlay (QWidget *) |
| Constructor. More...
|
|
RenderMode | renderMode () const |
|
void | setMaskMode (MaskMode) |
| Specify how to find the mask for the overlay. More...
|
|
void | setRenderMode (RenderMode) |
|
virtual | ~QwtWidgetOverlay () |
| Destructor. More...
|
|
|
enum | Mode { NormalMode,
PolygonPathMode,
PathMode
} |
| Render mode. More...
|
|
enum | ScaleComponent { Backbone = 0x01,
Ticks = 0x02,
Labels = 0x04
} |
|
enum | MaskMode { NoMask,
MaskHint,
AlphaMask
} |
| Mask mode. More...
|
|
enum | RenderMode { AutoRenderMode,
CopyAlphaMask,
DrawOverlay
} |
| Render mode. More...
|
|
void | updateOverlay () |
|
virtual QSize | sizeMetrics () const =0 |
|
virtual void | drawBackbone (QPainter *) const QWT_OVERRIDE |
|
virtual void | drawLabel (QPainter *, double value) const QWT_OVERRIDE |
|
virtual void | drawTick (QPainter *, double value, double len) const QWT_OVERRIDE |
|
const QwtText & | tickLabel (const QFont &, double value) const |
| Convert a value into its representing label and cache it. More...
|
|
virtual void | drawOverlay (QPainter *painter) const =0 |
|
virtual QRegion | maskHint () const |
| Calculate an approximation for the mask. More...
|
|
virtual void | paintEvent (QPaintEvent *) QWT_OVERRIDE |
|
virtual void | resizeEvent (QResizeEvent *) QWT_OVERRIDE |
|
Definition at line 144 of file qwt_legend.cpp.