Package elisa :: Package plugins :: Package base :: Package themes :: Module empty_theme :: Class EmptyTheme
[hide private]
[frames] | no frames]

Class EmptyTheme

source code


TODO: Document

Nested Classes [hide private]

Inherited from core.component.Component: __metaclass__

Instance Methods [hide private]

Inherited from base_components.theme.Theme: __init__, config_file__get, config_file__set, get_media, initialize, save_config

Inherited from base_components.theme.Theme (private): _get_file_path

Inherited from core.component.Component: clean, load_config

Inherited from extern.log.log.Loggable: debug, doLog, error, info, log, logFunction, logObjectName, warning, warningFailure

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Static Methods [hide private]

Inherited from core.component.Component: __classinit__

Class Variables [hide private]
  default_theme = 'base:themes/empty_theme.conf'
DOCME
string name = 'empty_theme'
Component's name

Inherited from core.component.Component: checked, config_doc, default_config, id, plugin

Inherited from extern.log.log.Loggable: logCategory

Instance Variables [hide private]

Inherited from base_components.theme.Theme: config_file

Inherited from core.component.Component: config, path

Properties [hide private]

Inherited from object: __class__