Part of elisa.plugins.poblesec.videoplayer_controls View In Hierarchy
Its slave
passed
to the constructor must be of type elisa.plugins.poblesec.player_video.PlayerController
.
Line # | Kind | Name | Docs |
---|---|---|---|
170 | Method | __init__ | Constructor. |
176 | Method | activate | Activating the action runs the action code attached to the control. |
181 | Method | pre_activate | Code run prior to control activation. |
190 | Method | de_pre_activate | Code run after control activation. |
196 | Method | _seek_backwards | Undocumented |
Inherited from Control:
Line # | Kind | Name | Docs |
---|---|---|---|
77 | Method | caption__set | Undocumented |
81 | Method | caption__get | Undocumented |
86 | Method | glyphs__set | Undocumented |
90 | Method | glyphs__get | Undocumented |
Parameters | controlled_object | object that the control will act on when activated (type: object ) |
Control implementations have to override this method.
Returns | (type: elisa.core.utils.defer.Deferred
) |
Control implementations have to override this method.
Returns | (type: elisa.core.utils.defer.Deferred
) |