Classes | |
class | BrowserView |
BrowserView is a ui browser widget for the EnergyPlus html output table. More... | |
class | ChangeAliasDialog |
ChangeAliasDialog is ui dialog for changing file aliases. More... | |
class | LinePlotCurve |
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. More... | |
class | MainWindow |
MainWindow is the ui container for the ResultsViewer application. More... | |
class | PlotLegend |
PlotLegend is a ui widget to display line plot legends. More... | |
class | PlotView |
PlotView is a ui container for the plot and all controls and toolbars. More... | |
struct | PlotViewData |
PlotViewData is a convenience structure for holding plot data. More... | |
class | PlotViewMimeData |
PlotViewMimeData supports dropping plotViewData of drag/drop operations. More... | |
class | PlotViewProperties |
PlotViewProperties is a ui widget to change PlotView properties. More... | |
class | PlotViewTimeAxis |
PlotViewTimeAxis is a plot axis that supports date/time values. More... | |
class | PlotViewToolbar |
PlotViewToolbar is the collection of tools for the user to control each plot. More... | |
class | ResultsViewerData |
ResultsViewerData tracks open files and aliases used in ResultsViewer. More... | |
struct | ResultsViewerPlotData |
ResultsViewerPlotData structure for translating data from ui widgets to plotting format. More... | |
class | TabBarDrag |
TabBarDrag is a tab bar widget that supports dragging. More... | |
class | TabDropDock |
TabDropDock is a ui tab that supports dropping of mimedata. More... | |
class | TableView |
TableView is a ui widget to present EnergyPlus output in a table which can be sorted and filtered. More... | |
class | TreeView |
TreeView is a ui widget to present EnergyPlus output in a tree format which can be sorted and filtered and expanded and collapsed. More... | |
class | WidgetMimeData |
WidgetMimeData is a mime data holder to support dragging to and from tabs. More... | |
class | Zoomer |
Zoomer is the control used for rectangular zooming in the plot region. More... | |
Enumerations | |
enum | dataDictionaryType { ddtFile = 1001, ddtEnv = 1002, ddtReportingFrequency = 1003, ddtVariableName = 1004, ddtKeyValue = 1005 } |
node type identifying type in tree More... | |
enum | LinePlotStyleType { smoothLinePlot, stairLinePlot, barLinePlot } |
enum | YValueType { unScaledY, scaledY } |
Variables | |
const int | RVD_FILEALREADYOPENED = 2 |
const int | RVD_FILEDOESNOTEXIST = 4 |
const int | RVD_ILLUMINANCEMAP = 4 |
const int | RVD_SUCCESS = 0 |
const int | RVD_TIMESERIES = 3 |
const int | RVD_UNSUPPORTEDFILEFORMAT = 1 |
const int | RVD_UNSUPPORTEDVERSION = 3 |
const int | RVPV_FLOODPLOT = 1 |
const int | RVPV_ILLUMINANCEPLOT = 2 |
const int | RVPV_LINEPLOT = 0 |
const int resultsviewer::RVD_FILEALREADYOPENED = 2 |
const int resultsviewer::RVD_FILEDOESNOTEXIST = 4 |
const int resultsviewer::RVD_ILLUMINANCEMAP = 4 |
const int resultsviewer::RVD_SUCCESS = 0 |
const int resultsviewer::RVD_TIMESERIES = 3 |
const int resultsviewer::RVD_UNSUPPORTEDFILEFORMAT = 1 |
const int resultsviewer::RVD_UNSUPPORTEDVERSION = 3 |
const int resultsviewer::RVPV_FLOODPLOT = 1 |
const int resultsviewer::RVPV_ILLUMINANCEPLOT = 2 |
const int resultsviewer::RVPV_LINEPLOT = 0 |