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

Module options

source code

Classes [hide private]
  Option
An Option stores information about a certain object-attribute.
  FileOption
An Option-subclass for string-values that contain filenames.
  ImageOption
An Option-subclass for string-values that contain filenames of image-files.
  DirectoryOption
An Option-subclass for filename-strings that contain directories.
  BoolOption
An Option for boolean values.
  StringOption
An Option for values of type string.
  IntOption
An Option for values of type number (can be int or float).
  FloatOption
An Option for values of type float.
  FontOption
An Option for fonts (a simple StringOption).
  ColorOption
An Option for colors.
  ListOption
An Option-type for list of strings.
  AccountOption
An Option-type for username/password combos.
  TimeOption
An Option-subclass for string-values that contain dates.
  EditableOptions
The EditableOptions can be inherited from to allow objects to export editable options for editing them with the OptionsEditor-class.
  ListOptionDialog
An editing dialog used for editing options of the ListOption-type.
  OptionsDialog
A dynamic options-editor for editing Screenlets which are implementing the EditableOptions-class.
Functions [hide private]
 
_(s) source code
 
create_option_from_node(node, groupname)
Create an Option from an XML-node with option-metadata.
source code
Variables [hide private]
  __package__ = 'screenlets'