OpenShot Video Editor
2.0.0
|
Interface for classes that listen for 'undo' and 'redo' events. More...
Public Member Functions | |
def | updateStatusChanged |
Easily be notified each time there are 'undo' or 'redo' actions available in the UpdateManager. More... | |
Interface for classes that listen for 'undo' and 'redo' events.
Definition at line 44 of file updates.py.
def updates.UpdateWatcher.updateStatusChanged | ( | self, | |
undo_status, | |||
redo_status | |||
) |
Easily be notified each time there are 'undo' or 'redo' actions available in the UpdateManager.
Definition at line 48 of file updates.py.