RTC Toolkit 6.0.0
Loading...
Searching...
No Matches
meascmdswidget.MeasCmdsWidget Class Reference

Provides controller for the widget declared in meascmdswidget_ui. More...

Inheritance diagram for meascmdswidget.MeasCmdsWidget:

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.
 

Public Attributes

 ui = Ui_MeasCmdsWidget()
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ __init__()

meascmdswidget.MeasCmdsWidget.__init__ ( self,
parent = None,
designMode = False )

Initialises the Widget.

This widget takes its UI definition from a Qt UI file.

Parameters
[in]parentQWidget that will be the parent of this widget
[in]designModeUsed by the Qt Designer to avoid undesirable interactions.

Member Function Documentation

◆ on_messagePlainTextEdit_textChanged()

meascmdswidget.MeasCmdsWidget.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.

Member Data Documentation

◆ ui

meascmdswidget.MeasCmdsWidget.ui = Ui_MeasCmdsWidget()

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