| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
debug.debugmixin --+
|
Param --+
|
BoolParam
Boolean parameter that displays a checkbox as its user interface.
Text uses one of 'yes', 'true', or '1' to represent the bool True, and anything else to represent False.
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
| Class Methods | |
|
Inherited from |
| Class Variables | |
default = False
|
|
callback_event = wx.EVT_CHECKBOX
|
|
yes_values =
|
|
no_values =
|
|
|
Inherited from |
|
| Properties | |
|
Inherited from |
| Method Details |
Return a checkbox control
|
Return True if one of the yes values, otherwise False
|
Convert the boolean value to a string
|
Populate the control given the user value. If any conversion is needed to show the user value in the control, do it here.
|
Get the user value from the control. If the control doesn't automatically return a value of the correct type, convert it here.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Feb 21 14:51:19 2008 | http://epydoc.sourceforge.net |