Part of elisa.plugins.poblesec.filesystem View In Hierarchy
Known subclasses: elisa.plugins.poblesec.filesystem.FilesystemCoverflowController, elisa.plugins.poblesec.filesystem.FilesystemGridController, elisa.plugins.poblesec.filesystem.FilesystemPreviewListController
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 49 | Method | initialize | Initialize the component. |
| 112 | Method | clean | Clean the component. |
| 127 | Method | nodes_setup | Undocumented |
| 145 | Method | set_frontend | Undocumented |
| 154 | Method | node_clicked | Callback invoked when an item of the list representing a given level of |
| 182 | Method | play_image | Undocumented |
| 207 | Method | play_music_or_video | Undocumented |
Inherited from HierarchyController:
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 78 | Method | make_actions | Build contextual actions for this controller. |
| 87 | Method | register_deferred | Register a deferred call to be associated to a given key. |
| 98 | Method | cancel_deferreds | Cancel all the currently pending deferred calls associated to one given |
Inherited from Component (via HierarchyController):
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 85 | Class | PathDescriptor | Undocumented |
| 97 | Class Method | create | Create and initialize the component. |
Inherited from Loggable (via HierarchyController, Component):
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 81 | Method | __init__ | Undocumented |
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
) | |
Clean the component.
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
) | |
| Parameters | widget | the selected list item widget in the view
(type: elisa.plugins.pigment.widgets.widget.Widget
) |
| item | the selected list item in the controller's model
(type: elisa.core.components.model.Model
) |