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

#include "PolarPlot.h"

Inheritance diagram for ot::PolarPlot:
ot::AbstractPlot

Public Member Functions

 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
 
- Public Member Functions inherited from ot::AbstractPlot
 AbstractPlot (Plot *_ownerPlot)
 
virtual ~AbstractPlot ()
 
void setPlotLegendVisible (bool _isVisible=true, bool _repaint=true)
 
void setPlotAxis (AbstractPlotAxis *_axisXBottom, AbstractPlotAxis *_axisXTop, AbstractPlotAxis *_axisYLeft, AbstractPlotAxis *_axisYRight)
 
AbstractPlotAxisgetPlotAxis (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)
 
PlotgetOwner (void) const
 
const Plot1DCfggetConfiguration (void) const
 

Constructor & Destructor Documentation

◆ PolarPlot()

ot::PolarPlot::PolarPlot ( Plot * _owner)

◆ ~PolarPlot()

ot::PolarPlot::~PolarPlot ( )
virtual

Member Function Documentation

◆ clearPlot()

void ot::PolarPlot::clearPlot ( void )
overridevirtual

Implements ot::AbstractPlot.

◆ getPlotType()

virtual Plot1DCfg::PlotType ot::PolarPlot::getPlotType ( void ) const
inlineoverridevirtual

Implements ot::AbstractPlot.

◆ updateGrid()

void ot::PolarPlot::updateGrid ( void )
overridevirtual

Implements ot::AbstractPlot.

◆ updateLegend()

void ot::PolarPlot::updateLegend ( void )
overridevirtual

Implements ot::AbstractPlot.

◆ updateWholePlot()

void ot::PolarPlot::updateWholePlot ( void )
overridevirtual

Implements ot::AbstractPlot.


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