Part of elisa.plugins.poblesec.base.preview_list View In Hierarchy
Known subclasses: elisa.plugins.poblesec.base.preview_list.MenuItemPreviewListController, elisa.plugins.poblesec.directory_settings.DirectoryConfigureController
Line # | Kind | Name | Docs |
---|---|---|---|
128 | Method | __init__ | Undocumented |
143 | Method | nodes_setup | Undocumented |
175 | Method | item_to_letter | Undocumented |
229 | Method | set_frontend | Set the frontend for the controller. |
255 | Method | clean | Clean the component. |
268 | Method | image_from_item | Undocumented |
329 | Method | handle_input | Undocumented |
132 | Method | _create_selector | Undocumented |
156 | Method | _fastscroller_setup | Undocumented |
184 | Method | _get_active_shortcuts | Undocumented |
208 | Method | _shortcut_renderer | Undocumented |
215 | Method | _get_current_shortcut | Undocumented |
218 | Method | _set_current_shortcut | Undocumented |
221 | Method | _shortcut_selected | Undocumented |
271 | Method | _on_items_deleted | Undocumented |
276 | Method | _initiate_load_preview | Undocumented |
314 | Method | _load_preview | Undocumented |
Inherited from ListController:
Line # | Kind | Name | Docs |
---|---|---|---|
30 | Method | initialize | Initialize the component. |
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 |
118 | Method | node_renderer | 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 ListController):
Line # | Kind | Name | Docs |
---|---|---|---|
68 | Method | set_path | Set the path for the controller. |
84 | Method | has_focus | Undocumented |
87 | Method | prepare | Called after widget is
added to the canvas. It is sensible to do |
Inherited from Component (via ListController, PigmentController, Controller):
Line # | Kind | Name | Docs |
---|---|---|---|
85 | Class | PathDescriptor | Undocumented |
97 | Class Method | create | Create and initialize the component. |
Parameters | frontend | frontend
(type: elisa.core.components.frontend.Frontend
) |
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
) |