Class e.p.p.v.SkipPreviousControl(Control):

Part of elisa.plugins.poblesec.videoplayer_controls View In Hierarchy

Skip to the previous track/video in the playlist and play it

Its slave passed to the constructor must be of type elisa.plugins.poblesec.player_video.PlayerController.
Line # Kind Name Docs
167 Method __init__ Constructor.
173 Method activate Activating the action runs the action code attached to the control.
178 Method pre_activate Code run prior to control activation.
187 Method de_pre_activate Code run after control activation.
193 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
def __init__(self, *args):
Constructor.
Parameterscontrolled_objectobject that the control will act on when activated (type: object )
def activate(self):
Activating the action runs the action code attached to the control.
For example it can be the code executed when a button is clicked.

Control implementations have to override this method.

@rtype L{elisa.core.utils.defer.Deferred}
def pre_activate(self):
Code run prior to control activation.
For example it can be the code executed when a button is pressed.

Control implementations have to override this method.

@rtype L{elisa.core.utils.defer.Deferred}
def de_pre_activate(self):
Code run after control activation.
For example it can be the code executed when a button is released.

Control implementations have to override this method.

@rtype L{elisa.core.utils.defer.Deferred}
def _seek_backwards(self):
Undocumented
API Documentation for Elisa Media Center, generated by pydoctor at 2008-10-13 19:16:17.