RTC Toolkit
2.0.0
|
State widget that uses Taurus to connect to a model. More...
Public Member Functions | |
def | __init__ (self, parent=None, *args, **kwargs) |
Initializer for TaurusState. More... | |
bool | isReadOnly (self) |
Overrides TaurusBaseComponent.isReadOnly. More... | |
def | handleEvent (self, Attribute evt_src, TaurusEventType evt_type, evt_val) |
Overrides TaurusBaseComponent.handleEvent. More... | |
State widget that uses Taurus to connect to a model.
The model is a string that follows the state notation of SRTC components.
def gui.taurusstate.TaurusState.__init__ | ( | self, | |
parent = None , |
|||
* | args, | ||
** | kwargs | ||
) |
Initializer for TaurusState.
def gui.taurusstate.TaurusState.handleEvent | ( | self, | |
Attribute | evt_src, | ||
TaurusEventType | evt_type, | ||
evt_val | |||
) |
Overrides TaurusBaseComponent.handleEvent.
@param [in] evt_src Name of the Attribute that generates the event @param [in] evt_type Type of Event according to taurus.core.taurusbasetypes.TaurusEventType @param [in] evt_val Value of the event
bool gui.taurusstate.TaurusState.isReadOnly | ( | self | ) |
Overrides TaurusBaseComponent.isReadOnly.
Indicates that the widget is a read only widget.