GnuplotWindow Member List
This is the complete list of members for GnuplotWindow, including all inherited members.
addData(uint idx, const VariablesGrid &_newData)PlotWindow [virtual]
addLine(uint idx, double _lineValue)PlotWindow [virtual]
addPlotDataItem(VariableType _type)PlotWindow [protected]
addPlotDataItem(const Expression *const _expression)PlotWindow [protected]
addPlotDataItem(PlotName _name)PlotWindow [protected]
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
aliasIdxPlotWindow [protected]
clearAllSubplots()PlotWindow
clone() const GnuplotWindow [virtual]
convertLogToPlotName(LogName _name) const PlotWindow [protected]
convertPlotToLogName(PlotName _name) const PlotWindow [protected]
counterGnuplotWindow [protected, static]
disableNominalControls()PlotWindow [inline, protected]
disableNominalOutputs()PlotWindow [inline, protected]
disableNominalParameters()PlotWindow [inline, protected]
enableNominalControls()PlotWindow [inline, protected]
enableNominalOutputs()PlotWindow [inline, protected]
enableNominalParameters()PlotWindow [inline, protected]
firstPlotWindow [protected]
frequencyPlotWindow [protected]
getAliasIdx() const PlotWindow [inline]
getAutoScaleYLimits(const VariablesGrid &dataGridY, PlotFormat plotFormat, double &lowerLimit, double &upperLimit) const PlotWindow [protected]
getDataGrids(const VariablesGrid *const variablesGrid, VariableType &_type, VariablesGrid &_dataGrid, Grid &_discretizationGrid)PlotWindow [protected]
getExpressionDataGrids(const Expression *const expression, VariableType &_type, VariablesGrid &_dataGrid, Grid &_discretizationGrid)PlotWindow [protected]
getMouseEvent(double &mouseX, double &mouseY)GnuplotWindow
getNext() const PlotWindow [inline, protected]
getNumSubplots() const PlotWindow [inline]
getPlotDataRecord(LogRecord &_record) const PlotWindow [inline]
getPlotFrequency() const PlotWindow [inline]
getPlotModeString(PlotMode plotMode, std::string &plotModeString) const GnuplotWindow [protected]
getPlotStyleString(VariableType _type, std::string &plotStyleString) const GnuplotWindow [protected]
getVariableDataGrids(const Expression *const variable, VariableType &_type, VariablesGrid &_dataGrid, Grid &_discretizationGrid)PlotWindow [protected]
gnuPipeGnuplotWindow [protected]
GnuplotWindow()GnuplotWindow
GnuplotWindow(PlotFrequency _frequency)GnuplotWindow
GnuplotWindow(const GnuplotWindow &arg)GnuplotWindow
init()GnuplotWindow [virtual]
isAlias() const PlotWindow [inline]
isEmpty() const PlotWindow [inline]
lastPlotWindow [protected]
mouseEventGnuplotWindow [protected]
nextPlotWindow [protected]
numberPlotWindow [protected]
obtainPlotDataString(VariablesGrid &_dataGrid, std::string &_plotDataString) const GnuplotWindow [protected]
operator()(uint idx)PlotWindow [inline]
operator()(uint idx) const PlotWindow [inline]
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)PlotWindow [virtual]
plotDataRecordPlotWindow [protected]
PlotWindow()PlotWindow
PlotWindow(PlotFrequency _frequency)PlotWindow
PlotWindow(const PlotWindow &rhs)PlotWindow
replot(PlotFrequency _frequency=PLOT_IN_ANY_CASE)GnuplotWindow [virtual]
sendDataToGnuplot()GnuplotWindow [protected]
setAliasIdx(int _aliasIdx)PlotWindow [inline, protected]
setLabelX(uint idx, const char *const xLabel_)PlotWindow [virtual]
setLabelY(uint idx, const char *const yLabel_)PlotWindow [virtual]
setNext(PlotWindow *const _next)PlotWindow [inline, protected]
setPlotData(const Expression &_name, VariablesGrid &value)PlotWindow [inline]
setPlotData(LogName _name, VariablesGrid &value)PlotWindow [inline]
setPlotDataRecord(LogRecord &_record)PlotWindow [inline]
setPlotMode(uint idx, PlotMode plotMode)PlotWindow [virtual]
setRanges(uint idx, double xRange1, double xRange2, double yRange1, double yRange2)PlotWindow [virtual]
setTitle(uint idx, const char *const title_)PlotWindow [virtual]
setupLogFrequency(PlotFrequency _frequency=PLOT_AT_EACH_ITERATION)PlotWindow [protected]
shallPlotNominalControlsPlotWindow [protected]
shallPlotNominalOutputsPlotWindow [protected]
shallPlotNominalParametersPlotWindow [protected]
waitForMouseEvent(double &mouseX, double &mouseY)GnuplotWindow
waitForMouseEvents()GnuplotWindow
~GnuplotWindow()GnuplotWindow [virtual]
~PlotWindow()PlotWindow [virtual]


acado
Author(s): Milan Vukov, Rien Quirynen
autogenerated on Thu Aug 27 2015 12:01:39