Class e.p.p.m.PoblesecController(PigmentController):

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

Undocumented
Line # Kind Name Docs
53 Method __init__ Undocumented
64 Method initialize Initialize the component.
112 Method set_frontend Set the frontend for the controller.
178 Method show_video_player Undocumented
191 Method show_music_player Undocumented
203 Method show_slideshow_player Undocumented
215 Method show_current_player Undocumented
222 Method hide_current_player Undocumented
228 Method show_popup Undocumented
253 Method hide_popup Undocumented
268 Method handle_input Undocumented

Inherited from PigmentController:

Line # Kind Name Docs
64 Method set_path Set the path for the controller.
80 Method has_focus Undocumented
83 Method prepare Called after widget is added to the canvas. It is sensible to do
90 Method removed Called after widget is removed from the canvas.
96 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 __init__(self):
Undocumented
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 show_video_player(self):
Undocumented
def show_music_player(self):
Undocumented
def show_slideshow_player(self):
Undocumented
def show_current_player(self):
Undocumented
def hide_current_player(self):
Undocumented
def show_popup(self, icon, title, text, buttons):
Undocumented
def hide_popup(self):
Undocumented
def handle_input(self, manager, input_event):
Undocumented
API Documentation for Elisa Media Center, generated by pydoctor at 2008-08-11 20:05:11.