#include "XYPlot.h"
|
| | XYPlot (Plot *_owner) |
| |
| virtual | ~XYPlot () |
| |
| virtual void | RepaintLegend (void) override |
| |
| virtual void | RefreshWholePlot (void) override |
| |
| virtual void | Clear (void) override |
| |
| void | setZoomerPen (const QPen &_pen) |
| |
| void | setAxisValueLabels (AbstractPlotAxis::AxisID _axis, const std::map< double, QString > &_valueToLabelMap) |
| |
| void | clearAxisValueLabels (AbstractPlotAxis::AxisID _axis) |
| |
| virtual void | RepaintGrid (void) override |
| |
| Plot * | Owner (void) const |
| |
| QwtPlotCurve * | findNearestCurve (const QPoint &_pos, int &_pointID) |
| |
| | AbstractPlot (PlotType _type) |
| |
| virtual | ~AbstractPlot () |
| |
| void | SetLegendVisible (bool _isVisible=true, bool _repaint=true) |
| |
| void | SetAxis (AbstractPlotAxis *_axisXBottom, AbstractPlotAxis *_axisXTop, AbstractPlotAxis *_axisYLeft, AbstractPlotAxis *_axisYRight) |
| |
| AbstractPlotAxis * | GetAxis (AbstractPlotAxis::AxisID _id) |
| |
| void | SetAxisTitle (AbstractPlotAxis::AxisID _axis, const QString &_title) |
| |
| void | SetAxisAutoScale (AbstractPlotAxis::AxisID _axis, bool _isAutoScale) |
| |
| void | SetAxisLogScale (AbstractPlotAxis::AxisID _axis, bool _isLogScale) |
| |
| void | SetAxisMin (AbstractPlotAxis::AxisID _axis, double _minValue) |
| |
| void | SetAxisMax (AbstractPlotAxis::AxisID _axis, double _maxValue) |
| |
| void | RepaintAxis (AbstractPlotAxis::AxisID _axis) |
| |
| void | SetGridVisible (bool _isVisible, bool _repaint=true) |
| |
| void | SetGridColor (const QColor &_color, bool _repaint=true) |
| |
| void | SetGridLineWidth (double _width, bool _repaint=true) |
| |
| PlotType | Type (void) const |
| |
◆ XYPlot()
| qwtw::XYPlot::XYPlot |
( |
Plot * | _owner | ) |
|
◆ ~XYPlot()
| qwtw::XYPlot::~XYPlot |
( |
| ) |
|
|
virtual |
◆ Clear()
| void qwtw::XYPlot::Clear |
( |
void | | ) |
|
|
overridevirtual |
◆ clearAxisValueLabels()
◆ findNearestCurve()
| QwtPlotCurve * qwtw::XYPlot::findNearestCurve |
( |
const QPoint & | _pos, |
|
|
int & | _pointID ) |
◆ Owner()
| Plot * qwtw::XYPlot::Owner |
( |
void | | ) |
const |
|
inline |
◆ RefreshWholePlot()
| void qwtw::XYPlot::RefreshWholePlot |
( |
void | | ) |
|
|
overridevirtual |
◆ RepaintGrid()
| void qwtw::XYPlot::RepaintGrid |
( |
void | | ) |
|
|
overridevirtual |
◆ RepaintLegend()
| void qwtw::XYPlot::RepaintLegend |
( |
void | | ) |
|
|
overridevirtual |
◆ setAxisValueLabels()
| void qwtw::XYPlot::setAxisValueLabels |
( |
AbstractPlotAxis::AxisID | _axis, |
|
|
const std::map< double, QString > & | _valueToLabelMap ) |
◆ setZoomerPen()
| void qwtw::XYPlot::setZoomerPen |
( |
const QPen & | _pen | ) |
|
The documentation for this class was generated from the following files: