PyPO User Manual
simpleInputWidgets.py File Reference

Provides implementation of form inputs. More...

Classes

class  GUI.ParameterForms.simpleInputWidgets.EmptyFieldException
 Exception to be thrown when empty field is encountered. More...
 
class  GUI.ParameterForms.simpleInputWidgets.StaticInput
 Input that cannot be edited by user. More...
 
class  GUI.ParameterForms.simpleInputWidgets.checkbox
 Implements a checkbox input. More...
 
class  GUI.ParameterForms.simpleInputWidgets.VectorInput
 Implements a single or multiple valued text edit. More...
 
class  GUI.ParameterForms.simpleInputWidgets.SimpleRadio
 Implements a radio button selection widget, used for 'one of many' type selection. More...
 
class  GUI.ParameterForms.simpleInputWidgets.SimpleDropdown
 Implements a dropdown menu. More...
 
class  GUI.ParameterForms.simpleInputWidgets.XYZRadio
 Implements an axes selector. More...
 
class  GUI.ParameterForms.simpleInputWidgets.XYZRadio.RadioSubWidget
 
class  GUI.ParameterForms.simpleInputWidgets.ElementSelectionWidget
 Implements a widget for 'many of many' type selection. More...
 

Detailed Description

Provides implementation of form inputs.