PyPO User Manual
GUI.ParameterForms.simpleInputWidgets.VectorInput Class Reference

Implements a single or multiple valued text edit. More...

Inheritance diagram for GUI.ParameterForms.simpleInputWidgets.VectorInput:

Public Member Functions

def __init__ (self, InputDescription inputDescription)
 
def setupUI (self)
 
def prefill (self)
 
def clear (self)
 
def read (self)
 

Static Public Member Functions

def enumToType (intype)
 

Public Attributes

 inputDescription
 
 layout
 
 inputs
 
 editsWid
 
 label
 

Detailed Description

Implements a single or multiple valued text edit.

Parameters
inputDescription.numFieldsDetermines the number of fields, default = 1.
inputDescription.hintsList of strings to provide hints. The length of this list should match the number of fields. If inputDescription.prefill is True, the hints will be used as prefilled values.
inputDescription.prefill,Ifset to true the hints will be used as prefilled values.

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