This is a base class for inputWidgets and should not be instantiated. More...
Public Member Functions | |
| 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. | |
This is a base class for inputWidgets and should not be instantiated.
| dict GUI.ParameterForms.inputWidgetInterfaces.inputWidgetInterface.read | ( | ) |
subclasses need to reimplement this method and return a dict containing strings as keys.
These strings should originate from the instances InputDescription.outputName. If outputName is None then it should return an empty dict.