, including all inherited members.
| addData(const VariablesGrid &_newData) | PlotWindowSubplot | |
| addLine(double _lineValue) | PlotWindowSubplot | |
| data | PlotWindowSubplot | [protected] |
| getNext() const | PlotWindowSubplot | [inline] |
| getNumData() const | PlotWindowSubplot | [inline] |
| getNumLines() const | PlotWindowSubplot | [inline] |
| getPlotEnum() const | PlotWindowSubplot | [inline] |
| getPlotFormat() const | PlotWindowSubplot | [inline] |
| getPlotMode() const | PlotWindowSubplot | [inline] |
| getRanges(double &_xRangeLowerLimit, double &_xRangeUpperLimit, double &_yRangeLowerLimit, double &_yRangeUpperLimit) const | PlotWindowSubplot | [inline] |
| getSubPlotType() const | PlotWindowSubplot | [inline] |
| getTitle(std::string &_title) | PlotWindowSubplot | [inline] |
| getXLabel(std::string &_xLabel) | PlotWindowSubplot | [inline] |
| getXPlotExpression() const | PlotWindowSubplot | [inline] |
| getXVariableType() const | PlotWindowSubplot | [inline] |
| getYLabel(std::string &_yLabel) | PlotWindowSubplot | [inline] |
| getYPlotExpression() const | PlotWindowSubplot | [inline] |
| getYVariableType() const | PlotWindowSubplot | [inline] |
| GnuplotWindow class | PlotWindowSubplot | [friend] |
| lineValues | PlotWindowSubplot | [protected] |
| nData | PlotWindowSubplot | [protected] |
| next | PlotWindowSubplot | [protected] |
| nLines | PlotWindowSubplot | [protected] |
| operator=(const PlotWindowSubplot &rhs) | PlotWindowSubplot | |
| plot3D | PlotWindowSubplot | [protected] |
| plotEnum | PlotWindowSubplot | [protected] |
| plotExpressionX | PlotWindowSubplot | [protected] |
| plotExpressionY | PlotWindowSubplot | [protected] |
| plotFormat | PlotWindowSubplot | [protected] |
| plotMode | PlotWindowSubplot | [protected] |
| plotVariablesGrid | PlotWindowSubplot | [protected] |
| plotVariableX | PlotWindowSubplot | [protected] |
| plotVariableY | PlotWindowSubplot | [protected] |
| PlotWindowSubplot() | PlotWindowSubplot | |
| PlotWindowSubplot(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) | PlotWindowSubplot | |
| PlotWindowSubplot(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) | PlotWindowSubplot | |
| PlotWindowSubplot(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) | PlotWindowSubplot | |
| PlotWindowSubplot(const VariablesGrid &_plotVariable, 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, BooleanType _plot3D=BT_FALSE) | PlotWindowSubplot | |
| PlotWindowSubplot(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) | PlotWindowSubplot | |
| PlotWindowSubplot(const PlotWindowSubplot &rhs) | PlotWindowSubplot | |
| setNext(PlotWindowSubplot *const _next) | PlotWindowSubplot | [inline] |
| setPlotFormat(PlotFormat _plotFormat) | PlotWindowSubplot | [inline] |
| setPlotMode(PlotMode _plotMode) | PlotWindowSubplot | [inline] |
| setRanges(double _xRangeLowerLimit, double _xRangeUpperLimit, double _yRangeLowerLimit, double _yRangeUpperLimit) | PlotWindowSubplot | [inline] |
| setTitle(const std::string &_title) | PlotWindowSubplot | [inline] |
| setXLabel(const std::string &_xLabel) | PlotWindowSubplot | [inline] |
| setYLabel(const std::string &_yLabel) | PlotWindowSubplot | [inline] |
| title | PlotWindowSubplot | [protected] |
| xLabel | PlotWindowSubplot | [protected] |
| xRangeLowerLimit | PlotWindowSubplot | [protected] |
| xRangeUpperLimit | PlotWindowSubplot | [protected] |
| yLabel | PlotWindowSubplot | [protected] |
| yRangeLowerLimit | PlotWindowSubplot | [protected] |
| yRangeUpperLimit | PlotWindowSubplot | [protected] |
| ~PlotWindowSubplot() | PlotWindowSubplot | |