Class e.p.p.f.FilesystemController(HierarchyController):

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

Undocumented
Line # Kind Name Docs
55 Method empty_label Undocumented
73 Method empty_icon Undocumented
91 Method initialize Initialize the component.
150 Method set_frontend Undocumented
154 Method node_clicked Callback invoked when an item of the list representing a given level of
182 Method play_dvd Undocumented
190 Method play_image Undocumented
215 Method play_music_or_video Undocumented

Inherited from HierarchyController:

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 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
@property
def empty_label(self):
Undocumented
@property
def empty_icon(self):
Undocumented
def initialize(self, uri=None, media_type=None):
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 set_frontend(self, frontend):
Undocumented
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 play_dvd(self, model):
Undocumented
def play_image(self, item):
Undocumented
def play_music_or_video(self, item, player):
Undocumented
API Documentation for Elisa Media Center, generated by pydoctor at 2009-02-16 19:15:05.