pyforms :: gui :: Controls :: ControlEventTimeline :: ControlEventTimeline :: ControlEventTimeline :: Class ControlEventTimeline
[hide private]
[frames] | no frames]

Class ControlEventTimeline

source code


Timeline events editor

Instance Methods [hide private]
 
__init__(self, label="", defaultValue=0, min=0, max=100, **kwargs)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
initForm(self)
Load Control and initiate the events
source code
 
getExportFilename(self) source code
 
addRow(self, values) source code
 
addPeriod(self, value, track=0, color=None) source code
 
aboutToShowContextMenuEvent(self)
Function called before open the Control popup menu
source code
 
__setLinePropertiesEvent(self)
This controls makes possible the edition of a track in the timeline, based on the position of the mouse.
source code
 
__lockSelected(self) source code
 
__removeSelected(self) source code
 
__import(self)
Import annotations from a file.
source code
 
__export(self)
Export annotations to a file.
source code
 
__cleanLine(self) source code
 
__cleanCharts(self) source code
 
__clean(self) source code
 
__pickColor(self) source code
 
__scaleSliderChange(self, value) source code
 
__scrollAreaKeyReleaseEvent(self, event) source code
 
__scrollAreaKeyPressEvent(self, event) source code
 
pointerChanged(self, value) source code
 
value(self, value)
This property return and set what the control should manage or store.
source code
 
max(self, value) source code
 
mouseOverLine(self) source code
 
playVideoEvent(self, value) source code
 
fpsChanged(self, value) source code
 
form(self)
Returns the Widget of the control.
source code

Inherited from ControlBase.ControlBase: addPopupMenuOption, addPopupSubMenuOption, changed, enabled, help, hide, label, load, name, parent, save, show

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, label="", defaultValue=0, min=0, max=100, **kwargs)
(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)

aboutToShowContextMenuEvent(self)

source code 

Function called before open the Control popup menu

Overrides: ControlBase.ControlBase.aboutToShowContextMenuEvent
(inherited documentation)

__setLinePropertiesEvent(self)

source code 

This controls makes possible the edition of a track in the
timeline, based on the position of the mouse.

Updates:
- Track label
- Track default color

pointerChanged(self, value)

source code 
Decorators:
  • @pointerChanged.setter

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)

max(self, value)

source code 
Decorators:
  • @max.setter

mouseOverLine(self)

source code 
Decorators:
  • @property

playVideoEvent(self, value)

source code 
Decorators:
  • @playVideoEvent.setter

fpsChanged(self, value)

source code 
Decorators:
  • @fpsChanged.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)