hlcc 2.0.0-beta2+pre1
|
Public Member Functions | |
def | __init__ (self, parent=None, *args, **kwargs) |
Initialize the widget that represents the TELMON Page. | |
def | set_stdcmds_facade (self, facade) |
Setup the TELMON Standard facade already instantiated in the application_window constructor. | |
def | set_moncmds_facade (self, facade) |
Setup the TELMON Monitor facade already instantiated in the application_window constructor. | |
def | change_numerical_units_view (self, NumericalUnitsPropertyEnum unit_type) |
Save the current numerical unit type widgets that are displayed and invoke the utils generic hide_show_property_widgets static method. | |
def | on_initPushButton_clicked (self) |
Slots for methods in the StdCmds interface ##. | |
def | on_exitPushButton_clicked (self) |
Slot that auto-connects to the QPushButton exitPushButton. | |
def | on_resetPushButton_clicked (self) |
Slot that auto-connects to the QPushButton resetPushButton. | |
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_getStatePushButton_clicked (self) |
Slot that auto-connects to the QPushButton getStatePushButton. | |
def | on_getStatusPushButton_clicked (self) |
Slot that auto-connects to the QPushButton getStatusPushButton. | |
def | on_getVersionPushButton_clicked (self) |
Slot that auto-connects to the QPushButton getVersionPushButton. | |
def | on_stopPushButton_clicked (self) |
Slot that auto-connects to the QPushButton stopPushButton. | |
def | on_actionServerExit_triggered (self) |
Slot that auto-connects to the QAction actionServerExit. | |
def | on_setLogLevelPushButton_clicked (self) |
Slot that auto-connects to the QPushButton setLogLevelPushButton. | |
def | on_reloadCmdButton_clicked (self) |
Slots for methods in the MonCmds interface ##. | |
def | on_getModulesLoadedCmdButton_clicked (self) |
Slot that auto-connects to the GetModulesLoaded. | |
Public Attributes | |
ui | |
Protected Member Functions | |
def | _init_gui (self) |
In some cases, widgets are not ready for modification until init is done. | |
Protected Attributes | |
_stdcmds_facade | |
_moncmds_facade | |
_numerical_unit_type | |
def telmon_cmds.TelmonCmds.__init__ | ( | self, | |
parent = None , |
|||
* | args, | ||
** | kwargs | ||
) |
Initialize the widget that represents the TELMON Page.
This class is a used to promote a QWidget in the QtDesigner enable the usage of further methods implemented here.
parent | Widget that holds this TelmonCmds instance |
|
protected |
In some cases, widgets are not ready for modification until init is done.
This can be workaround by invoking another method at the end of init.
def telmon_cmds.TelmonCmds.change_numerical_units_view | ( | self, | |
NumericalUnitsPropertyEnum | unit_type | ||
) |
Save the current numerical unit type widgets that are displayed and invoke the utils generic hide_show_property_widgets static method.
unit_type | Enum responsible to decide the type of widgets to be displayed |
def telmon_cmds.TelmonCmds.on_actionServerExit_triggered | ( | self | ) |
Slot that auto-connects to the QAction actionServerExit.
actionServerExit is not declared in the code, but in the mainwindow.ui.
def telmon_cmds.TelmonCmds.on_disablePushButton_clicked | ( | self | ) |
Slot that auto-connects to the QPushButton disablePushButton.
disablePushButton is not declared in the code, but in the mainwindow.ui. See https://doc.qt.io/qt-5/designer-using-a-ui-file.html#widgets-and-dialogs-with-auto-connect
def telmon_cmds.TelmonCmds.on_enablePushButton_clicked | ( | self | ) |
Slot that auto-connects to the QPushButton enablePushButton.
enablePushButton is not declared in the code, but in the mainwindow.ui. See https://doc.qt.io/qt-5/designer-using-a-ui-file.html#widgets-and-dialogs-with-auto-connect
def telmon_cmds.TelmonCmds.on_exitPushButton_clicked | ( | self | ) |
Slot that auto-connects to the QPushButton exitPushButton.
exitPushButton is not declared in the code, but in the mainwindow.ui. See https://doc.qt.io/qt-5/designer-using-a-ui-file.html#widgets-and-dialogs-with-auto-connect
def telmon_cmds.TelmonCmds.on_getModulesLoadedCmdButton_clicked | ( | self | ) |
Slot that auto-connects to the GetModulesLoaded.
GetModulesLoaded is not declared in the code, but in the mainwindow.ui.
def telmon_cmds.TelmonCmds.on_getStatePushButton_clicked | ( | self | ) |
Slot that auto-connects to the QPushButton getStatePushButton.
getStatePushButton is not declared in the code, but in the mainwindow.ui. See https://doc.qt.io/qt-5/designer-using-a-ui-file.html#widgets-and-dialogs-with-auto-connect
def telmon_cmds.TelmonCmds.on_getStatusPushButton_clicked | ( | self | ) |
Slot that auto-connects to the QPushButton getStatusPushButton.
getStatusPushButton is not declared in the code, but in the mainwindow.ui. See https://doc.qt.io/qt-5/designer-using-a-ui-file.html#widgets-and-dialogs-with-auto-connect
def telmon_cmds.TelmonCmds.on_getVersionPushButton_clicked | ( | self | ) |
Slot that auto-connects to the QPushButton getVersionPushButton.
getVersionPushButton is not declared in the code, but in the mainwindow.ui. See https://doc.qt.io/qt-5/designer-using-a-ui-file.html#widgets-and-dialogs-with-auto-connect
def telmon_cmds.TelmonCmds.on_initPushButton_clicked | ( | self | ) |
Slots for methods in the StdCmds interface ##.
Slot that auto-connects to the QPushButton initPushButton. initPushButton is not declared in the code, but in the mainwindow.ui. See https://doc.qt.io/qt-5/designer-using-a-ui-file.html#widgets-and-dialogs-with-auto-connect
def telmon_cmds.TelmonCmds.on_reloadCmdButton_clicked | ( | self | ) |
Slots for methods in the MonCmds interface ##.
Slot that auto-connects to the reloadCmdButton. reloadCmdButton is not declared in the code, but in the mainwindow.ui.
def telmon_cmds.TelmonCmds.on_resetPushButton_clicked | ( | self | ) |
Slot that auto-connects to the QPushButton resetPushButton.
resetPushButton is not declared in the code, but in the mainwindow.ui. See https://doc.qt.io/qt-5/designer-using-a-ui-file.html#widgets-and-dialogs-with-auto-connect
def telmon_cmds.TelmonCmds.on_setLogLevelPushButton_clicked | ( | self | ) |
Slot that auto-connects to the QPushButton setLogLevelPushButton.
setLogLevelPushButton is not declared in the code, but in the mainwindow.ui. See https://doc.qt.io/qt-5/designer-using-a-ui-file.html#widgets-and-dialogs-with-auto-connect
def telmon_cmds.TelmonCmds.on_stopPushButton_clicked | ( | self | ) |
Slot that auto-connects to the QPushButton stopPushButton.
stopPushButton is not declared in the code, but in the mainwindow.ui. See https://doc.qt.io/qt-5/designer-using-a-ui-file.html#widgets-and-dialogs-with-auto-connect
def telmon_cmds.TelmonCmds.set_moncmds_facade | ( | self, | |
facade | |||
) |
Setup the TELMON Monitor facade already instantiated in the application_window constructor.
facade | TELMON Monitor facade application instance |
def telmon_cmds.TelmonCmds.set_stdcmds_facade | ( | self, | |
facade | |||
) |
Setup the TELMON Standard facade already instantiated in the application_window constructor.
facade | TELMON Standard facade application instance |
|
protected |
|
protected |
|
protected |
telmon_cmds.TelmonCmds.ui |