OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
ot::PolarPlotAxis Class Reference

#include "PolarPlotAxis.h"

Inheritance diagram for ot::PolarPlotAxis:
ot::AbstractPlotAxis

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 }
 

Constructor & Destructor Documentation

◆ PolarPlotAxis()

ot::PolarPlotAxis::PolarPlotAxis ( AxisID _axisID,
ot::PolarPlot * _plot )

◆ ~PolarPlotAxis()

ot::PolarPlotAxis::~PolarPlotAxis ( )
virtual

Member Function Documentation

◆ updateAxis()

void ot::PolarPlotAxis::updateAxis ( void )
overridevirtual

Implements ot::AbstractPlotAxis.


The documentation for this class was generated from the following files: