GnuplotWindow Member List

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

addData(uint idx, const VariablesGrid &_newData)PlotWindowvirtual
addLine(uint idx, double _lineValue)PlotWindowvirtual
addPlotDataItem(VariableType _type)PlotWindowprotected
addPlotDataItem(const Expression *const _expression)PlotWindowprotected
addPlotDataItem(PlotName _name)PlotWindowprotected
addSubplot(PlotWindowSubplot &_subplot)PlotWindow
addSubplot(const Expression &_expression, const char *const _title="", const char *const _xLabel="", const char *const _yLabel="", PlotMode _plotMode=PM_UNKNOWN, double _xRangeLowerLimit=INFTY, double _xRangeUpperLimit=INFTY, double _yRangeLowerLimit=INFTY, double _yRangeUpperLimit=INFTY)PlotWindow
addSubplot(const Expression &_expressionX, const Expression &_expressionY, const char *const _title="", const char *const _xLabel="", const char *const _yLabel="", PlotMode _plotMode=PM_UNKNOWN, double _xRangeLowerLimit=INFTY, double _xRangeUpperLimit=INFTY, double _yRangeLowerLimit=INFTY, double _yRangeUpperLimit=INFTY)PlotWindow
addSubplot(PlotName _name, const char *const _title="", const char *const _xLabel="", const char *const _yLabel="", PlotMode _plotMode=PM_UNKNOWN, double _xRangeLowerLimit=INFTY, double _xRangeUpperLimit=INFTY, double _yRangeLowerLimit=INFTY, double _yRangeUpperLimit=INFTY)PlotWindow
addSubplot(const VariablesGrid &_variable, const char *const _title="", const char *const _xLabel="", const char *const _yLabel="", PlotMode _plotMode=PM_UNKNOWN, double _xRangeLowerLimit=INFTY, double _xRangeUpperLimit=INFTY, double _yRangeLowerLimit=INFTY, double _yRangeUpperLimit=INFTY)PlotWindow
addSubplot(const Curve &_curve, double _xRangeLowerLimit=0.0, double _xRangeUpperLimit=1.0, const char *const _title="", const char *const _xLabel="", const char *const _yLabel="", PlotMode _plotMode=PM_UNKNOWN, double _yRangeLowerLimit=INFTY, double _yRangeUpperLimit=INFTY)PlotWindow
addSubplot3D(const VariablesGrid &_variable, const char *const _title="", const char *const _xLabel="", const char *const _yLabel="", PlotMode _plotMode=PM_UNKNOWN, double _xRangeLowerLimit=INFTY, double _xRangeUpperLimit=INFTY, double _yRangeLowerLimit=INFTY, double _yRangeUpperLimit=INFTY)PlotWindow
aliasIdxPlotWindowprotected
clearAllSubplots()PlotWindow
clone() const GnuplotWindowvirtual
convertLogToPlotName(LogName _name) const PlotWindowprotected
convertPlotToLogName(PlotName _name) const PlotWindowprotected
counterGnuplotWindowprotectedstatic
disableNominalControls()PlotWindowinlineprotected
disableNominalOutputs()PlotWindowinlineprotected
disableNominalParameters()PlotWindowinlineprotected
enableNominalControls()PlotWindowinlineprotected
enableNominalOutputs()PlotWindowinlineprotected
enableNominalParameters()PlotWindowinlineprotected
firstPlotWindowprotected
frequencyPlotWindowprotected
getAliasIdx() const PlotWindowinline
getAutoScaleYLimits(const VariablesGrid &dataGridY, PlotFormat plotFormat, double &lowerLimit, double &upperLimit) const PlotWindowprotected
getDataGrids(const VariablesGrid *const variablesGrid, VariableType &_type, VariablesGrid &_dataGrid, Grid &_discretizationGrid)PlotWindowprotected
getExpressionDataGrids(const Expression *const expression, VariableType &_type, VariablesGrid &_dataGrid, Grid &_discretizationGrid)PlotWindowprotected
getMouseEvent(double &mouseX, double &mouseY)GnuplotWindow
getNext() const PlotWindowinlineprotected
getNumSubplots() const PlotWindowinline
getPlotDataRecord(LogRecord &_record) const PlotWindowinline
getPlotFrequency() const PlotWindowinline
getPlotModeString(PlotMode plotMode, std::string &plotModeString) const GnuplotWindowprotected
getPlotStyleString(VariableType _type, std::string &plotStyleString) const GnuplotWindowprotected
getVariableDataGrids(const Expression *const variable, VariableType &_type, VariablesGrid &_dataGrid, Grid &_discretizationGrid)PlotWindowprotected
gnuPipeGnuplotWindowprotected
GnuplotWindow()GnuplotWindow
GnuplotWindow(PlotFrequency _frequency)GnuplotWindow
GnuplotWindow(const GnuplotWindow &arg)GnuplotWindow
init()GnuplotWindowvirtual
isAlias() const PlotWindowinline
isEmpty() const PlotWindowinline
lastPlotWindowprotected
mouseEventGnuplotWindowprotected
nextPlotWindowprotected
numberPlotWindowprotected
obtainPlotDataString(VariablesGrid &_dataGrid, std::string &_plotDataString) const GnuplotWindowprotected
operator()(uint idx)PlotWindowinline
operator()(uint idx) const PlotWindowinline
operator<<(PlotWindowSubplot &_subplot)PlotWindow
operator<<(PlotName _name)PlotWindow
operator<<(const Expression &_name)PlotWindow
operator=(const GnuplotWindow &arg)GnuplotWindow
PlotWindow::operator=(const PlotWindow &rhs)PlotWindow
plot(PlotFrequency _frequency=PLOT_IN_ANY_CASE)PlotWindowvirtual
plotDataRecordPlotWindowprotected
PlotWindow()PlotWindow
PlotWindow(PlotFrequency _frequency)PlotWindow
PlotWindow(const PlotWindow &rhs)PlotWindow
replot(PlotFrequency _frequency=PLOT_IN_ANY_CASE)GnuplotWindowvirtual
sendDataToGnuplot()GnuplotWindowprotected
setAliasIdx(int _aliasIdx)PlotWindowinlineprotected
setLabelX(uint idx, const char *const xLabel_)PlotWindowvirtual
setLabelY(uint idx, const char *const yLabel_)PlotWindowvirtual
setNext(PlotWindow *const _next)PlotWindowinlineprotected
setPlotData(const Expression &_name, VariablesGrid &value)PlotWindowinline
setPlotData(LogName _name, VariablesGrid &value)PlotWindowinline
setPlotDataRecord(LogRecord &_record)PlotWindowinline
setPlotMode(uint idx, PlotMode plotMode)PlotWindowvirtual
setRanges(uint idx, double xRange1, double xRange2, double yRange1, double yRange2)PlotWindowvirtual
setTitle(uint idx, const char *const title_)PlotWindowvirtual
setupLogFrequency(PlotFrequency _frequency=PLOT_AT_EACH_ITERATION)PlotWindowprotected
shallPlotNominalControlsPlotWindowprotected
shallPlotNominalOutputsPlotWindowprotected
shallPlotNominalParametersPlotWindowprotected
waitForMouseEvent(double &mouseX, double &mouseY)GnuplotWindow
waitForMouseEvents()GnuplotWindow
~GnuplotWindow()GnuplotWindowvirtual
~PlotWindow()PlotWindowvirtual


acado
Author(s): Milan Vukov, Rien Quirynen
autogenerated on Mon Jun 10 2019 12:35:24