Project
Loading...
Searching...
No Matches
o2::framework::gui::WorkspaceGUIState Struct Reference

State for the workspace. More...

#include <FrameworkGUIState.h>

Public Attributes

int selectedMetric
 
size_t metricMinRange
 
size_t metricMaxRange
 
std::vector< DeviceGUIStatedevices
 
float leftPaneSize
 
float rightPaneSize
 
float bottomPaneSize
 
bool leftPaneVisible
 
bool rightPaneVisible
 
bool bottomPaneVisible
 
double startTime
 

Detailed Description

State for the workspace.

Definition at line 26 of file FrameworkGUIState.h.

Member Data Documentation

◆ bottomPaneSize

float o2::framework::gui::WorkspaceGUIState::bottomPaneSize

Definition at line 33 of file FrameworkGUIState.h.

◆ bottomPaneVisible

bool o2::framework::gui::WorkspaceGUIState::bottomPaneVisible

Definition at line 36 of file FrameworkGUIState.h.

◆ devices

std::vector<DeviceGUIState> o2::framework::gui::WorkspaceGUIState::devices

Definition at line 30 of file FrameworkGUIState.h.

◆ leftPaneSize

float o2::framework::gui::WorkspaceGUIState::leftPaneSize

Definition at line 31 of file FrameworkGUIState.h.

◆ leftPaneVisible

bool o2::framework::gui::WorkspaceGUIState::leftPaneVisible

Definition at line 34 of file FrameworkGUIState.h.

◆ metricMaxRange

size_t o2::framework::gui::WorkspaceGUIState::metricMaxRange

Definition at line 29 of file FrameworkGUIState.h.

◆ metricMinRange

size_t o2::framework::gui::WorkspaceGUIState::metricMinRange

Definition at line 28 of file FrameworkGUIState.h.

◆ rightPaneSize

float o2::framework::gui::WorkspaceGUIState::rightPaneSize

Definition at line 32 of file FrameworkGUIState.h.

◆ rightPaneVisible

bool o2::framework::gui::WorkspaceGUIState::rightPaneVisible

Definition at line 35 of file FrameworkGUIState.h.

◆ selectedMetric

int o2::framework::gui::WorkspaceGUIState::selectedMetric

Definition at line 27 of file FrameworkGUIState.h.

◆ startTime

double o2::framework::gui::WorkspaceGUIState::startTime

Definition at line 37 of file FrameworkGUIState.h.


The documentation for this struct was generated from the following file: