RTC Toolkit 6.0.0
Loading...
Searching...
No Matches
rtccustomwidget.RtcCustomTVReadWidget Class Reference

Implements the Read widget of the RtcCustomWidget. More...

Inheritance diagram for rtccustomwidget.RtcCustomTVReadWidget:

Public Member Functions

 __init__ (self, QWidget parent=None, bool designMode=False)
 Initializes the Widget, setting the parent.
 
 on_argsLineEdit_textChanged (self, str new_text)
 Slot for textChanged signal for the argument line edit box.
 
 on_fooTaurusCommandButton_commandExecuted (self, object object)
 Slot for commandExecuted signal.
 
 on_barTaurusCommandButton_commandExecuted (self, object)
 Slot for commandExecuted signal.
 

Public Attributes

 ui = Ui_RtcCustomWidget()
 

Static Public Attributes

 layoutAlignment = Qt.AlignTop
 

Detailed Description

Implements the Read widget of the RtcCustomWidget.

This widget is used by the TaurusForm class to create the widget that belongs to the "Read" column of the grid layout of the TaurusForm.

Constructor & Destructor Documentation

◆ __init__()

rtccustomwidget.RtcCustomTVReadWidget.__init__ ( self,
QWidget parent = None,
bool designMode = False )

Initializes the Widget, setting the parent.

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_argsLineEdit_textChanged()

rtccustomwidget.RtcCustomTVReadWidget.on_argsLineEdit_textChanged ( self,
str new_text )

Slot for textChanged signal for the argument line edit box.

Parameters
[in]new_textThe new text value of the line edit box.

◆ on_barTaurusCommandButton_commandExecuted()

rtccustomwidget.RtcCustomTVReadWidget.on_barTaurusCommandButton_commandExecuted ( self,
object )

Slot for commandExecuted signal.

It gets invoked when the command defined in getActiveModesTaurusCommandButton 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.

Parameters
[in]objectPython object (any) that is the return value of the command.

◆ on_fooTaurusCommandButton_commandExecuted()

rtccustomwidget.RtcCustomTVReadWidget.on_fooTaurusCommandButton_commandExecuted ( self,
object object )

Slot for commandExecuted signal.

It gets invoked when the command defined in getAvailableModesTaurusCommandButton 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.

Parameters
[in]objectPython object (any) that is the return value of the command.

Member Data Documentation

◆ layoutAlignment

rtccustomwidget.RtcCustomTVReadWidget.layoutAlignment = Qt.AlignTop
static

◆ ui

rtccustomwidget.RtcCustomTVReadWidget.ui = Ui_RtcCustomWidget()

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