This is the complete list of members for AbstractPlot, including all inherited members.
AbstractPlot(PlotType _type) | AbstractPlot | |
Cartesian enum value | AbstractPlot | |
Clear(void)=0 | AbstractPlot | pure virtual |
GetAxis(AbstractPlotAxis::AxisID _id) | AbstractPlot | |
m_axisXBottom | AbstractPlot | protected |
m_axisXTop | AbstractPlot | protected |
m_axisYLeft | AbstractPlot | protected |
m_axisYRight | AbstractPlot | protected |
m_config | AbstractPlot | protected |
m_type | AbstractPlot | protected |
PlotType enum name | AbstractPlot | |
plotTypeFromString(const std::string &_string, bool &_isComplex) | AbstractPlot | static |
plotTypeString(PlotType _type) | AbstractPlot | static |
Polar enum value | AbstractPlot | |
RefreshWholePlot(void)=0 | AbstractPlot | pure virtual |
RepaintAxis(AbstractPlotAxis::AxisID _axis) | AbstractPlot | |
RepaintGrid(void)=0 | AbstractPlot | pure virtual |
RepaintLegend(void)=0 | AbstractPlot | pure 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) const | AbstractPlot | inline |
~AbstractPlot() | AbstractPlot | virtual |