#include "PolarPlot.h"
|
| | PolarPlot (Plot *_owner) |
| |
| virtual | ~PolarPlot () |
| |
| virtual void | updateLegend (void) override |
| |
| virtual void | updateWholePlot (void) override |
| |
| virtual void | clearPlot (void) override |
| |
| virtual void | updateGrid (void) override |
| |
| virtual Plot1DCfg::PlotType | getPlotType (void) const override |
| |
| | AbstractPlot (Plot *_ownerPlot) |
| |
| virtual | ~AbstractPlot () |
| |
| void | setPlotLegendVisible (bool _isVisible=true, bool _repaint=true) |
| |
| 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 |
| |
◆ PolarPlot()
| ot::PolarPlot::PolarPlot |
( |
Plot * | _owner | ) |
|
◆ ~PolarPlot()
| ot::PolarPlot::~PolarPlot |
( |
| ) |
|
|
virtual |
◆ clearPlot()
| void ot::PolarPlot::clearPlot |
( |
void | | ) |
|
|
overridevirtual |
◆ getPlotType()
◆ updateGrid()
| void ot::PolarPlot::updateGrid |
( |
void | | ) |
|
|
overridevirtual |
◆ updateLegend()
| void ot::PolarPlot::updateLegend |
( |
void | | ) |
|
|
overridevirtual |
◆ updateWholePlot()
| void ot::PolarPlot::updateWholePlot |
( |
void | | ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files: