Class e.p.p.d.DirectorySettingsController(FilesystemPreviewListController):

Part of elisa.plugins.poblesec.directory_settings View In Hierarchy

Undocumented
Line # Kind Name Docs
218 Method initialize Initialize the component.
261 Method nodes_setup Undocumented
284 Method node_renderer Render a node using the common API methods defined by the
306 Method node_clicked Callback invoked when an item of the list representing a given level of
319 Method action_clicked Undocumented
322 Method configure_directory Undocumented
342 Method handle_input Undocumented
250 Method _device_added_cb Undocumented
255 Method _device_removed_cb Undocumented

Inherited from FilesystemPreviewListController:

Line # Kind Name Docs
344 Method item_to_label Undocumented

Inherited from FilesystemController (via FilesystemPreviewListController):

Line # Kind Name Docs
55 Method empty_label Undocumented
73 Method empty_icon Undocumented
150 Method set_frontend Undocumented
182 Method play_dvd Undocumented
190 Method play_image Undocumented
215 Method play_music_or_video Undocumented

Inherited from HierarchyController (via FilesystemPreviewListController, FilesystemController):

Line # Kind Name Docs
80 Method register_deferred Register a deferred call to be associated to a given key.
86 Method cancel_deferreds Cancel all the currently pending deferred calls associated to one given
103 Method cancel_all_deferreds Cancel all the currently pending deferred calls.
114 Method clean Clean the component.

Inherited from Component (via FilesystemPreviewListController, FilesystemController, HierarchyController):

Line # Kind Name Docs
85 Class PathDescriptor Undocumented
97 Class Method create Create and initialize the component.

Inherited from Loggable (via FilesystemPreviewListController, FilesystemController, HierarchyController, Component):

Line # Kind Name Docs
81 Method __init__ Undocumented

Inherited from MenuItemPreviewListController (via FilesystemPreviewListController):

Line # Kind Name Docs
407 Method clean Clean the component.
468 Method image_from_item Display a preview image for an item using the common API methods
415 Method _actions_inserted Undocumented
418 Method _actions_deleted Undocumented
421 Method _actions_changed Undocumented
425 Method _actions_reordered Undocumented

Inherited from PreviewListController (via FilesystemPreviewListController, MenuItemPreviewListController):

Line # Kind Name Docs
116 Method __init__ Undocumented
163 Method item_to_letter Undocumented
217 Method set_frontend Set the frontend for the controller.
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 FilesystemPreviewListController, 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
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 FilesystemPreviewListController, MenuItemPreviewListController, PreviewListController, 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 FilesystemPreviewListController, MenuItemPreviewListController, PreviewListController, ListController, PigmentController, Controller):

Line # Kind Name Docs
85 Class PathDescriptor Undocumented
97 Class Method create Create and initialize the component.
def initialize(self, uri=None, media_type=media_type):

Initialize the component.

This method is called by Component.create to finish the initialization of a component.
Returnsa deferred called when a component is fully initialized (type: twisted.internet.defer.Deferred )
def _device_added_cb(self, message, sender):
Undocumented
def _device_removed_cb(self, message, sender):
Undocumented
def nodes_setup(self):
Undocumented
def node_renderer(self, item, widget):
Render a node using the common API methods defined by the elisa.plugins.poblesec.base.list.GenericListViewMode class.
def node_clicked(self, widget, item):
Callback invoked when an item of the list representing a given level of the hierarchy is clicked.
Parameterswidgetthe selected list item widget in the view (type: elisa.plugins.pigment.widgets.widget.Widget )
itemthe selected list item in the controller's model (type: elisa.core.components.model.Model )
def action_clicked(self, widget, model):
Undocumented
def configure_directory(self, model, index=-1):
Undocumented
def handle_input(self, manager, input_event):
Undocumented
API Documentation for Elisa Media Center, generated by pydoctor at 2008-10-13 19:16:17.