OpenShot Video Editor
2.0.0
|
This class syncs changes from the timeline to libopenshot. More...
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 | |
This class syncs changes from the timeline to libopenshot.
Definition at line 39 of file timeline.py.
def timeline.TimelineSync.__init__ | ( | self, | |
window | |||
) |
Definition at line 41 of file timeline.py.
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.
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.