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

Set of widgets for the RtcCustom entry on the TaurusForm widget. More...

Inheritance diagram for rtccustomwidget.RtcCustomWidget:

Public Member Functions

 __init__ (self, parent=None, designMode=False)
 Initializes the class, which acts as a provider of the widgets for Label, Read, Write, Units and Extra columns of the TaurusForm.
 
 setModel (self, name, **kwargs)
 setModel is the main method to interacts with TaurusWidgets.
 

Detailed Description

Set of widgets for the RtcCustom entry on the TaurusForm widget.

This class is not a widget by itself. It provides the specific widgets for each column of the grid layout in the TaurusForm:

+-------+------+-------+-------+-------+
| Label | Read | Write | Units | Extra |
+-------+------+-------+-------+-------+

Constructor & Destructor Documentation

◆ __init__()

rtccustomwidget.RtcCustomWidget.__init__ ( self,
parent = None,
designMode = False )

Initializes the class, which acts as a provider of the widgets for Label, Read, Write, Units and Extra columns of the TaurusForm.

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

Member Function Documentation

◆ setModel()

rtccustomwidget.RtcCustomWidget.setModel ( self,
name,
** kwargs )

setModel is the main method to interacts with TaurusWidgets.

It carries the URI of the Component which we want to connect. We call the default implementation.

Parameters
[in]nameURI of the component.
[in]kwargsextra options for compatibility.

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