PyPO User Manual
inputWidgetInterfaces.py File Reference

Defines interfaces for input widgets to inherit from to ensure certain behavior. More...

Classes

class  GUI.ParameterForms.inputWidgetInterfaces.MetaCombinerInputWidget
 Metaclass for inputWidgetInterface because Python does not allow multiple inheritance. More...
 
class  GUI.ParameterForms.inputWidgetInterfaces.inputWidgetInterface
 This is a base class for inputWidgets and should not be instantiated. More...
 
class  GUI.ParameterForms.inputWidgetInterfaces.MetaCombinerSelectionWidget
 Metaclass for selectionWidgetInterface because Python does not allow multiple inheritance. More...
 
class  GUI.ParameterForms.inputWidgetInterfaces.selectionWidgetInterface
 Provides ground work for dynamic input widgets by forcing a selection widget te implement a selectionChanged method. More...
 

Detailed Description

Defines interfaces for input widgets to inherit from to ensure certain behavior.