|
|
__init__(self,
*args)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
videoHideMarkers_clicked(self)
Slot to hide or show stuff drawn on the video. |
source code
|
|
|
|
videoPlay_clicked(self)
Slot for Play/Pause functionality. |
source code
|
|
|
|
|
|
|
videoFPS_valueChanged(self)
Get FPS rate from loaded video. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
| convertFrameToTime(self,
totalMilliseconds) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
value(self,
value)
This property return and set what the control should manage or store. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from ControlBase.ControlBase:
aboutToShowContextMenuEvent,
addPopupMenuOption,
addPopupSubMenuOption,
changed,
enabled,
help,
label,
name,
parent
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|