#include "PolarPlot.h"
|
| | PolarPlot (Plot *_owner) |
| |
| virtual | ~PolarPlot () |
| |
| virtual void | RepaintLegend (void) override |
| |
| virtual void | RefreshWholePlot (void) override |
| |
| virtual void | Clear (void) override |
| |
| void | setAxisValueLabels (AbstractPlotAxis::AxisID _axis, const std::map< double, QString > &_valueToLabelMap) |
| |
| void | clearAxisValueLabels (AbstractPlotAxis::AxisID _axis) |
| |
| virtual void | RepaintGrid (void) override |
| |
| | 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 |
| |
◆ PolarPlot()
| qwtw::PolarPlot::PolarPlot |
( |
Plot * | _owner | ) |
|
◆ ~PolarPlot()
| qwtw::PolarPlot::~PolarPlot |
( |
| ) |
|
|
virtual |
◆ Clear()
| void qwtw::PolarPlot::Clear |
( |
void | | ) |
|
|
overridevirtual |
◆ clearAxisValueLabels()
◆ RefreshWholePlot()
| void qwtw::PolarPlot::RefreshWholePlot |
( |
void | | ) |
|
|
overridevirtual |
◆ RepaintGrid()
| void qwtw::PolarPlot::RepaintGrid |
( |
void | | ) |
|
|
overridevirtual |
◆ RepaintLegend()
| void qwtw::PolarPlot::RepaintLegend |
( |
void | | ) |
|
|
overridevirtual |
◆ setAxisValueLabels()
| void qwtw::PolarPlot::setAxisValueLabels |
( |
AbstractPlotAxis::AxisID | _axis, |
|
|
const std::map< double, QString > & | _valueToLabelMap ) |
The documentation for this class was generated from the following files: