OpenShot Video Editor  2.0.0
Public Member Functions | Public Attributes | List of all members
marker.marker Class Reference

This class represents a marker (i.e. More...

Public Member Functions

def __init__
 Constructor. More...
 

Public Attributes

 name
 
 parent
 
 position_on_track
 

Detailed Description

This class represents a marker (i.e.

a reference point) on the timeline.

Definition at line 32 of file marker.py.

Constructor & Destructor Documentation

def marker.marker.__init__ (   self,
  marker_name,
  position,
  parent 
)

Constructor.

Definition at line 37 of file marker.py.

Member Data Documentation

marker.marker.name

Definition at line 38 of file marker.py.

marker.marker.parent

Definition at line 40 of file marker.py.

marker.marker.position_on_track

Definition at line 39 of file marker.py.


The documentation for this class was generated from the following file: