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

Implements a radio button selection widget, used for 'one of many' type selection. More...

Inheritance diagram for GUI.ParameterForms.simpleInputWidgets.SimpleRadio:
GUI.ParameterForms.inputWidgetInterfaces.selectionWidgetInterface GUI.ParameterForms.inputWidgetInterfaces.inputWidgetInterface GUI.ParameterForms.inputWidgetInterfaces.MetaCombinerSelectionWidget GUI.ParameterForms.inputWidgetInterfaces.inputWidgetInterface GUI.ParameterForms.inputWidgetInterfaces.MetaCombinerInputWidget

Public Member Functions

def __init__ (self, InputDescription inputDescription)
 
def read (self)
 
def clear (self)
 
def currentIndex (self)
 
def selectionChanged (self)
 Should be reimplemented to emit a signal. More...
 
- Public Member Functions inherited from GUI.ParameterForms.inputWidgetInterfaces.selectionWidgetInterface
def __init__ (self, parent=None)
 
- Public Member Functions inherited from GUI.ParameterForms.inputWidgetInterfaces.inputWidgetInterface
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
 
 group
 

Static Public Attributes

 selectionChangedSignal = Signal(int)
 

Detailed Description

Implements a radio button selection widget, used for 'one of many' type selection.

Member Function Documentation

◆ selectionChanged()

def GUI.ParameterForms.simpleInputWidgets.SimpleRadio.selectionChanged (   self)

Should be reimplemented to emit a signal.

See also
selectionWidgetInterface

Reimplemented from GUI.ParameterForms.inputWidgetInterfaces.selectionWidgetInterface.


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