Class e.p.y.c.AlbumsController(GenericAlbumsDbController):

Part of elisa.plugins.yesfm.controllers View In Hierarchy

Known subclasses: elisa.plugins.yesfm.controllers.AlbumsCoverflowController, elisa.plugins.yesfm.controllers.AlbumsGridController, elisa.plugins.yesfm.controllers.AlbumsPreviewListController

Undocumented
Line # Kind Name Docs
93 Method initialize Initialize the component.
122 Method clean Clean the component.

Inherited from GenericAlbumsDbController:

Line # Kind Name Docs
267 Method make_actions Undocumented
311 Method node_clicked Callback invoked when an item of the list representing a given level of

Inherited from HierarchyController (via GenericAlbumsDbController):

Line # Kind Name Docs
80 Method register_deferred Register a deferred call to be associated to a given key.
86 Method cancel_deferreds Cancel all the currently pending deferred calls associated to one given
103 Method cancel_all_deferreds Cancel all the currently pending deferred calls.

Inherited from Component (via GenericAlbumsDbController, HierarchyController):

Line # Kind Name Docs
85 Class PathDescriptor Undocumented
97 Class Method create Create and initialize the component.

Inherited from Loggable (via GenericAlbumsDbController, HierarchyController, Component):

Line # Kind Name Docs
81 Method __init__ Undocumented
def initialize(self, artist=None, albums=None):

Initialize the component.

This method is called by Component.create to finish the initialization of a component.
Returnsa deferred called when a component is fully initialized (type: twisted.internet.defer.Deferred )
def clean(self):

Clean the component.

This method is called when a component is not needed anymore to clean its state.
Returnsa deferred called when the component has finished cleaning its state (type: twisted.internet.defer.Deferred )
API Documentation for Elisa Media Center, generated by pydoctor at 2008-09-29 19:14:29.