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

This class syncs changes from the timeline to libopenshot. More...

Inheritance diagram for timeline.TimelineSync:

Public Member Functions

def __init__ (self, window)
 
def changed (self, action)
 This method is invoked by the UpdateManager each time a change happens (i.e UpdateInterface) More...
 

Public Attributes

 app
 
 timeline
 
 window
 

Detailed Description

This class syncs changes from the timeline to libopenshot.

Definition at line 39 of file timeline.py.

Constructor & Destructor Documentation

def timeline.TimelineSync.__init__ (   self,
  window 
)

Definition at line 41 of file timeline.py.

Member Function Documentation

def timeline.TimelineSync.changed (   self,
  action 
)

This method is invoked by the UpdateManager each time a change happens (i.e UpdateInterface)

Definition at line 75 of file timeline.py.

Member Data Documentation

timeline.TimelineSync.app

Definition at line 42 of file timeline.py.

timeline.TimelineSync.timeline

Definition at line 56 of file timeline.py.

timeline.TimelineSync.window

Definition at line 43 of file timeline.py.


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