hlcc 2.0.0-beta2+pre1
|
Panel that displays a configure QListWidget with various applications states. More...
Public Member Functions | |
def | __init__ (self, FacadesManager facades_manager, parent=None, *args, **kwargs) |
Constructor. | |
def | on_stateListWidget_currentRowChanged (self) |
Slots implementation ##. | |
def | on_initializePushButton_clicked (self) |
Slot that auto-connects to the QPushButton initializePushButton. | |
def | on_stopPushButton_clicked (self) |
Slot that auto-connects to the QPushButton stopPushButton. | |
def | on_enablePushButton_clicked (self) |
Slot that auto-connects to the QPushButton enablePushButton. | |
def | on_disablePushButton_clicked (self) |
Slot that auto-connects to the QPushButton disablePushButton. | |
def | on_resetPushButton_clicked (self) |
Slot that auto-connects to the QPushButton resetPushButton. | |
def | on_exitPushButton_clicked (self) |
Slot that auto-connects to the QPushButton exitPushButton. | |
Public Attributes | |
ui | |
Protected Member Functions | |
def | _init_gui (self) |
Initiate depending widgets and configurations for this ui. | |
Protected Attributes | |
_monitor_apps_list | |
_telmon_commands_uri | |
_qestateitem_widget_list | |
_facades_manager | |
_global_state_uri | |
Panel that displays a configure QListWidget with various applications states.
The information of those applications are all from an OLDB datapoint that is also used to determine an estimation of a Global State
def statepanel_list.StatePanelList.__init__ | ( | self, | |
FacadesManager | facades_manager, | ||
parent = None , |
|||
* | args, | ||
** | kwargs | ||
) |
Constructor.
facades_manager | Facade Manager instance with current application facades |
parent | QObject parent widget instance |
|
protected |
Initiate depending widgets and configurations for this ui.
If exist some problem in the CII datapoint value extraction the panel will be empty
:return:
def statepanel_list.StatePanelList.on_disablePushButton_clicked | ( | self | ) |
Slot that auto-connects to the QPushButton disablePushButton.
disablePushButton is not declared in the code, but in the statelistpanel.ui. See https://doc.qt.io/qt-5/designer-using-a-ui-file.html#widgets-and-dialogs-with-auto-connect
def statepanel_list.StatePanelList.on_enablePushButton_clicked | ( | self | ) |
Slot that auto-connects to the QPushButton enablePushButton.
enablePushButton is not declared in the code, but in the statelistpanel.ui. See https://doc.qt.io/qt-5/designer-using-a-ui-file.html#widgets-and-dialogs-with-auto-connect
def statepanel_list.StatePanelList.on_exitPushButton_clicked | ( | self | ) |
Slot that auto-connects to the QPushButton exitPushButton.
exitPushButton is not declared in the code, but in the statelistpanel.ui. See https://doc.qt.io/qt-5/designer-using-a-ui-file.html#widgets-and-dialogs-with-auto-connect
def statepanel_list.StatePanelList.on_initializePushButton_clicked | ( | self | ) |
Slot that auto-connects to the QPushButton initializePushButton.
initializePushButton is not declared in the code, but in the statelistpanel.ui. See https://doc.qt.io/qt-5/designer-using-a-ui-file.html#widgets-and-dialogs-with-auto-connect
def statepanel_list.StatePanelList.on_resetPushButton_clicked | ( | self | ) |
Slot that auto-connects to the QPushButton resetPushButton.
resetPushButton is not declared in the code, but in the statelistpanel.ui. See https://doc.qt.io/qt-5/designer-using-a-ui-file.html#widgets-and-dialogs-with-auto-connect
def statepanel_list.StatePanelList.on_stateListWidget_currentRowChanged | ( | self | ) |
Slots implementation ##.
Slot that auto-connects to the QPushButton stateListWidget. stateListWidget is not declared in the code, but in the statelistpanel.ui. See https://doc.qt.io/qt-5/designer-using-a-ui-file.html#widgets-and-dialogs-with-auto-connect
def statepanel_list.StatePanelList.on_stopPushButton_clicked | ( | self | ) |
Slot that auto-connects to the QPushButton stopPushButton.
stopPushButton is not declared in the code, but in the statelistpanel.ui. See https://doc.qt.io/qt-5/designer-using-a-ui-file.html#widgets-and-dialogs-with-auto-connect
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
statepanel_list.StatePanelList.ui |