|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
Public Member Functions | |
| on_mount (self) | |
| compose (self) | |
| update_table (self, config_instance) | |
| DataTable | data_table (self) |
| None | on_data_table_row_selected (self, DataTable.RowSelected event) |
Protected Attributes | |
| ConfigurationController | _controller = main_screen.query_one("ConfigurationController") |
Static Protected Attributes | |
| _data_table = DataTable() | |
Static Private Attributes | |
| __COLS = reactive([("Attribute", "Value", "Type", "Is Multivalue"), ("", "","","")]) | |
Definition at line 10 of file config_table.py.
| cider.widgets.config_table.ConfigTable.compose | ( | self | ) |
Definition at line 42 of file config_table.py.
| DataTable cider.widgets.config_table.ConfigTable.data_table | ( | self | ) |
Definition at line 71 of file config_table.py.
| None cider.widgets.config_table.ConfigTable.on_data_table_row_selected | ( | self, | |
| DataTable.RowSelected | event ) |
Edit cell when a row is selected
Definition at line 74 of file config_table.py.
| cider.widgets.config_table.ConfigTable.on_mount | ( | self | ) |
Initialise the table object
Definition at line 17 of file config_table.py.
| cider.widgets.config_table.ConfigTable.update_table | ( | self, | |
| config_instance ) |
Updates table to display currently selected configuration object
Arguments:
config_instance -- DAL configuration object
Definition at line 45 of file config_table.py.
|
staticprivate |
Definition at line 13 of file config_table.py.
|
protected |
Definition at line 23 of file config_table.py.
|
staticprotected |
Definition at line 15 of file config_table.py.