Implements a radio button selection widget, used for 'one of many' type selection. More...
Public Member Functions | |
| def | __init__ (self, InputDescription inputDescription) |
| def | read (self) |
| def | clear (self) |
| def | currentIndex (self) |
| def | selectionChanged (self) |
| Should be reimplemented to emit a signal. More... | |
Public Member Functions inherited from GUI.ParameterForms.inputWidgetInterfaces.selectionWidgetInterface | |
| def | __init__ (self, parent=None) |
Public Member Functions inherited from GUI.ParameterForms.inputWidgetInterfaces.inputWidgetInterface | |
| dict | read () |
| subclasses need to reimplement this method and return a dict containing strings as keys. More... | |
| dict | clear () |
| Clears user input and resets widget. | |
Public Attributes | |
| inputDescription | |
| group | |
Static Public Attributes | |
| selectionChangedSignal = Signal(int) | |
Implements a radio button selection widget, used for 'one of many' type selection.
| def GUI.ParameterForms.simpleInputWidgets.SimpleRadio.selectionChanged | ( | self | ) |
Should be reimplemented to emit a signal.
Reimplemented from GUI.ParameterForms.inputWidgetInterfaces.selectionWidgetInterface.