Implements an axes selector. More...
Classes | |
| class | RadioSubWidget |
Public Member Functions | |
| def | __init__ (self, inputDescription, parent=None) |
| def | clear (self) |
| def | read (self) |
Public Member Functions inherited from GUI.ParameterForms.inputWidgetInterfaces.inputWidgetInterface | |
| def | __init__ (self, parent=None) |
| 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 | |
| r1 | |
| r2 | |
Implements an axes selector.
Implements a widget with two radio button groups where user can select e.g. x and y of y and z but not x and x.