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

Implements the Read widget of the RtcComponentWidget. More...

Inheritance diagram for rtccomponentwidget.RtcComponentTVReadWidget:

Public Member Functions

def __init__ (self, parent=None, designMode=False)
 Initializes the Widget, setting the parent.
 
def setModel (self, str model)
 Sets the model, a URI that indicates which TaurusDevice this widget will connect to.
 

Public Attributes

 ui
 
 dynamic_widget_list
 

Static Public Attributes

Qt layoutAlignment = Qt.Qt.AlignTop
 
dict interface_to_widget
 

Detailed Description

Implements the Read widget of the RtcComponentWidget.

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

def rtccomponentwidget.RtcComponentTVReadWidget.__init__ (   self,
  parent = None,
  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

◆ setModel()

def rtccomponentwidget.RtcComponentTVReadWidget.setModel (   self,
str  model 
)

Sets the model, a URI that indicates which TaurusDevice this widget will connect to.

After the model is set, it will request the list of implemented interfaces in the TaurusDevice/RTC Component, and add their specific widget implementation to a scrollarea.

Parameters
[in]modelstr with the URI of the TaurusDevice/RTC Component.

Member Data Documentation

◆ dynamic_widget_list

rtccomponentwidget.RtcComponentTVReadWidget.dynamic_widget_list

◆ interface_to_widget

dict rtccomponentwidget.RtcComponentTVReadWidget.interface_to_widget
static
Initial value:
= {
"::rtctkif::FuncCmds": FuncCmdsWidget,
"::rtctkif::UpdateCmds": UpdateCmdsWidget,
"::rtctkif::LoopCmds": LoopCmdsWidget,
"::rtctkif::MeasCmds": MeasCmdsWidget,
"::rtctkif::OptCmds": OptCmdsWidget,
"::rtctkif::SuspCmds": SuspCmdsWidget,
"::rtctkif::ModeCmds": ModeCmdsWidget,
"::rtctkif::WriteBackCmds": WriteBackCmdsWidget,
}

◆ layoutAlignment

Qt rtccomponentwidget.RtcComponentTVReadWidget.layoutAlignment = Qt.Qt.AlignTop
static

◆ ui

rtccomponentwidget.RtcComponentTVReadWidget.ui

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