Part of elisa.plugins.poblesec.base.preview_list View In Hierarchy
Known subclasses: elisa.plugins.daap.controller.AlbumsDaapPreviewListController, elisa.plugins.daap.controller.ArtistsDaapPreviewListController, elisa.plugins.daap.controller.TracksDaapPreviewListController, elisa.plugins.database.music_controller.AlbumsOfArtistDbPreviewListController, elisa.plugins.database.music_controller.ArtistsDbPreviewListController, elisa.plugins.database.music_controller.DecadesDbPreviewListController, elisa.plugins.database.music_controller.GenresDbPreviewListController, elisa.plugins.database.photo_controller.AlbumsVerticalWithPreview, elisa.plugins.database.photo_controller.PhotoMonthVerticalWithPreview, elisa.plugins.database.photo_controller.PhotoTimesVerticalWithPreview, elisa.plugins.database.photo_controller.PhotoVerticalWithPreview, elisa.plugins.database.playlists_controller.AddedPhotosVerticalWithPreview, elisa.plugins.database.playlists_controller.AddedVideoVerticalWithPreview, elisa.plugins.database.playlists_controller.PlayedPhotosVerticalWithPreview, elisa.plugins.database.playlists_controller.PlayedVideoVerticalWithPreview, elisa.plugins.database.playlists_controller.UnPlayedVideoVerticalWithPreview, elisa.plugins.database.video_controller.AllMoviesVerticalWithPreview, elisa.plugins.database.video_controller.AllVideosVerticalWithPreview, elisa.plugins.database.video_controller.UnclassifiedVideosVerticalWithPreview, elisa.plugins.database.video_controller.VideosMonthVerticalWithPreview, elisa.plugins.database.video_controller.VideoTimesVerticalWithPreview, elisa.plugins.dvd.dvdcontroller.DvdController, elisa.plugins.favorites.controller.FavoritesArtistsVerticalWithPreview, elisa.plugins.favorites.controller.FavoritesPhotoAlbumsVerticalWithPreview, elisa.plugins.favorites.controller.FavoritesPhotosVerticalWithPreview, elisa.plugins.favorites.controller.FavoritesRadiosVerticalWithPreview, elisa.plugins.favorites.controller.FavoritesVideosVerticalWithPreview, elisa.plugins.flickr.controller.FlickrAccountPreviewListController, elisa.plugins.flickr.controller.FlickrPreviewListController, elisa.plugins.ipod.controller.AlbumsIpodPreviewListController, elisa.plugins.ipod.controller.ArtistsIpodPreviewListController, elisa.plugins.ipod.controller.TracksIpodPreviewListController, elisa.plugins.poblesec.base.preview_list.DoubleLineMenuItemPreviewListController, elisa.plugins.poblesec.filesystem.FilesystemPreviewListController, elisa.plugins.poblesec.network.NetworkPreviewListController, elisa.plugins.poblesec.plugins.PluginActionsController, elisa.plugins.poblesec.section.SectionMenuController, elisa.plugins.rss.controller.RssReaderPreviewListController, elisa.plugins.shoutcast.controller.ShoutcastPreviewListController, elisa.plugins.youtube.controller.YoutubePreviewListController
Line # | Kind | Name | Docs |
---|---|---|---|
405 | Method | initialize | Initialize the component. |
432 | Method | clean | Clean the component. |
453 | Method | node_renderer | Render a node using the common API methods defined by the |
493 | Method | image_from_item | Display a preview image for an item using the common API methods |
440 | Method | _actions_inserted | Undocumented |
443 | Method | _actions_deleted | Undocumented |
446 | Method | _actions_changed | Undocumented |
450 | Method | _actions_reordered | Undocumented |
Inherited from PreviewListController:
Line # | Kind | Name | Docs |
---|---|---|---|
118 | Method | __init__ | Undocumented |
133 | Method | nodes_setup | Undocumented |
165 | Method | item_to_letter | Undocumented |
219 | Method | set_frontend | Set the frontend for the controller. |
319 | Method | handle_input | Undocumented |
122 | Method | _create_selector | Undocumented |
146 | Method | _fastscroller_setup | Undocumented |
174 | Method | _get_active_shortcuts | Undocumented |
198 | Method | _shortcut_renderer | Undocumented |
205 | Method | _get_current_shortcut | Undocumented |
208 | Method | _set_current_shortcut | Undocumented |
211 | Method | _shortcut_selected | Undocumented |
261 | Method | _on_items_deleted | Undocumented |
266 | Method | _initiate_load_preview | Undocumented |
304 | Method | _load_preview | Undocumented |
Inherited from ListController (via PreviewListController):
Line # | Kind | Name | Docs |
---|---|---|---|
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 |
160 | Method | node_selected | 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 PreviewListController, 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 |
Inherited from Component (via PreviewListController, ListController, PigmentController, Controller):
Line # | Kind | Name | Docs |
---|---|---|---|
85 | Class | PathDescriptor | Undocumented |
97 | Class Method | create | Create and initialize the component. |
This method is called by Component.create
to finish the
initialization of a component.
Returns | a deferred called when a component is fully initialized
(type: twisted.internet.defer.Deferred
) |
This method is called when a component is not needed anymore to clean its state.
Returns | a deferred called when the component has finished cleaning its state
(type: twisted.internet.defer.Deferred
) |
elisa.plugins.poblesec.base.list.GenericListViewMode
class.elisa.plugins.poblesec.base.list.GenericListViewMode
class.