Part of elisa.plugins.poblesec.player_slideshow View In Hierarchy
Line # | Kind | Name | Docs |
---|---|---|---|
438 | Method | __init__ | Undocumented |
517 | Method | exit | Exit the player by asking poblesec's main controller to hide it. |
628 | Method | set_frontend | Set the frontend for the controller. |
653 | Method | toggle_play_pause | Undocumented |
662 | Method | handle_input | Undocumented |
509 | Method | _exit_clicked_cb | Undocumented |
526 | Method | _seeking_bar_cb | Undocumented |
529 | Method | _volume_bar_cb | Undocumented |
533 | Method | _player_status_changed | Undocumented |
539 | Method | _player_index_changed | Undocumented |
589 | Method | _update_ribbon | Undocumented |
613 | Method | _update_logo | Undocumented |
623 | Method | _player_playlist_changed | Undocumented |
643 | Method | _mouse_motion_cb | Undocumented |
649 | Method | _load_img_from_theme | 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. |
99 | 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
) |