Definition at line 52 of file add_objects.py.
◆ compose()
ComposeResult add_objects.AddNewObjectScreen.compose |
( |
| self | ) |
|
Definition at line 60 of file add_objects.py.
60 def compose(self)->ComposeResult:
61 yield AddNewObject()
62
◆ on_mount()
None add_objects.AddNewObjectScreen.on_mount |
( |
| self | ) |
|
Definition at line 63 of file add_objects.py.
63 def on_mount(self) -> None:
64 message_box = self.query_one(AddNewObject)
65 message_box.focus()
66
◆ css_file_path
str add_objects.AddNewObjectScreen.css_file_path = f"{environ.get('DAQCONF_SHARE')}/config/textual_dbe/textual_css" |
|
static |
◆ CSS_PATH
str add_objects.AddNewObjectScreen.CSS_PATH = f"{css_file_path}/add_object_layout.tcss" |
|
static |
The documentation for this class was generated from the following file:
- /github/workspace/dunedaq/sourcecode/daqconf/python/daqconf/cider/widgets/popups/add_objects.py