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

Implements a checkbox input. More...

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

Public Member Functions

def __init__ (self, InputDescription inputDescription)
 
def clear (self)
 
def read (self)
 
def currentState (self)
 
def selectionChanged (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
 
 box
 
 label
 

Static Public Attributes

 stateChanged = Signal(int)
 

Detailed Description

Implements a checkbox input.

Parameters
inputDescription.prefillIf set to true the checkbox will be checked by default.

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