Part of elisa.plugins.poblesec.directory_settings View In Hierarchy
Line # | Kind | Name | Docs |
---|---|---|---|
59 | Method | initialize | Initialize the component. |
88 | Method | nodes_setup | Undocumented |
110 | Method | node_renderer | Undocumented |
124 | Method | handle_input | Undocumented |
144 | Method | action_clicked | Undocumented |
147 | Method | toggle_for_model | Undocumented |
Inherited from PreviewListController:
Line # | Kind | Name | Docs |
---|---|---|---|
116 | Method | __init__ | Undocumented |
163 | Method | item_to_letter | Undocumented |
217 | Method | set_frontend | Set the frontend for the controller. |
238 | Method | image_from_item | Undocumented |
120 | Method | _create_selector | Undocumented |
144 | Method | _fastscroller_setup | Undocumented |
172 | Method | _get_active_shortcuts | Undocumented |
196 | Method | _shortcut_renderer | Undocumented |
203 | Method | _get_current_shortcut | Undocumented |
206 | Method | _set_current_shortcut | Undocumented |
209 | Method | _shortcut_selected | Undocumented |
241 | Method | _initiate_load_preview | Undocumented |
279 | 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. |
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 PreviewListController, 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
) |