Part of elisa.plugins.poblesec.base.preview_list View In Hierarchy
Known subclasses: elisa.plugins.database.music_controller.AlbumsDbPreviewListController, elisa.plugins.database.music_controller.GenrePreviewListController, elisa.plugins.database.music_controller.TimeDbPreviewListController, elisa.plugins.database.music_controller.TracksPreviewListController, elisa.plugins.database.playlists_controller.AddedTracksVerticalWithPreview, elisa.plugins.database.playlists_controller.PlayedTracksVerticalWithPreview, elisa.plugins.database.tvshows_controllers.AllTVSeasonsVerticalWithPreview, elisa.plugins.database.tvshows_controllers.TVEpisodeTrackVerticalWithPreview, elisa.plugins.database.tvshows_controllers.TVSeasonVerticalWithPreview, elisa.plugins.database.video_controller.MovieTrackVerticalWithPreview, elisa.plugins.database.video_controller.VideoTrackVerticalWithPreview, elisa.plugins.favorites.controller.FavoritesAlbumsVerticalWithPreview, elisa.plugins.favorites.controller.FavoritesTracksVerticalWithPreview, elisa.plugins.poblesec.plugins.FindNewPluginsController, elisa.plugins.poblesec.plugins.PluginLibraryController, elisa.plugins.poblesec.plugins.PluginUpdatesController
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 513 | Method | node_renderer | Render a node using the common API methods defined by the |
Inherited from MenuItemPreviewListController:
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 405 | Method | initialize | Initialize the component. |
| 432 | Method | clean | Clean the component. |
| 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 (via MenuItemPreviewListController):
| 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 MenuItemPreviewListController, 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 MenuItemPreviewListController, 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 MenuItemPreviewListController, PreviewListController, ListController, PigmentController, Controller):
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 85 | Class | PathDescriptor | Undocumented |
| 97 | Class Method | create | Create and initialize the component. |
elisa.plugins.poblesec.base.list.GenericListViewMode
class.