Public Member Functions | |
def | __init__ |
def | display |
def | update_value |
Public Attributes | |
cb |
Definition at line 75 of file editors.py.
def reconfigure_gui.editors.BooleanEditor.__init__ | ( | self, | |
updater, | |||
config | |||
) |
Reimplemented from reconfigure_gui.editors.Editor.
Definition at line 76 of file editors.py.
def reconfigure_gui.editors.BooleanEditor.display | ( | self, | |
grid, | |||
row | |||
) |
Reimplemented from reconfigure_gui.editors.Editor.
Definition at line 92 of file editors.py.
def reconfigure_gui.editors.BooleanEditor.update_value | ( | self, | |
value | |||
) |
Reimplemented from reconfigure_gui.editors.Editor.
Definition at line 89 of file editors.py.
Definition at line 76 of file editors.py.