OpenShot Video Editor  2.0.0
Public Member Functions | List of all members
updates.UpdateInterface Class Reference

Interface for classes that listen for changes (insert, update, and delete). More...

Inheritance diagram for updates.UpdateInterface:
files_model.FilesModel main_window.MainWindow properties_model.PropertiesModel timeline_webview.TimelineWebView

Public Member Functions

def changed (self, action)
 This method is invoked each time the UpdateManager is changed. More...
 

Detailed Description

Interface for classes that listen for changes (insert, update, and delete).

Definition at line 51 of file updates.py.

Member Function Documentation

def updates.UpdateInterface.changed (   self,
  action 
)

This method is invoked each time the UpdateManager is changed.

The action contains all the details of what changed, including the type of change (insert, update, or delete).

Definition at line 56 of file updates.py.


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