Part of elisa.plugins.database.video_controller View In Hierarchy
Known subclasses: elisa.plugins.database.tvshows_controllers.TVEpisodeSynopsisController, elisa.plugins.database.video_controller.MovieSynopsisController
Line # | Kind | Name | Docs |
---|---|---|---|
625 | Method | initialize | Initialize the component. |
647 | Method | set_frontend | Set the frontend for the controller. |
667 | Method | clean | Clean the component. |
738 | Method | handle_input | Undocumented |
641 | Method | _on_focus | Undocumented |
682 | Method | _action_clicked | Undocumented |
689 | Method | _play_clicked | Undocumented |
695 | Method | _next_clicked | Undocumented |
698 | Method | _prev_clicked | Undocumented |
701 | Method | _next_or_prev_synopsis | Undocumented |
Inherited from PigmentController:
Line # | Kind | Name | Docs |
---|---|---|---|
50 | Method | __init__ | Undocumented |
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. |
This method is called by Component.create
to finish the
initialization of a component.
Returns | a deferred called when a component is fully initialized
(type: twisted.internet.defer.Deferred
) |
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
) |