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

Implements an axes selector. More...

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

Classes

class  RadioSubWidget
 

Public Member Functions

def __init__ (self, inputDescription, parent=None)
 
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
 
 r1
 
 r2
 

Detailed Description

Implements an axes selector.

Implements a widget with two radio button groups where user can select e.g. x and y of y and z but not x and x.


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