DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
dropdown_selector.SelectSessionScreen Class Reference
Inheritance diagram for dropdown_selector.SelectSessionScreen:
[legend]
Collaboration diagram for dropdown_selector.SelectSessionScreen:
[legend]

Public Member Functions

 compose (self)
 
None on_mount (self)
 

Static Public Attributes

str css_file_path = f"{environ.get('DAQCONF_SHARE')}/config/textual_dbe/textual_css"
 
str CSS_PATH = f"{css_file_path}/session_selection_layout.tcss"
 

Detailed Description

Definition at line 44 of file dropdown_selector.py.

Member Function Documentation

◆ compose()

dropdown_selector.SelectSessionScreen.compose ( self)

Definition at line 48 of file dropdown_selector.py.

48 def compose(self):
49 yield SelectSession()
50

◆ on_mount()

None dropdown_selector.SelectSessionScreen.on_mount ( self)

Definition at line 51 of file dropdown_selector.py.

51 def on_mount(self)->None:
52 self.query_one(SelectSession).focus()

Member Data Documentation

◆ css_file_path

str dropdown_selector.SelectSessionScreen.css_file_path = f"{environ.get('DAQCONF_SHARE')}/config/textual_dbe/textual_css"
static

Definition at line 45 of file dropdown_selector.py.

◆ CSS_PATH

str dropdown_selector.SelectSessionScreen.CSS_PATH = f"{css_file_path}/session_selection_layout.tcss"
static

Definition at line 46 of file dropdown_selector.py.


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