Home | Trees | Indices | Help |
---|
|
|
|||
Inherited from |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
bool |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|||
tuple of strings |
supported_models = 'base:player_model', list of models that are compatible with the controller identified by their path: 'plugin:model' |
||
dictionary: keys: strings; values: list of strings or strings |
bindings = {'playlist': 'playlist', 'seek_to': 'seek_to', 'vol associations between model's attribute and Controller's attributes; if an attribute contained in bindings' keys is changed or created in model, it is replicated in all the corresponding attributes of the controller defined in bindings values |
||
state =
|
|||
stopped = True
|
|||
dict |
default_config = {'volume_increment_step': '0.02', 'volume_dec used when nothing found in Application's config |
||
Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
|
Initialize various variables internal to the Component. This method is called by the plugin_registry after the component's config has been loaded. Override this method if you need to perform some initializations that would normally go in Component's constructor but can't be done there because they require access to the component's config. |
Called when model is set to a new value. Override if you wish to react to that change. Do not forget to call the parent class method.
|
|
|
|
bindingsassociations between model's attribute and Controller's attributes; if an attribute contained in bindings' keys is changed or created in model, it is replicated in all the corresponding attributes of the controller defined in bindings values
|
default_configused when nothing found in Application's config
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0beta1 on Wed Jan 16 19:09:44 2008 | http://epydoc.sourceforge.net |