|
RTC Toolkit 6.0.0
|
Implements the Read widget of the RtcComponentWidget. More...
Public Member Functions | |
| __init__ (self, parent=None, designMode=False) | |
| Initialises the Widget, setting the parent. | |
| setModel (self, str model) | |
| Sets the model, a URI that indicates which TaurusDevice this widget will connect to. | |
| handleEvent (self, TaurusDevice evt_src, TaurusEventType evt_type, TaurusModelValue evt_value) | |
Public Attributes | |
| ui = Ui_RtcComponentWidget() | |
| dynamic_widget_list = list() | |
Static Public Attributes | |
| layoutAlignment = Qt.AlignTop | |
| dict | interface_to_widget |
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.
| rtccomponentwidget.RtcComponentTVReadWidget.__init__ | ( | self, | |
| parent = None, | |||
| designMode = False ) |
Initialises the Widget, setting the parent.
This widget takes its UI definition from a Qt UI file.
| [in] | parent | QWidget that will be the parent of this widget |
| [in] | designMode | Used by the Qt Designer to avoid undesirable interactions. |
| rtccomponentwidget.RtcComponentTVReadWidget.handleEvent | ( | self, | |
| TaurusDevice | evt_src, | ||
| TaurusEventType | evt_type, | ||
| TaurusModelValue | evt_value ) |
| 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.
| [in] | model | str with the URI of the TaurusDevice/RTC Component. |
| rtccomponentwidget.RtcComponentTVReadWidget.dynamic_widget_list = list() |
|
static |
|
static |
| rtccomponentwidget.RtcComponentTVReadWidget.ui = Ui_RtcComponentWidget() |