RTC Toolkit 4.0.1
Loading...
Searching...
No Matches
Public Member Functions | List of all members
rtccomponentwidget.RtcComponentWidget Class Reference

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

Inheritance diagram for rtccomponentwidget.RtcComponentWidget:

Public Member Functions

def __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.
 
def setModel (self, name, **kwargs)
 setModel is the main method to interacts with TaurusWidgets.
 

Detailed Description

Set of widgets for the RtcComponent 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__()

def rtccomponentwidget.RtcComponentWidget.__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()

def rtccomponentwidget.RtcComponentWidget.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 to. 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: