|
|
| LegendView (QWidget *parent) |
| |
|
virtual bool | event (QEvent *event) QWT_OVERRIDE |
| |
|
virtual bool | viewportEvent (QEvent *event) QWT_OVERRIDE |
| |
|
QSize | viewportSize (int w, int h) const |
| |
|
void | layoutContents () |
| |
|
| PaintEngine () |
| |
|
virtual bool | begin (QPaintDevice *) QWT_OVERRIDE |
| |
|
virtual bool | end () QWT_OVERRIDE |
| |
|
virtual Type | type () const QWT_OVERRIDE |
| |
| virtual void | updateState (const QPaintEngineState &) QWT_OVERRIDE |
| | See QPaintEngine::updateState()
|
| |
| virtual void | drawRects (const QRect *, int) QWT_OVERRIDE |
| | See QPaintEngine::drawRects()
|
| |
| virtual void | drawRects (const QRectF *, int) QWT_OVERRIDE |
| | See QPaintEngine::drawRects()
|
| |
| virtual void | drawLines (const QLine *, int) QWT_OVERRIDE |
| | See QPaintEngine::drawLines()
|
| |
| virtual void | drawLines (const QLineF *, int) QWT_OVERRIDE |
| | See QPaintEngine::drawLines()
|
| |
| virtual void | drawEllipse (const QRectF &) QWT_OVERRIDE |
| | See QPaintEngine::drawEllipse()
|
| |
| virtual void | drawEllipse (const QRect &) QWT_OVERRIDE |
| | See QPaintEngine::drawEllipse()
|
| |
| virtual void | drawPath (const QPainterPath &) QWT_OVERRIDE |
| | See QPaintEngine::drawPath()
|
| |
| virtual void | drawPoints (const QPointF *, int) QWT_OVERRIDE |
| | See QPaintEngine::drawPoints()
|
| |
| virtual void | drawPoints (const QPoint *, int) QWT_OVERRIDE |
| | See QPaintEngine::drawPoints()
|
| |
|
virtual void | drawPolygon (const QPointF *, int, PolygonDrawMode) QWT_OVERRIDE |
| |
|
virtual void | drawPolygon (const QPoint *, int, PolygonDrawMode) QWT_OVERRIDE |
| |
| virtual void | drawPixmap (const QRectF &, const QPixmap &, const QRectF &) QWT_OVERRIDE |
| | See QPaintEngine::drawPixmap()
|
| |
| virtual void | drawTextItem (const QPointF &, const QTextItem &) QWT_OVERRIDE |
| | See QPaintEngine::drawTextItem()
|
| |
| virtual void | drawTiledPixmap (const QRectF &, const QPixmap &, const QPointF &s) QWT_OVERRIDE |
| | See QPaintEngine::drawTiledPixmap()
|
| |
| virtual void | drawImage (const QRectF &, const QImage &, const QRectF &, Qt::ImageConversionFlags) QWT_OVERRIDE |
| | See QPaintEngine::drawImage()
|
| |
|
| QwtStyleSheetRecorder (const QSize &size) |
| |
| virtual void | updateState (const QPaintEngineState &state) QWT_OVERRIDE |
| | See QPaintEngine::updateState()
|
| |
| virtual void | drawRects (const QRectF *rects, int count) QWT_OVERRIDE |
| | See QPaintEngine::drawRects()
|
| |
| virtual void | drawRects (const QRect *rects, int count) QWT_OVERRIDE |
| | See QPaintEngine::drawRects()
|
| |
| virtual void | drawPath (const QPainterPath &path) QWT_OVERRIDE |
| | See QPaintEngine::drawPath()
|
| |
|
void | setCornerRects (const QPainterPath &path) |
| |
| | QwtWidgetOverlay (QWidget *) |
| | Constructor.
|
| |
|
virtual | ~QwtWidgetOverlay () |
| | Destructor.
|
| |
| void | setMaskMode (MaskMode) |
| | Specify how to find the mask for the overlay.
|
| |
| MaskMode | maskMode () const |
| |
| void | setRenderMode (RenderMode) |
| | Set the render mode.
|
| |
| RenderMode | renderMode () const |
| |
| virtual bool | eventFilter (QObject *, QEvent *) QWT_OVERRIDE |
| | Event filter.
|
| |
| | QwtRoundScaleDraw () |
| | Constructor.
|
| |
|
virtual | ~QwtRoundScaleDraw () |
| | Destructor.
|
| |
| void | setRadius (double radius) |
| | Change of radius the scale.
|
| |
| double | radius () const |
| | Get the radius.
|
| |
|
void | moveCenter (double x, double y) |
| | Move the center of the scale draw, leaving the radius unchanged.
|
| |
| void | moveCenter (const QPointF &) |
| | Move the center of the scale draw, leaving the radius unchanged.
|
| |
|
QPointF | center () const |
| | Get the center of the scale.
|
| |
| void | setAngleRange (double angle1, double angle2) |
| | Adjust the baseline circle segment for round scales.
|
| |
| virtual double | extent (const QFont &) const QWT_OVERRIDE |
| | Calculate the extent of the scale.
|
| |
| | QwtAbstractScaleDraw () |
| | Constructor.
|
| |
|
virtual | ~QwtAbstractScaleDraw () |
| | Destructor.
|
| |
| void | setScaleDiv (const QwtScaleDiv &) |
| | Change the scale division.
|
| |
| const QwtScaleDiv & | scaleDiv () const |
| |
| void | setTransformation (QwtTransform *) |
| | Change the transformation of the scale.
|
| |
| const QwtScaleMap & | scaleMap () const |
| |
| QwtScaleMap & | scaleMap () |
| |
| void | enableComponent (ScaleComponent, bool enable=true) |
| | En/Disable a component of the scale.
|
| |
| bool | hasComponent (ScaleComponent) const |
| | Check if a component is enabled.
|
| |
| void | setTickLength (QwtScaleDiv::TickType, double length) |
| | Set the length of the ticks.
|
| |
| double | tickLength (QwtScaleDiv::TickType) const |
| |
| double | maxTickLength () const |
| |
| void | setSpacing (double) |
| | Set the spacing between tick and labels.
|
| |
| double | spacing () const |
| | Get the spacing.
|
| |
| void | setPenWidthF (qreal width) |
| | Specify the width of the scale pen.
|
| |
| qreal | penWidthF () const |
| |
| void | setSelected (bool on) |
| | 设置是否选中
|
| |
| bool | isSelected () const |
| | 是否选中
|
| |
| void | setSelectedPenWidthOffset (qreal offset=1) |
| | 设置坐标轴在选中状态下的画笔宽度附加值
|
| |
| qreal | selectedPenWidthOffset () const |
| | 获取当前坐标轴在选中状态下的画笔宽度附加值
|
| |
| virtual void | draw (QPainter *, const QPalette &) const |
| | Draw the scale.
|
| |
| virtual QwtText | label (double) const |
| | Convert a value into its representing label.
|
| |
| void | setMinimumExtent (double) |
| | Set a minimum for the extent.
|
| |
| double | minimumExtent () const |
| | Get the minimum extent.
|
| |
| void | invalidateCache () |
| | Invalidate the cache used by tickLabel()
|
| |
|
| QwtNullPaintDevice () |
| | Constructor.
|
| |
|
virtual | ~QwtNullPaintDevice () |
| | Destructor.
|
| |
| void | setMode (Mode) |
| | Set the render mode.
|
| |
| Mode | mode () const |
| |
|
virtual QPaintEngine * | paintEngine () const QWT_OVERRIDE |
| | See QPaintDevice::paintEngine()
|
| |
| virtual int | metric (PaintDeviceMetric) const QWT_OVERRIDE |
| | See QPaintDevice::metric()
|
| |
|
virtual void | drawPolygon (const QPointF *, int, QPaintEngine::PolygonDrawMode) |
| | See QPaintEngine::drawPolygon()
|
| |
|
virtual void | drawPolygon (const QPoint *, int, QPaintEngine::PolygonDrawMode) |
| | See QPaintEngine::drawPolygon()
|
| |