#include <qwt_plot_classes.h>
Inheritance diagram for QwtPlotMarker:

Public Member Functions | |
| QwtPlotMarker (QwtPlot *parent) | |
| double | xValue () const |
| double | yValue () const |
| void | setXValue (double val) |
| void | setYValue (double val) |
Protected Member Functions | |
| virtual void | markerChanged () |
Private Attributes | |
| double | d_xValue |
| double | d_yValue |
Definition at line 60 of file qwt_plot_classes.h.
|
|
Constructor.
Definition at line 64 of file qwt_plot_classes.h. |
|
|
Calls itemChanged().
Reimplemented from QwtMarker. Definition at line 84 of file qwt_plot_classes.h. References QwtPlotItem::itemChanged(). |
|
|
Set X Value.
Definition at line 77 of file qwt_plot_classes.h. References QwtMarker::markerChanged(). Referenced by QwtPlot::setMarkerPos(), and QwtPlot::setMarkerXPos(). |
|
|
Set Y Value.
Definition at line 80 of file qwt_plot_classes.h. References QwtMarker::markerChanged(). Referenced by QwtPlot::setMarkerPos(), and QwtPlot::setMarkerYPos(). |
|
|
Definition at line 71 of file qwt_plot_classes.h. Referenced by QwtPlot::closestMarker(), QwtPlot::drawCanvasItems(), and QwtPlot::markerPos(). |
|
|
Definition at line 74 of file qwt_plot_classes.h. Referenced by QwtPlot::closestMarker(), QwtPlot::drawCanvasItems(), and QwtPlot::markerPos(). |
|
|
Definition at line 87 of file qwt_plot_classes.h. |
|
|
Definition at line 88 of file qwt_plot_classes.h. |
1.3.2