Package screenlets :: Package options :: Module base
[hide private]
[frames] | no frames]

Module base

source code

Base classes and basic mechanics for all screenlet options.

Classes [hide private]
  Option
An Option stores information about a certain object-attribute.
  EditableOptions
The EditableOptions can be inherited from to allow objects to export editable options for editing them with the OptionsEditor-class.
  OptionsDialog
A dynamic options-editor for editing Screenlets which are implementing the EditableOptions-class.
Functions [hide private]
 
create_option_from_node(node, groupname)
Create an Option from an XML-node with option-metadata.
source code
Variables [hide private]
  OPT_ATTRS = ['default', 'label', 'desc', 'choices']
  __package__ = 'screenlets.options'