Provides ground work for dynamic input widgets by forcing a selection widget te implement a selectionChanged method. More...
Public Member Functions | |
| def | __init__ (self, parent=None) |
| def | selectionChanged (self) |
| Should be reimplemented to emit a signal. More... | |
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. | |
Provides ground work for dynamic input widgets by forcing a selection widget te implement a selectionChanged method.
This method might emit a signal to notify its parent that the user has changed the selection.
| def GUI.ParameterForms.inputWidgetInterfaces.selectionWidgetInterface.selectionChanged | ( | self | ) |
Should be reimplemented to emit a signal.