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__ (self, marker_name, position, parent)
 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

◆ __init__()

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

Constructor.

Definition at line 37 of file marker.py.

Member Data Documentation

◆ name

marker.marker.name

Definition at line 38 of file marker.py.

◆ parent

marker.marker.parent

Definition at line 40 of file marker.py.

◆ position_on_track

marker.marker.position_on_track

Definition at line 39 of file marker.py.


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