Part of elisa.plugins.poblesec.player_slideshow View In Hierarchy
Line # | Kind | Name | Docs |
---|---|---|---|
463 | Method | __init__ | Undocumented |
540 | Method | exit | Exit the player by asking poblesec's main controller to hide it. |
639 | Method | set_frontend | Set the frontend for the controller. |
664 | Method | toggle_play_pause | Undocumented |
673 | Method | handle_input | Undocumented |
532 | Method | _exit_clicked_cb | Undocumented |
549 | Method | _seeking_bar_cb | Undocumented |
552 | Method | _volume_bar_cb | Undocumented |
556 | Method | _player_index_changed | Undocumented |
600 | Method | _update_ribbon | Undocumented |
624 | Method | _update_logo | Undocumented |
634 | Method | _player_playlist_changed | Undocumented |
654 | Method | _mouse_motion_cb | Undocumented |
660 | 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
) |