Part of elisa.plugins.poblesec.slideshow.player View In Hierarchy
Main entry point for the picture player and slideshow user interface.
Responsible for:
Instance Variables | player | picture player responsible for slideshow handling
(type: elisa.plugins.poblesec.slideshow.player.PicturePlayer
) |
player_osd | OSD containing the control ribbon and status display
(type: elisa.plugins.poblesec.slideshow.player.PlayerOsd
) | |
counter | OSD displayed over the playground with loading information
(type: elisa.plugins.poblesec.widgets.player.counter.Counter
) | |
playground | node of the scene containing the pictures displayed by the picture player
(type: elisa.plugins.pigment.graph.group.Group
) |
Line # | Kind | Name | Docs |
---|---|---|---|
434 | Method | __init__ | Undocumented |
517 | Method | set_frontend | Set the frontend for the controller. |
538 | Method | clean | Clean the component. |
555 | Method | exit | Exit the player by asking poblesec's main controller to hide it. |
565 | Method | toggle_play_pause | Start the slideshow if it is not playing, pause it otherwise. |
706 | Method | handle_input | Undocumented |
574 | Method | _player_osd_shown_cb | Undocumented |
577 | Method | _player_osd_hidden_cb | Undocumented |
581 | Method | _back_clicked_cb | Undocumented |
586 | Method | _volume_bar_cb | Undocumented |
589 | Method | _mouse_motion_cb | Undocumented |
595 | Method | _player_picture_changed | Undocumented |
607 | Method | _player_picture_loaded | Undocumented |
614 | Method | _player_picture_rotated | Undocumented |
617 | Method | _playlist_size_changed | Undocumented |
621 | Method | _player_status_changed | Undocumented |
625 | Method | _update_status | Undocumented |
660 | Method | _update_preview_orientation | Undocumented |
679 | Method | _update_ribbon | Undocumented |
689 | Method | _update_logo | Undocumented |
697 | Method | _clear_osd | 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. |
130 | Method | initialize | Initialize the component. |
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
) |