Package pyffi :: Package object_models :: Module editable :: Class EditableFloatSpinBox
[hide private]
[frames] | no frames]

Class EditableFloatSpinBox

source code

  object --+        
           |        
EditableBase --+    
               |    
 EditableSpinBox --+
                   |
                  EditableFloatSpinBox
Known Subclasses:

Abstract base class for data that can be edited with a spin box that contains a float. Override get_editor_decimals to set the number of decimals in the editor display.

Requirement: get_editor_value must return a float, set_editor_value must take a float.

Instance Methods [hide private]
 
get_editor_decimals(self) source code

Inherited from EditableSpinBox: get_editor_maximum, get_editor_minimum, get_editor_value, set_editor_value

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__