#include "PolarPlotAxis.h"
Public Member Functions | |
| PolarPlotAxis (AxisID _axisID, PolarPlot *_plot) | |
| virtual | ~PolarPlotAxis () |
| virtual void | updateAxis (void) override |
Public Member Functions inherited from ot::AbstractPlotAxis | |
| AbstractPlotAxis (AxisID _id) | |
| virtual | ~AbstractPlotAxis () |
| void | setTitle (const QString &_title) |
| const QString & | getTitle (void) const |
| void | setIsAutoScale (bool _isAutoScale) |
| bool | getIsAutoScale (void) const |
| void | setIsLogScale (bool _isLogScale) |
| bool | getIsLogScale (void) const |
| void | setMin (double _minValue) |
| double | getMin (void) const |
| void | setMax (double _maxValue) |
| double | getMax (void) const |
| AxisID | getAxisID (void) const |
| QwtPlot::Axis | getCartesianAxisID (void) const |
| QwtPolar::Axis | getPolarAxisID (void) const |
| void | setIsLogScaleSet (bool _isSet) |
| bool | getIsLogScaleSet (void) const |
Additional Inherited Members | |
Public Types inherited from ot::AbstractPlotAxis | |
| enum | AxisID { yLeft = 0 , yRight = 1 , xBottom = 2 , xTop = 3 } |
| ot::PolarPlotAxis::PolarPlotAxis | ( | AxisID | _axisID, |
| ot::PolarPlot * | _plot ) |
|
virtual |
|
overridevirtual |
Implements ot::AbstractPlotAxis.