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.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.playlists_controller.AddedTracksCoverflow, elisa.plugins.database.playlists_controller.PlayedTracksCoverflow, elisa.plugins.favorites.controller.FavoritesAlbumsCoverflow, elisa.plugins.favorites.controller.FavoritesArtistsCoverflow, elisa.plugins.favorites.controller.FavoritesRadiosCoverflow, elisa.plugins.favorites.controller.FavoritesTracksCoverflow, 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.shoutcast.controller.ShoutcastCoverflowController, elisa.plugins.youtube.controller.YoutubeCoverflowController
Line # | Kind | Name | Docs |
---|---|---|---|
304 | Method | initialize | Initialize the component. |
313 | Method | node_renderer | Render a node using the common API methods defined by the |
341 | Method | set_title_from_item | Set the title of the coverflow for an item using the common API methods |
Inherited from CoverflowController:
Line # | Kind | Name | Docs |
---|---|---|---|
224 | Method | nodes_setup | Undocumented |
236 | Method | titles_setup | Undocumented |
252 | Method | node_selected | Undocumented |
258 | Method | _fade_out_title | Undocumented |
276 | Method | _fade_in_title | Undocumented |
282 | Method | handle_input | Undocumented |
Inherited from ListController (via CoverflowController):
Line # | Kind | Name | Docs |
---|---|---|---|
38 | Method | __init__ | Undocumented |
45 | Method | set_frontend | Set the frontend for the controller. |
59 | Method | stop_loading_animation | Undocumented |
67 | Method | removed | Called after widget is removed from the canvas.
|
70 | Method | _on_focus | Undocumented |
81 | Method | node_clicked | Undocumented |
Inherited from PigmentController (via CoverflowController, ListController):
Line # | Kind | Name | Docs |
---|---|---|---|
64 | Method | set_path | Set the path for the controller. |
80 | Method | has_focus | Undocumented |
83 | Method | prepare | Called after widget is
added to the canvas. It is sensible to do
|
96 | 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. |
Initialize the component.
This method is called byComponent.create
to finish the
initialization of a component.
Returns | a deferred called when a component is fully initialized
(type: twisted.internet.defer.Deferred
) |
elisa.plugins.poblesec.base.list.GenericListViewMode
class.
elisa.plugins.poblesec.base.list.GenericListViewMode
class.