Part of elisa.plugins.poblesec.main View In Hierarchy
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 84 | Method | __init__ | Undocumented |
| 97 | Method | initialize | Initialize the component. |
| 391 | Method | set_frontend | Set the frontend for the controller. |
| 512 | Method | clean | Clean the component. |
| 537 | Method | show_video_player | Undocumented |
| 555 | Method | show_dvd_player | Undocumented |
| 575 | Method | show_music_player | Undocumented |
| 592 | Method | show_slideshow_player | Undocumented |
| 609 | Method | show_current_player | Undocumented |
| 616 | Method | hide_current_player | Undocumented |
| 622 | Method | enable_popups | Enable or disable popups. When popups are disabled, they will not show |
| 638 | Method | enqueue_popup | Enqueue a popup for later display. |
| 683 | Method | hide_popup | Hide the current popup. |
| 714 | Method | stop_all_players | Undocumented |
| 720 | Method | handle_input | Undocumented |
| 754 | Method | get_playable_model | Undocumented |
| 761 | Method | get_image_model | Undocumented |
| 768 | Method | play_files | Undocumented |
| 105 | Method | _got_new_version | Undocumented |
| 109 | Method | _download_installer | Undocumented |
| 127 | Method | _show_installer_popup | Undocumented |
| 149 | Method | _frontend_loaded | Undocumented |
| 189 | Method | _close_wizard_cb | Undocumented |
| 200 | Method | _plugin_updates_available | Undocumented |
| 484 | Method | _process_command_line_files | Undocumented |
| 489 | Method | _create_gst_metadata | Undocumented |
| 497 | Method | _initialize_dbus | Undocumented |
| 520 | Method | _clean_dbus | Undocumented |
| 656 | Method | _show_popup | Undocumented |
Inherited from PigmentController:
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 68 | Method | set_path | Set the path for the controller. |
| 83 | Method | has_focus | Undocumented |
| 86 | Method | prepare | Called after widget is
added to the canvas. It is sensible to do |
| 93 | 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. |
This method is called by Component.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
) |
This method is called when a component is not needed anymore to clean its state.
| Returns | a deferred called when the component has finished cleaning its state
(type: twisted.internet.defer.Deferred
) | |
| Parameters | enabled | whether popups should be enabled
(type: bool
) |
| Unknown Field: warning | disabling popups will not hide the current popup if there is one. | |
| Parameters | icon | the icon resource of the popup
(type: str
) |
| title | the title of the popup
(type: unicode
) | |
| text | the text of the popup
(type: unicode
) | |
| buttons | a list of buttons for the popup
(type: list of (str, callable)
) |
| Returns | a deferred fired when the popup is hidden, or when the next popup in the
queue, if there is one, is shown
(type: elisa.core.utils.defer.Deferred
) | |
| Raises | AssertionError | if there is no popup currently visible |