OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
AbstractPlot Member List

This is the complete list of members for AbstractPlot, including all inherited members.

AbstractPlot(PlotType _type)AbstractPlot
Cartesian enum valueAbstractPlot
Clear(void)=0AbstractPlotpure virtual
GetAxis(AbstractPlotAxis::AxisID _id)AbstractPlot
m_axisXBottomAbstractPlotprotected
m_axisXTopAbstractPlotprotected
m_axisYLeftAbstractPlotprotected
m_axisYRightAbstractPlotprotected
m_configAbstractPlotprotected
m_typeAbstractPlotprotected
PlotType enum nameAbstractPlot
plotTypeFromString(const std::string &_string, bool &_isComplex)AbstractPlotstatic
plotTypeString(PlotType _type)AbstractPlotstatic
Polar enum valueAbstractPlot
RefreshWholePlot(void)=0AbstractPlotpure virtual
RepaintAxis(AbstractPlotAxis::AxisID _axis)AbstractPlot
RepaintGrid(void)=0AbstractPlotpure virtual
RepaintLegend(void)=0AbstractPlotpure virtual
SetAxis(AbstractPlotAxis *_axisXBottom, AbstractPlotAxis *_axisXTop, AbstractPlotAxis *_axisYLeft, AbstractPlotAxis *_axisYRight)AbstractPlot
SetAxisAutoScale(AbstractPlotAxis::AxisID _axis, bool _isAutoScale)AbstractPlot
SetAxisLogScale(AbstractPlotAxis::AxisID _axis, bool _isLogScale)AbstractPlot
SetAxisMax(AbstractPlotAxis::AxisID _axis, double _maxValue)AbstractPlot
SetAxisMin(AbstractPlotAxis::AxisID _axis, double _minValue)AbstractPlot
SetAxisTitle(AbstractPlotAxis::AxisID _axis, const QString &_title)AbstractPlot
SetGridColor(const QColor &_color, bool _repaint=true)AbstractPlot
SetGridLineWidth(double _width, bool _repaint=true)AbstractPlot
SetGridVisible(bool _isVisible, bool _repaint=true)AbstractPlot
SetLegendVisible(bool _isVisible=true, bool _repaint=true)AbstractPlot
Type(void) constAbstractPlotinline
~AbstractPlot()AbstractPlotvirtual