Part of elisa.plugins.dvd.dvdcontroller View In Hierarchy
Line # | Kind | Name | Docs |
---|---|---|---|
250 | Method | __init__ | Undocumented |
258 | Method | initialize | Initialize the component. |
289 | Method | send_key | Undocumented |
293 | Method | handle_input | Undocumented |
263 | Method | _enter_menu | Undocumented |
270 | Method | _leave_menu | Undocumented |
278 | Method | _sink_pad_event_cb | Undocumented |
315 | Method | _player_status_cb | Undocumented |
Inherited from PlayerController:
Line # | Kind | Name | Docs |
---|---|---|---|
800 | Method | clean | Clean the component. |
818 | Method | exit | Exit the player by asking poblesec's main controller to hide it. |
1070 | Method | set_frontend | Set the frontend for the controller. |
1083 | Method | toggle_play_pause | Undocumented |
1089 | Method | go_to_pause | Undocumented |
1092 | Method | go_to_play | Undocumented |
1095 | Method | toggle_mute | Undocumented |
1105 | Method | volume_up | Undocumented |
1112 | Method | volume_down | Undocumented |
1119 | Method | show_on_screen_display | Display player's on screen display. Optionally displays ribbon |
1142 | Method | hide_on_screen_display | Hide player's on screen display including ribbon controls and mouse |
805 | Method | _on_focus_changed | Undocumented |
811 | Method | _exit_clicked_cb | Undocumented |
827 | Method | _play_pause_clicked_cb | Undocumented |
834 | Method | _seeking_bar_cb | Undocumented |
843 | Method | _volume_bar_cb | Undocumented |
847 | Method | _volume_mute_cb | Undocumented |
854 | Method | _player_metadata_found | Undocumented |
971 | Method | _stop_monitoring | Undocumented |
978 | Method | _monitor | Undocumented |
995 | Method | _player_missing_decoder_cb | Undocumented |
998 | Method | _check_missing_decoders_cb | Undocumented |
1033 | Method | _player_unknown_error_cb | Undocumented |
1064 | Method | _playback_ended | Undocumented |
1075 | Method | _mouse_motion_cb | Undocumented |
1227 | Method | _codec_installer_setup | Undocumented |
1240 | Method | _show_codec_installer_popup | Undocumented |
Inherited from PigmentController (via PlayerController):
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.
|
Inherited from Component (via PlayerController, PigmentController, Controller):
Line # | Kind | Name | Docs |
---|---|---|---|
85 | Class | PathDescriptor | Undocumented |
97 | Class Method | create | Create and initialize the component. |
Initialize the component.
This method is called byComponent.create
to finish the
initialization of a component.
Returns | a deferred called when a component is fully initialized
(type: twisted.internet.defer.Deferred
) |