|
RTC Toolkit 6.0.0
|
Provides controller for the widget declared in meascmdswidget_ui. More...
Public Member Functions | |
| __init__ (self, parent=None, designMode=False) | |
| Initialises the Widget. | |
| on_messagePlainTextEdit_textChanged (self) | |
| Slot to set the JSON Payload in the TaurusCommandButton. | |
| on_writeBackAllTaurusCommandButton_clicked (self) | |
| Slot for commandExecuted signal. | |
Public Attributes | |
| ui = Ui_WriteBackCmdsWidget() | |
Provides controller for the widget declared in meascmdswidget_ui.
It is a TaurusWidget implementation, that uses a TaurusDevice model. The initialise method sets all Taurus children models to the same one as this.
This means that all TaurusCommandButton have access to the methods from the TaurusDevice: aka: RTC Component.
| writebackcmdswidget.WriteBackCmdsWidget.__init__ | ( | self, | |
| parent = None, | |||
| designMode = False ) |
Initialises the Widget.
This widget takes its UI definition from a Qt UI file.
| [in] | parent | QWidget that will be the parent of this widget |
| [in] | designMode | Used by the Qt Designer to avoid undesirable interactions. |
| writebackcmdswidget.WriteBackCmdsWidget.on_messagePlainTextEdit_textChanged | ( | self | ) |
Slot to set the JSON Payload in the TaurusCommandButton.
This method is automatically connected to the matching button during the self.ui.setupUi(self) in the init method. This is called autoconnections.
| writebackcmdswidget.WriteBackCmdsWidget.on_writeBackAllTaurusCommandButton_clicked | ( | self | ) |
Slot for commandExecuted signal.
It gets invoked when the command defined in writeBackAllTaurusCommandButton finishes execution.
This method is automatically connected to the matching button during the self.ui.setupUi(self) in the init method. This is called autoconnections.
| writebackcmdswidget.WriteBackCmdsWidget.ui = Ui_WriteBackCmdsWidget() |