DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
Public Member Functions | |
ComposeResult | compose (self) |
save_menu_state (self) | |
restore_menu_state (self) | |
None | on_button_pressed (self, Button.Pressed event) |
Static Protected Attributes | |
_current_menu = None | |
list | _saved_states = None |
dict | _menu_ids |
Selection panel structure. Allows user to select between different configuration views
Definition at line 8 of file selection_panel.py.
ComposeResult selection_panel.SelectionPanel.compose | ( | self | ) |
Compose the selection panel for use in the app
Definition at line 17 of file selection_panel.py.
None selection_panel.SelectionPanel.on_button_pressed | ( | self, | |
Button.Pressed | event ) |
Swap between different configuration views via button. Currently bound here for...reasons
Definition at line 53 of file selection_panel.py.
selection_panel.SelectionPanel.restore_menu_state | ( | self | ) |
Definition at line 45 of file selection_panel.py.
selection_panel.SelectionPanel.save_menu_state | ( | self | ) |
Definition at line 39 of file selection_panel.py.
|
staticprotected |
Definition at line 12 of file selection_panel.py.
|
staticprotected |
Definition at line 14 of file selection_panel.py.
|
staticprotected |
Definition at line 13 of file selection_panel.py.