DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
file_io.RenameConfigObjectScreen Class Reference
Inheritance diagram for file_io.RenameConfigObjectScreen:
[legend]
Collaboration diagram for file_io.RenameConfigObjectScreen:
[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}/save_menu_layout.tcss"
 

Detailed Description

Definition at line 212 of file file_io.py.

Member Function Documentation

◆ compose()

ComposeResult file_io.RenameConfigObjectScreen.compose ( self)

Definition at line 220 of file file_io.py.

220 def compose(self)->ComposeResult:
221 yield RenameConfigObject()
222

◆ on_mount()

None file_io.RenameConfigObjectScreen.on_mount ( self)

Definition at line 223 of file file_io.py.

223 def on_mount(self) -> None:
224 message_box = self.query_one(RenameConfigObject)
225 message_box.focus()

Member Data Documentation

◆ css_file_path

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

Definition at line 213 of file file_io.py.

◆ CSS_PATH

str file_io.RenameConfigObjectScreen.CSS_PATH = f"{css_file_path}/save_menu_layout.tcss"
static

Definition at line 215 of file file_io.py.


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