#include "AbstractPlot.h"
|
| | AbstractPlot (Plot *_ownerPlot) |
| |
| virtual | ~AbstractPlot () |
| |
| void | setPlotLegendVisible (bool _isVisible=true, bool _repaint=true) |
| |
| virtual void | updateLegend (void)=0 |
| |
| virtual void | updateGrid (void)=0 |
| |
| virtual void | updateWholePlot (void)=0 |
| |
| virtual void | clearPlot (void)=0 |
| |
| virtual Plot1DCfg::PlotType | getPlotType (void) const =0 |
| |
| void | setPlotAxis (AbstractPlotAxis *_axisXBottom, AbstractPlotAxis *_axisXTop, AbstractPlotAxis *_axisYLeft, AbstractPlotAxis *_axisYRight) |
| |
| AbstractPlotAxis * | getPlotAxis (AbstractPlotAxis::AxisID _id) |
| |
| void | setPlotAxisTitle (AbstractPlotAxis::AxisID _axis, const QString &_title) |
| |
| void | setPlotAxisAutoScale (AbstractPlotAxis::AxisID _axis, bool _isAutoScale) |
| |
| void | setPlotAxisLogScale (AbstractPlotAxis::AxisID _axis, bool _isLogScale) |
| |
| void | setPlotAxisMin (AbstractPlotAxis::AxisID _axis, double _minValue) |
| |
| void | setPlotAxisMax (AbstractPlotAxis::AxisID _axis, double _maxValue) |
| |
| void | repaintPlotAxis (AbstractPlotAxis::AxisID _axis) |
| |
| void | setPlotGridVisible (bool _isVisible, bool _repaint=true) |
| |
| void | setPlotGridColor (const Color &_color, bool _repaint=true) |
| |
| void | setPlotGridLineWidth (double _width, bool _repaint=true) |
| |
| Plot * | getOwner (void) const |
| |
| const Plot1DCfg & | getConfiguration (void) const |
| |
◆ AbstractPlot()
| AbstractPlot::AbstractPlot |
( |
Plot * | _ownerPlot | ) |
|
◆ ~AbstractPlot()
| AbstractPlot::~AbstractPlot |
( |
| ) |
|
|
virtual |
◆ clearPlot()
| virtual void ot::AbstractPlot::clearPlot |
( |
void | | ) |
|
|
pure virtual |
◆ getConfiguration()
| const Plot1DCfg & ot::AbstractPlot::getConfiguration |
( |
void | | ) |
const |
|
inline |
◆ getOwner()
| Plot * ot::AbstractPlot::getOwner |
( |
void | | ) |
const |
|
inline |
◆ getPlotAxis()
◆ getPlotType()
◆ repaintPlotAxis()
◆ setPlotAxis()
◆ setPlotAxisAutoScale()
◆ setPlotAxisLogScale()
◆ setPlotAxisMax()
◆ setPlotAxisMin()
◆ setPlotAxisTitle()
◆ setPlotGridColor()
| void AbstractPlot::setPlotGridColor |
( |
const Color & | _color, |
|
|
bool | _repaint = true ) |
◆ setPlotGridLineWidth()
| void AbstractPlot::setPlotGridLineWidth |
( |
double | _width, |
|
|
bool | _repaint = true ) |
◆ setPlotGridVisible()
| void AbstractPlot::setPlotGridVisible |
( |
bool | _isVisible, |
|
|
bool | _repaint = true ) |
◆ setPlotLegendVisible()
| void AbstractPlot::setPlotLegendVisible |
( |
bool | _isVisible = true, |
|
|
bool | _repaint = true ) |
◆ updateGrid()
| virtual void ot::AbstractPlot::updateGrid |
( |
void | | ) |
|
|
pure virtual |
◆ updateLegend()
| virtual void ot::AbstractPlot::updateLegend |
( |
void | | ) |
|
|
pure virtual |
◆ updateWholePlot()
| virtual void ot::AbstractPlot::updateWholePlot |
( |
void | | ) |
|
|
pure virtual |
The documentation for this class was generated from the following files: