Class e.p.d.d.DvdHierarchyController(HierarchyController):

Part of elisa.plugins.dvd.dvdcontroller View In Hierarchy

Known subclasses: elisa.plugins.dvd.dvdcontroller.DvdController

Handles the DVD-specific menu (logic part).
Instance VariablesuriThe uri of the DVD controlled by this instance (type: elisa.core.media_uri.MediaUri )
device_modeldevice model of the DVD controlled by this instance (type: elisa.plugins.base.models.device.DeviceModel )
Line # Kind Name Docs
113 Method initialize Initialize the component.
122 Method set_frontend Undocumented
132 Method node_clicked Callback invoked when an item of the list representing a given level of
142 Method _is_started Undocumented
149 Method _get_player_controller Undocumented
153 Method _set_playing_menu Undocumented
161 Method _do_play Undocumented
171 Method _do_menu Undocumented
180 Method _do_resume Undocumented
189 Method _do_eject Undocumented
203 Method _show_player 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
def initialize(self, uri, device_model):
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 _is_started(self):
Undocumented
def _get_player_controller(self):
Undocumented
def _set_playing_menu(self):
Undocumented
def _do_play(self):
Undocumented
def _do_menu(self):
Undocumented
def _do_resume(self):
Undocumented
def _do_eject(self):
Undocumented
def _show_player(self):
Undocumented
API Documentation for Elisa Media Center, generated by pydoctor at 2009-03-02 18:56:05.