![]() |
Project
|
State for the workspace. More...
#include <FrameworkGUIState.h>
Public Attributes | |
int | selectedMetric |
size_t | metricMinRange |
size_t | metricMaxRange |
std::vector< DeviceGUIState > | devices |
float | leftPaneSize |
float | rightPaneSize |
float | bottomPaneSize |
bool | leftPaneVisible |
bool | rightPaneVisible |
bool | bottomPaneVisible |
double | startTime |
State for the workspace.
Definition at line 26 of file FrameworkGUIState.h.
float o2::framework::gui::WorkspaceGUIState::bottomPaneSize |
Definition at line 33 of file FrameworkGUIState.h.
bool o2::framework::gui::WorkspaceGUIState::bottomPaneVisible |
Definition at line 36 of file FrameworkGUIState.h.
std::vector<DeviceGUIState> o2::framework::gui::WorkspaceGUIState::devices |
Definition at line 30 of file FrameworkGUIState.h.
float o2::framework::gui::WorkspaceGUIState::leftPaneSize |
Definition at line 31 of file FrameworkGUIState.h.
bool o2::framework::gui::WorkspaceGUIState::leftPaneVisible |
Definition at line 34 of file FrameworkGUIState.h.
size_t o2::framework::gui::WorkspaceGUIState::metricMaxRange |
Definition at line 29 of file FrameworkGUIState.h.
size_t o2::framework::gui::WorkspaceGUIState::metricMinRange |
Definition at line 28 of file FrameworkGUIState.h.
float o2::framework::gui::WorkspaceGUIState::rightPaneSize |
Definition at line 32 of file FrameworkGUIState.h.
bool o2::framework::gui::WorkspaceGUIState::rightPaneVisible |
Definition at line 35 of file FrameworkGUIState.h.
int o2::framework::gui::WorkspaceGUIState::selectedMetric |
Definition at line 27 of file FrameworkGUIState.h.
double o2::framework::gui::WorkspaceGUIState::startTime |
Definition at line 37 of file FrameworkGUIState.h.