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

This is a base class for inputWidgets and should not be instantiated. More...

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

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.
 

Detailed Description

This is a base class for inputWidgets and should not be instantiated.

Member Function Documentation

◆ read()

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.


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