Part of elisa.plugins.poblesec.main View In Hierarchy
Line # | Kind | Name | Docs |
---|---|---|---|
54 | Method | __init__ | Undocumented |
65 | Method | initialize | Initialize the component. |
113 | Method | set_frontend | Set the frontend for the controller. |
201 | Method | show_video_player | Undocumented |
219 | Method | show_dvd_player | Undocumented |
239 | Method | show_music_player | Undocumented |
256 | Method | show_slideshow_player | Undocumented |
273 | Method | show_current_player | Undocumented |
280 | Method | hide_current_player | Undocumented |
286 | Method | show_popup | Undocumented |
311 | Method | hide_popup | Undocumented |
326 | Method | stop_all_players | Undocumented |
332 | 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. |
Initialize the component.
This method is called byComponent.create
to finish the
initialization of a component.
Returns | a deferred called when a component is fully initialized
(type: twisted.internet.defer.Deferred
) |
Parameters | frontend | frontend
(type: elisa.core.components.frontend.Frontend
) |