#include <PlotView.hpp>
Signals | |
| void | signalClose (QString &windowTitle) |
| void | signalFloatOrDockMe (resultsviewer::PlotView *plotView) |
| void | signalLastImageSavedPath (QString &path) |
Public Member Functions | |
| int | colorMap () |
| QStringList | colorMapList () |
| bool | contourOn () |
| bool | floodPlotAutoScale () |
| double | floodPlotMax () |
| double | floodPlotMin () |
| double | floodPlotYearlyMax () |
| double | floodPlotYearlyMin () |
| QwtPlotMarker * | illuminanceMapRefPt1 () |
| QwtPlotMarker * | illuminanceMapRefPt2 () |
| QString & | lastImageSavedPath () |
| resultsviewer::PlotLegend * | legend () |
| int | numberOfCurves () |
| QwtPlot * | plot () |
| int | plotType () |
| PlotView (int plotType=RVPV_LINEPLOT,*parent=nullptr) | |
| PlotView (QString &path, int plotType=RVPV_LINEPLOT,*parent=nullptr) | |
| void | plotViewData (PlotViewData &_plotViewData, const std::function< bool()> &t_workCanceled) |
| void | plotViewDataDifference (PlotViewData &_plotViewData1, PlotViewData &_plotViewData2) |
| void | setColorMap (openstudio::FloodPlotColorMap::ColorMapList clrMap) |
| void | setColorMap (QString &clrMap) |
| void | setDataRange () |
| void | setFloodPlotAutoScale (bool autoscale) |
| void | setFloodPlotMax (double maxValue) |
| void | setFloodPlotMin (double minValue) |
| void | setFloodPlotYearlyMax (double maxValue) |
| void | setFloodPlotYearlyMin (double minValue) |
| void | setLastImageSavedPath (QString &path) |
| void | setYLeftAutoScale (bool autoScale) |
| void | setYRightAutoScale (bool autoScale) |
| void | showContour (bool on) |
| void | showSpectrogram (bool on) |
| bool | spectrogramOn () |
| void | updateAlias (QString &alias, QString &plotSource) |
| bool | yLeftAutoScale () |
| bool | yRightAutoScale () |
| virtual | ~PlotView () |
Protected Member Functions | |
| void | dragEnterEvent (QDragEnterEvent *e) override |
| drop target support for drag/drop operations More... | |
| void | dropEvent (QDropEvent *e) override |
| drop target support for drag/drop operations More... | |
| void | mousePressEvent (QMouseEvent *e) override |
| trac 1383 right mouse click for properties More... | |
PlotView is a ui container for the plot and all controls and toolbars.
| resultsviewer::PlotView::PlotView | ( | int | plotType = RVPV_LINEPLOT, |
| * | parent = nullptr |
||
| ) |
| resultsviewer::PlotView::PlotView | ( | QString & | path, |
| int | plotType = RVPV_LINEPLOT, |
||
| * | parent = nullptr |
||
| ) |
|
virtual |
|
inline |
| QStringList resultsviewer::PlotView::colorMapList | ( | ) |
|
inline |
|
inlineoverrideprotected |
drop target support for drag/drop operations
|
overrideprotected |
drop target support for drag/drop operations
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
overrideprotected |
trac 1383 right mouse click for properties
| int resultsviewer::PlotView::numberOfCurves | ( | ) |
|
inline |
|
inline |
| void resultsviewer::PlotView::plotViewData | ( | PlotViewData & | _plotViewData, |
| const std::function< bool()> & | t_workCanceled | ||
| ) |
| void resultsviewer::PlotView::plotViewDataDifference | ( | PlotViewData & | _plotViewData1, |
| PlotViewData & | _plotViewData2 | ||
| ) |
| void resultsviewer::PlotView::setColorMap | ( | openstudio::FloodPlotColorMap::ColorMapList | clrMap | ) |
| void resultsviewer::PlotView::setColorMap | ( | QString & | clrMap | ) |
| void resultsviewer::PlotView::setDataRange | ( | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| void resultsviewer::PlotView::showContour | ( | bool | on | ) |
| void resultsviewer::PlotView::showSpectrogram | ( | bool | on | ) |
|
signal |
|
signal |
|
signal |
|
inline |
| void resultsviewer::PlotView::updateAlias | ( | QString & | alias, |
| QString & | plotSource | ||
| ) |
|
inline |
|
inline |