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

Public Member Functions

ComposeResult 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}/add_object_layout.tcss"
 

Detailed Description

Definition at line 52 of file add_objects.py.

Member Function Documentation

◆ 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

Member Data Documentation

◆ css_file_path

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

Definition at line 53 of file add_objects.py.

◆ CSS_PATH

str add_objects.AddNewObjectScreen.CSS_PATH = f"{css_file_path}/add_object_layout.tcss"
static

Definition at line 55 of file add_objects.py.


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