Package elisa :: Package plugins :: Package base :: Package activities :: Module player_activity :: Class PlayerActivity
[hide private]
[frames] | no frames]

Class PlayerActivity

source code


Nested Classes [hide private]

Inherited from core.component.Component: __metaclass__

Instance Methods [hide private]
elisa.base_components.model.Model
get_model(self)
Return a model filled with the data generated by the activity.
source code

Inherited from core.component.Component: __init__, clean, initialize, load_config, save_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]
string name = 'player_activity'
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 core.component.Component: config, path

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

get_model(self)

source code 
Return a model filled with the data generated by the activity.
Returns: elisa.base_components.model.Model
Overrides: base_components.activity.Activity.get_model
(inherited documentation)