Class e.p.s.s.ShelfController(PigmentController):

Part of elisa.plugins.shelf.shelf_controller View In Hierarchy

No class docstring
Line # Kind Name Docs
242 Method initialize Initialize the component.
246 Method set_frontend Set the frontend for the controller.
389 Method handle_input todo: look into config file for key mapping
250 Method _setup_header_home_screen Undocumented
257 Method _create_home_screen Undocumented
303 Method _on_plugin_clicked Undocumented
318 Method _on_back_button_clicked Undocumented
346 Method _pretty_plugin_name Undocumented
353 Method _enter_plugin Undocumented
378 Method _load_header Undocumented

Inherited from PigmentController:

Line # Kind Name Docs
50 Method __init__ Undocumented
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
94 Method removed Called after widget is removed from the canvas.
100 Method clean Clean the component.

Inherited from Component (via PigmentController, Controller):

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

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):
Set the frontend for the controller.
Parametersfrontendfrontend (type: elisa.core.components.frontend.Frontend )
def _setup_header_home_screen(self):
Undocumented
def _create_home_screen(self):
Undocumented
def _on_plugin_clicked(self, widget, item):
Undocumented
def _on_back_button_clicked(self, *args):
Undocumented
def _pretty_plugin_name(self, plugin):
Undocumented
def _enter_plugin(self, plugin):
Undocumented
def _load_header(self, plugin):
Undocumented
def handle_input(self, manager, input_event):
todo: look into config file for key mapping
API Documentation for Elisa Media Center, generated by pydoctor at 2008-11-03 19:10:55.