Part of elisa.plugins.poblesec.player_video View In Hierarchy
Line # | Kind | Name | Docs |
---|---|---|---|
750 | Method | __init__ | Undocumented |
979 | Method | set_frontend | Set the frontend for the controller. |
1018 | Method | toggle_play_pause | Undocumented |
1024 | Method | go_to_pause | Undocumented |
1030 | Method | go_to_play | Undocumented |
1036 | Method | toggle_mute | Undocumented |
1068 | Method | handle_input | Undocumented |
Inherited from PigmentController:
Line # | Kind | Name | Docs |
---|---|---|---|
64 | Method | set_path | Set the path for the controller. |
80 | Method | has_focus | Undocumented |
83 | Method | prepare | Called after widget is
added to the canvas. It is sensible to do
|
90 | Method | removed | Called after widget is
removed from the canvas.
|
96 | 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
) |