#include "AbstractPlot.h"
|
| | AbstractPlot (PlotType _type) |
| |
| virtual | ~AbstractPlot () |
| |
| void | SetLegendVisible (bool _isVisible=true, bool _repaint=true) |
| |
| virtual void | RepaintLegend (void)=0 |
| |
| virtual void | RefreshWholePlot (void)=0 |
| |
| virtual void | Clear (void)=0 |
| |
| 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) |
| |
| virtual void | RepaintGrid (void)=0 |
| |
| PlotType | Type (void) const |
| |
◆ PlotType
| Enumerator |
|---|
| Cartesian | |
| Polar | |
◆ AbstractPlot()
| AbstractPlot::AbstractPlot |
( |
PlotType | _type | ) |
|
◆ ~AbstractPlot()
| AbstractPlot::~AbstractPlot |
( |
| ) |
|
|
virtual |
◆ Clear()
| virtual void AbstractPlot::Clear |
( |
void | | ) |
|
|
pure virtual |
◆ GetAxis()
◆ plotTypeFromString()
◆ plotTypeString()
| std::string AbstractPlot::plotTypeString |
( |
PlotType | _type | ) |
|
|
static |
◆ RefreshWholePlot()
| virtual void AbstractPlot::RefreshWholePlot |
( |
void | | ) |
|
|
pure virtual |
◆ RepaintAxis()
◆ RepaintGrid()
| virtual void AbstractPlot::RepaintGrid |
( |
void | | ) |
|
|
pure virtual |
◆ RepaintLegend()
| virtual void AbstractPlot::RepaintLegend |
( |
void | | ) |
|
|
pure virtual |
◆ SetAxis()
◆ SetAxisAutoScale()
◆ SetAxisLogScale()
◆ SetAxisMax()
◆ SetAxisMin()
◆ SetAxisTitle()
◆ SetGridColor()
| void AbstractPlot::SetGridColor |
( |
const QColor & | _color, |
|
|
bool | _repaint = true ) |
◆ SetGridLineWidth()
| void AbstractPlot::SetGridLineWidth |
( |
double | _width, |
|
|
bool | _repaint = true ) |
◆ SetGridVisible()
| void AbstractPlot::SetGridVisible |
( |
bool | _isVisible, |
|
|
bool | _repaint = true ) |
◆ SetLegendVisible()
| void AbstractPlot::SetLegendVisible |
( |
bool | _isVisible = true, |
|
|
bool | _repaint = true ) |
◆ Type()
| PlotType AbstractPlot::Type |
( |
void | | ) |
const |
|
inline |
◆ m_axisXBottom
◆ m_axisXTop
◆ m_axisYLeft
◆ m_axisYRight
◆ m_config
◆ m_type
The documentation for this class was generated from the following files: