|
Methods defined here:
- __init__(self, alarm_list: PySide6.QtWidgets.QTextEdit)
- Initialize self. See help(type(self)) for accurate signature.
- format_and_add(self, key: str, value: str) -> str
- format_frid(self, frid: str) -> str
- format_frids(self, frids: list[str]) -> str
- update(self, ias_value: IasBasicTypes.IasValue.IasValue) -> None
- Fills the details in the right side of the GUI
with the details of the IasValue
Args:
ias_value: the IasValue whose fields will be shown in the details
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|