Part of elisa.plugins.poblesec.player_slideshow View In Hierarchy
Line # | Kind | Name | Docs |
---|---|---|---|
482 | Method | __init__ | Undocumented |
561 | Method | exit | Exit the player by asking poblesec's main controller to hide it. |
672 | Method | set_frontend | Set the frontend for the controller. |
697 | Method | toggle_play_pause | Undocumented |
706 | Method | handle_input | Undocumented |
553 | Method | _exit_clicked_cb | Undocumented |
570 | Method | _seeking_bar_cb | Undocumented |
573 | Method | _volume_bar_cb | Undocumented |
577 | Method | _player_status_changed | Undocumented |
583 | Method | _player_index_changed | Undocumented |
633 | Method | _update_ribbon | Undocumented |
657 | Method | _update_logo | Undocumented |
667 | Method | _player_playlist_changed | Undocumented |
687 | Method | _mouse_motion_cb | Undocumented |
693 | Method | _load_img_from_theme | 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. |
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. |
130 | Method | initialize | Initialize the component. |
Parameters | frontend | frontend
(type: elisa.core.components.frontend.Frontend
) |