#include <PlotView.hpp>
Public Member Functions | |
| QStringList & | alias () |
| QString | legend () |
| LinePlotCurve (QString &title, openstudio::TimeSeriesLinePlotData &data) | |
| LinePlotStyleType | linePlotStyle () |
| QStringList & | plotSource () |
| void | setAlias (QStringList &alias) |
| void | setDataMode (YValueType yType) |
| void | setLegend (QString legend) |
| void | setLinePlotData (const openstudio::LinePlotData &data) |
| void | setLinePlotStyle (LinePlotStyleType lineStyle) |
| void | setPlotSource (QStringList &plotSource) |
| void | setXValues (QVector< double > &xValues) |
| void | setYScaled (QVector< double > &yScaled) |
| void | setYUnscaled (QVector< double > &yUnscaled) |
| double | xValues (int i) |
| double | yScaled (int i) |
| YValueType | yType () |
| double | yUnscaled (int i) |
LinePlotCurve is a line plot curve item to track alias and source and hold scaled and unscaled y-values and hold smooth and stair x-values.
| resultsviewer::LinePlotCurve::LinePlotCurve | ( | QString & | title, |
| openstudio::TimeSeriesLinePlotData & | data | ||
| ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| void resultsviewer::LinePlotCurve::setDataMode | ( | YValueType | yType | ) |
|
inline |
| void resultsviewer::LinePlotCurve::setLinePlotData | ( | const openstudio::LinePlotData & | data | ) |
| void resultsviewer::LinePlotCurve::setLinePlotStyle | ( | LinePlotStyleType | lineStyle | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |