hlcc 2.0.0-beta2+pre1
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Protected Member Functions | Protected Attributes | List of all members
statepanel_list.StatePanelList Class Reference

Panel that displays a configure QListWidget with various applications states. More...

Inheritance diagram for statepanel_list.StatePanelList:

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
 

Detailed Description

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

Constructor & Destructor Documentation

◆ __init__()

def statepanel_list.StatePanelList.__init__ (   self,
FacadesManager  facades_manager,
  parent = None,
args,
**  kwargs 
)

Constructor.

Parameters
facades_managerFacade Manager instance with current application facades
parentQObject parent widget instance

Member Function Documentation

◆ _init_gui()

def statepanel_list.StatePanelList._init_gui (   self)
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:

◆ on_disablePushButton_clicked()

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

◆ on_enablePushButton_clicked()

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

◆ on_exitPushButton_clicked()

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

◆ on_initializePushButton_clicked()

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

◆ on_resetPushButton_clicked()

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

◆ on_stateListWidget_currentRowChanged()

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

◆ on_stopPushButton_clicked()

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

Member Data Documentation

◆ _facades_manager

statepanel_list.StatePanelList._facades_manager
protected

◆ _global_state_uri

statepanel_list.StatePanelList._global_state_uri
protected

◆ _monitor_apps_list

statepanel_list.StatePanelList._monitor_apps_list
protected

◆ _qestateitem_widget_list

statepanel_list.StatePanelList._qestateitem_widget_list
protected

◆ _telmon_commands_uri

statepanel_list.StatePanelList._telmon_commands_uri
protected

◆ ui

statepanel_list.StatePanelList.ui

The documentation for this class was generated from the following file: