DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
file_io.SaveWithMessageScreen Class Reference
Inheritance diagram for file_io.SaveWithMessageScreen:
[legend]
Collaboration diagram for file_io.SaveWithMessageScreen:
[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 77 of file file_io.py.

Member Function Documentation

◆ compose()

ComposeResult file_io.SaveWithMessageScreen.compose ( self)

Definition at line 85 of file file_io.py.

85 def compose(self)->ComposeResult:
86 yield SaveWithMessage()
87

◆ on_mount()

None file_io.SaveWithMessageScreen.on_mount ( self)

Definition at line 88 of file file_io.py.

88 def on_mount(self) -> None:
89 message_box = self.query_one(SaveWithMessage)
90 message_box.focus()
91
92

Member Data Documentation

◆ css_file_path

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

Definition at line 78 of file file_io.py.

◆ CSS_PATH

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

Definition at line 80 of file file_io.py.


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