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

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

Undocumented
Line # Kind Name Docs
73 Method __init__ Undocumented
84 Method initialize Initialize the component.
132 Method set_frontend Set the frontend for the controller.
249 Method clean Clean the component.
270 Method show_video_player Undocumented
288 Method show_dvd_player Undocumented
308 Method show_music_player Undocumented
325 Method show_slideshow_player Undocumented
342 Method show_current_player Undocumented
349 Method hide_current_player Undocumented
355 Method show_popup Undocumented
380 Method hide_popup Undocumented
395 Method stop_all_players Undocumented
401 Method handle_input Undocumented
425 Method play_file Undocumented
88 Method _got_new_version Undocumented
92 Method _download_installer Undocumented
110 Method _show_installer_popup Undocumented
221 Method _process_command_line_files Undocumented
226 Method _create_gst_metadata Undocumented
234 Method _initialize_dbus Undocumented
253 Method _clean_dbus Undocumented

Inherited from PigmentController:

Line # Kind Name Docs
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.

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 _got_new_version(self, message, sender):
Undocumented
def _download_installer(self, url, version):
Undocumented
def _show_installer_popup(self, installer_path, version):
Undocumented
def set_frontend(self, frontend):
Set the frontend for the controller.
Parametersfrontendfrontend (type: elisa.core.components.frontend.Frontend )
def _process_command_line_files(self, result):
Undocumented
def _create_gst_metadata(self):
Undocumented
def _initialize_dbus(self, result=None):
Undocumented
def clean(self):

Clean the component.

This method is called when a component is not needed anymore to clean its state.
Returnsa deferred called when the component has finished cleaning its state (type: twisted.internet.defer.Deferred )
def _clean_dbus(self):
Undocumented
def show_video_player(self):
Undocumented
def show_dvd_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 stop_all_players(self):
Undocumented
def handle_input(self, manager, input_event):
Undocumented
def play_file(self, file_path):
Undocumented
API Documentation for Elisa Media Center, generated by pydoctor at 2008-10-13 19:16:17.