|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
Public Member Functions | |
| None | __init__ (self, str relationship_type, Any current_related_dal, str relationship_name, ConsoleRenderable|RichCast|str renderable="", *, bool expand=False, bool shrink=False, bool markup=True, str|None name=None, str|None id=None, str|None classes=None, bool disabled=False) |
| current_dal (self) | |
| compose (self) | |
| None | select_changed (self, Select.Changed event) |
| None | button_pressed (self, Button.Pressed event) |
Protected Attributes | |
| _relationship_type = relationship_type | |
| _current_related_dal = current_related_dal | |
| _relationship_name = relationship_name | |
| ConfigurationController | _config_controller = main_screen.query_one(ConfigurationController) |
| RichLogWError | _logger = main_screen.query_one("#main_log") |
Definition at line 18 of file modify_config_relations.py.
| None cider.widgets.modify_config_relations.SingleRelationshipModifier.__init__ | ( | self, | |
| str | relationship_type, | ||
| Any | current_related_dal, | ||
| str | relationship_name, | ||
| ConsoleRenderable | RichCast | str | renderable = "", | ||
| * | , | ||
| bool | expand = False, | ||
| bool | shrink = False, | ||
| bool | markup = True, | ||
| str | None | name = None, | ||
| str | None | id = None, | ||
| str | None | classes = None, | ||
| bool | disabled = False ) |
Definition at line 19 of file modify_config_relations.py.
| None cider.widgets.modify_config_relations.SingleRelationshipModifier.button_pressed | ( | self, | |
| Button.Pressed | event ) |
Definition at line 63 of file modify_config_relations.py.
| cider.widgets.modify_config_relations.SingleRelationshipModifier.compose | ( | self | ) |
Definition at line 35 of file modify_config_relations.py.
| cider.widgets.modify_config_relations.SingleRelationshipModifier.current_dal | ( | self | ) |
Definition at line 32 of file modify_config_relations.py.
| None cider.widgets.modify_config_relations.SingleRelationshipModifier.select_changed | ( | self, | |
| Select.Changed | event ) |
Definition at line 51 of file modify_config_relations.py.
|
protected |
Definition at line 38 of file modify_config_relations.py.
|
protected |
Definition at line 28 of file modify_config_relations.py.
|
protected |
Definition at line 39 of file modify_config_relations.py.
|
protected |
Definition at line 29 of file modify_config_relations.py.
|
protected |
Definition at line 27 of file modify_config_relations.py.