Package pyforms :: Package gui :: Package Controls :: Package ControlPlayer :: Module ControlPlayer :: Class ControlPlayer
[hide private]
[frames] | no frames]

Class ControlPlayer

source code


Instance Methods [hide private]
 
__init__(self, *args)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
initForm(self)
Load Control and initiate the events
source code
 
__rotateX(self) source code
 
__rotateZ(self) source code
 
onDoubleClick(self, value) source code
 
onClick(self, value) source code
 
onDrag(self, value) source code
 
onEndDrag(self, value) source code
 
view3D(self, value) source code
 
onKeyRelease(self, value) source code
 
isPainted(self) source code
 
processFrame(self, frame) source code
 
updateFrame(self) 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
 
pausePlay(self) source code
 
videoFPS_valueChanged(self)
Get FPS rate from loaded video.
source code
 
save(self, data)
Save a value to dict variable
source code
 
load(self, data)
Load a value from the dict variable
source code
 
refresh(self) source code
 
convertFrameToTime(self, totalMilliseconds) source code
 
videoProgress_valueChanged(self) source code
 
videoProgress_sliderReleased(self) source code
 
videoFrames_valueChanged(self, i) source code
 
isPlaying(self) source code
 
updateControl(self) source code
 
value(self, value)
This property return and set what the control should manage or store.
source code
 
startFrame(self, value) source code
 
endFrame(self, value) source code
 
video_index(self, value) source code
 
max(self) source code
 
image(self, value) source code
 
fps(self, value) source code
 
show_markers(self) source code
 
helpText(self, value) source code
 
form(self)
Returns the Widget of the control.
source code
 
point(self, value) source code
 
hide(self)
Hide the control
source code
 
show(self)
Show the control
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__

Class Variables [hide private]
  _videoWidget = None
  _currentFrame = None
  _updateVideoFrame = True
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, *args)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

initForm(self)

source code 

Load Control and initiate the events

Overrides: ControlBase.ControlBase.initForm
(inherited documentation)

onDoubleClick(self, value)

source code 
Decorators:
  • @onDoubleClick.setter

onClick(self, value)

source code 
Decorators:
  • @onClick.setter

onDrag(self, value)

source code 
Decorators:
  • @onDrag.setter

onEndDrag(self, value)

source code 
Decorators:
  • @onEndDrag.setter

view3D(self, value)

source code 
Decorators:
  • @view3D.setter

onKeyRelease(self, value)

source code 
Decorators:
  • @onKeyRelease.setter

isPainted(self)

source code 
Decorators:
  • @property

save(self, data)

source code 

Save a value to dict variable

Parameters:
  • data - dictionary with to where the value of the Control will be added
Overrides: ControlBase.ControlBase.save
(inherited documentation)

load(self, data)

source code 

Load a value from the dict variable

Parameters:
  • data - dictionary with the value of the Control
Overrides: ControlBase.ControlBase.load
(inherited documentation)

value(self, value)

source code 

This property return and set what the control should manage or store.

Decorators:
  • @value.setter
Overrides: ControlBase.ControlBase.value
(inherited documentation)

startFrame(self, value)

source code 
Decorators:
  • @startFrame.setter

endFrame(self, value)

source code 
Decorators:
  • @endFrame.setter

video_index(self, value)

source code 
Decorators:
  • @video_index.setter

max(self)

source code 
Decorators:
  • @property

image(self, value)

source code 
Decorators:
  • @image.setter

fps(self, value)

source code 
Decorators:
  • @fps.setter

show_markers(self)

source code 
Decorators:
  • @property

helpText(self, value)

source code 
Decorators:
  • @fps.setter

form(self)

source code 

Returns the Widget of the control. This property will be deprecated in a future version.

Decorators:
  • @property
Overrides: ControlBase.ControlBase.form
(inherited documentation)

point(self, value)

source code 
Decorators:
  • @point.setter

hide(self)

source code 

Hide the control

Overrides: ControlBase.ControlBase.hide
(inherited documentation)

show(self)

source code 

Show the control

Overrides: ControlBase.ControlBase.show
(inherited documentation)