IasAlarmGui
.AlarmDetailsHelper
index
/home/fedora/IasRoot/lib/python3.12/site-packages/IasAlarmGui/AlarmDetailsHelper.py
# This Python file uses the following encoding: utf-8
Classes
builtins.object
AlarmDetailsHelper
class
AlarmDetailsHelper
(
builtins.object
)
AlarmDetailsHelper
(alarm_list: PySide6.QtWidgets.QTextEdit)
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
__weakref__
list of weak references to the object