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 properties_model.PropertiesModel timeline_webview.TimelineWebView

Public Member Functions

def changed
 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 54 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 59 of file updates.py.


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