Definition at line 10 of file main_app.py.
◆ on_mount()
cider.daq_app.main_app.DbeApp.on_mount |
( |
| self | ) |
|
Definition at line 22 of file main_app.py.
22 def on_mount(self):
23
24 self.push_screen("main")
25 if self._input_file_name is not None:
26 self.app.get_screen("main").set_initial_input_file(self._input_file_name)
◆ set_input_file()
cider.daq_app.main_app.DbeApp.set_input_file |
( |
| self, |
|
|
str | input_file_name ) |
Definition at line 19 of file main_app.py.
19 def set_input_file(self, input_file_name: str):
20 self._input_file_name = input_file_name
21
◆ _input_file_name
cider.daq_app.main_app.DbeApp._input_file_name = None |
|
staticprotected |
◆ css_file_path
str cider.daq_app.main_app.DbeApp.css_file_path = f"{environ.get('DAQCONF_SHARE')}/config/textual_dbe/textual_css" |
|
static |
◆ CSS_PATH
str cider.daq_app.main_app.DbeApp.CSS_PATH = f"{css_file_path}/main_app_layout.tcss" |
|
static |
◆ SCREENS
dict cider.daq_app.main_app.DbeApp.SCREENS = {"main": MainScreen} |
|
static |
The documentation for this class was generated from the following file:
- /github/workspace/dunedaq/sourcecode/daqconf/python/daqconf/cider/daq_app/main_app.py