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

Module editable

source code

Implements abstract editor base classes.

These abstract base classes provide an abstract layer for editing data in a graphical user interface.

@todo: Make these into true abstract base classes, and implement and use the
get_editor_value and set_editor_value functions in non-abstract derived classes.
Classes [hide private]
  EditableBase
The base class for all delegates.
  EditableSpinBox
Abstract base class for data that can be edited with a spin box that contains an integer.
  EditableFloatSpinBox
Abstract base class for data that can be edited with a spin box that contains a float.
  EditableLineEdit
Abstract base class for data that can be edited with a single line editor.
  EditableTextEdit
Abstract base class for data that can be edited with a multiline editor.
  EditableComboBox
Abstract base class for data that can be edited with combo boxes.
  EditableBoolComboBox
Class for data that can be edited with a bool combo box.
Variables [hide private]
  __package__ = None
hash(x)