Class e.p.p.b.c.ImageWithReflectionCoverflowController(CoverflowController):

Part of elisa.plugins.poblesec.base.coverflow View In Hierarchy

Known subclasses: elisa.plugins.daap.controller.AlbumsDaapCoverflowController, elisa.plugins.daap.controller.ArtistsDaapCoverflowController, elisa.plugins.daap.controller.TracksDaapCoverflowController, elisa.plugins.database.music_controller.AlbumsDbCoverflowController, elisa.plugins.database.music_controller.AlbumsOfArtistDbCoverflowController, elisa.plugins.database.music_controller.ArtistsDbCoverflowController, elisa.plugins.database.music_controller.DecadesDbCoverflowController, elisa.plugins.database.music_controller.GenreDbCoverflowController, elisa.plugins.database.music_controller.GenresDbCoverflowController, elisa.plugins.database.music_controller.TimeDbCoverflowController, elisa.plugins.database.music_controller.TracksDbCoverflowController, elisa.plugins.database.photo_controller.AlbumsCoverflow, elisa.plugins.database.photo_controller.PhotoCoverflow, elisa.plugins.database.photo_controller.PhotoMonthCoverflow, elisa.plugins.database.photo_controller.PhotoTimesCoverflow, elisa.plugins.database.playlists_controller.AddedPhotosCoverflow, elisa.plugins.database.playlists_controller.AddedTracksCoverflow, elisa.plugins.database.playlists_controller.AddedVideoCoverflow, elisa.plugins.database.playlists_controller.PlayedPhotosCoverflow, elisa.plugins.database.playlists_controller.PlayedTracksCoverflow, elisa.plugins.database.playlists_controller.PlayedVideoCoverflow, elisa.plugins.database.playlists_controller.UnPlayedVideoCoverflow, elisa.plugins.database.tvshows_controllers.AllTVSeasonsCoverflow, elisa.plugins.database.tvshows_controllers.TVEpisodeTrackCoverflow, elisa.plugins.database.tvshows_controllers.TVSeasonCoverflow, elisa.plugins.database.video_controller.AllMoviesCoverflow, elisa.plugins.database.video_controller.AllVideosCoverflow, elisa.plugins.database.video_controller.MovieTrackCoverflow, elisa.plugins.database.video_controller.UnclassifiedVideosCoverflow, elisa.plugins.database.video_controller.VideosMonthCoverflow, elisa.plugins.database.video_controller.VideoTimesCoverflow, elisa.plugins.database.video_controller.VideoTrackCoverflow, elisa.plugins.favorites.controller.FavoritesAlbumsCoverflow, elisa.plugins.favorites.controller.FavoritesArtistsCoverflow, elisa.plugins.favorites.controller.FavoritesPhotoAlbumsCoverflow, elisa.plugins.favorites.controller.FavoritesPhotosCoverflow, elisa.plugins.favorites.controller.FavoritesRadiosCoverflow, elisa.plugins.favorites.controller.FavoritesTracksCoverflow, elisa.plugins.favorites.controller.FavoritesVideosCoverflow, elisa.plugins.flickr.controller.FlickrAccountCoverflowController, elisa.plugins.flickr.controller.FlickrCoverflowController, elisa.plugins.ipod.controller.AlbumsIpodCoverflowController, elisa.plugins.ipod.controller.ArtistsIpodCoverflowController, elisa.plugins.ipod.controller.TracksIpodCoverflowController, elisa.plugins.poblesec.filesystem.FilesystemCoverflowController, elisa.plugins.poblesec.network.NetworkCoverflowController, elisa.plugins.rss.controller.RssReaderCoverflowController, elisa.plugins.shoutcast.controller.ShoutcastCoverflowController, elisa.plugins.youtube.controller.YoutubeCoverflowController

Coverflow controller tied to the image with reflection widget.
Line # Kind Name Docs
351 Method initialize Initialize the component.
360 Method node_renderer Render a node using the common API methods defined by the
388 Method set_frontend Set the frontend for the controller.
431 Method set_title_from_item Set the title of the coverflow for an item using the common API methods
411 Method _action_clicked Undocumented
420 Method _create_selector Undocumented

Inherited from CoverflowController:

Line # Kind Name Docs
213 Method nodes_setup Undocumented
225 Method titles_setup Undocumented
265 Method node_selected Undocumented
307 Method handle_input Undocumented
271 Method _fade_out_title Undocumented
301 Method _fade_in_title Undocumented

Inherited from ListController (via CoverflowController):

Line # Kind Name Docs
39 Method __init__ Undocumented
60 Method stop_loading_animation Undocumented
71 Method removed Called after widget is removed from the canvas.
74 Method sensitive_set Undocumented
79 Method sensitive_get Undocumented
89 Method is_empty Undocumented
97 Method toggle_empty_alert Undocumented
157 Method node_clicked Undocumented
84 Method _on_focus Undocumented
121 Method _node_clicked_proxy This method is triggered by the widget item-clicked signal. It figures

Inherited from PigmentController (via CoverflowController, ListController):

Line # Kind Name Docs
68 Method set_path Set the path for the controller.
83 Method has_focus Undocumented
86 Method prepare Called after widget is added to the canvas. It is sensible to do
99 Method clean Clean the component.

Inherited from Component (via CoverflowController, ListController, PigmentController, Controller):

Line # Kind Name Docs
85 Class PathDescriptor Undocumented
97 Class Method create Create and initialize the component.
def initialize(self):
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 node_renderer(self, item, widget):
Render a node using the common API methods defined by the elisa.plugins.poblesec.base.list.GenericListViewMode class.
def set_frontend(self, frontend):
Set the frontend for the controller.
Parametersfrontendfrontend (type: elisa.core.components.frontend.Frontend )
def _action_clicked(self, widget, action):
Undocumented
def _create_selector(self):
Undocumented
def set_title_from_item(self, item):
Set the title of the coverflow for an item using the common API methods defined by the elisa.plugins.poblesec.base.list.GenericListViewMode class.
API Documentation for Elisa Media Center, generated by pydoctor at 2009-02-16 19:15:05.