PyPO User Manual
GUI.ParameterForms.inputWidgetInterfaces.selectionWidgetInterface Class Reference

Provides ground work for dynamic input widgets by forcing a selection widget te implement a selectionChanged method. More...

Inheritance diagram for GUI.ParameterForms.inputWidgetInterfaces.selectionWidgetInterface:
GUI.ParameterForms.inputWidgetInterfaces.inputWidgetInterface GUI.ParameterForms.inputWidgetInterfaces.MetaCombinerSelectionWidget GUI.ParameterForms.inputWidgetInterfaces.inputWidgetInterface GUI.ParameterForms.inputWidgetInterfaces.MetaCombinerInputWidget

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.
 

Detailed Description

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.

Member Function Documentation

◆ selectionChanged()

def GUI.ParameterForms.inputWidgetInterfaces.selectionWidgetInterface.selectionChanged (   self)

Should be reimplemented to emit a signal.

See also
selectionWidgetInterface

The documentation for this class was generated from the following file: