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

Input that cannot be edited by user. More...

Inheritance diagram for GUI.ParameterForms.simpleInputWidgets.StaticInput:
GUI.ParameterForms.inputWidgetInterfaces.inputWidgetInterface GUI.ParameterForms.inputWidgetInterfaces.MetaCombinerInputWidget

Public Member Functions

def __init__ (self, InputDescription inputDescription)
 
def clear (self)
 
def read (self)
 
- Public Member Functions inherited from GUI.ParameterForms.inputWidgetInterfaces.inputWidgetInterface
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.
 

Public Attributes

 inputDescription
 

Detailed Description

Input that cannot be edited by user.

Can be used to communicate information to user about the form. In this case outputName of the provided InputDescription should be None. Can also be used for adding a prefilled value that is visible or invisible to user depending on the 'hidden' value of provided InputDescription (visible by default).


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