add dragcheckbox, fix transition plugin title, sams opencv icons, drop libipp in...
[goodguy/history.git] / cinelerra-5.1 / cinelerra / pluginclient.h
index 83e0eeed66c926fe486d429a41141b08273d38b0..51a4ecc13ce97f4d063716bc6955c57401c22aef 100644 (file)
@@ -160,6 +160,7 @@ public:
 
        virtual int translation_event();
        virtual int close_event();
+       virtual void done_event(int result) {}
 
        PluginClient *client;
 };
@@ -178,7 +179,7 @@ public:
 
        BC_WindowBase* get_window();
        PluginClient* get_client();
-       BC_WindowBase *window;
+       PluginClientWindow *window;
        PluginClient *client;
 
 private:
@@ -414,6 +415,8 @@ public:
        int get_project_samplerate();
 // get framerate of EDL
        double get_project_framerate();
+// get asset path
+       const char *get_source_path();
 // Total number of processors - 1
        int get_project_smp();
        int get_aspect_ratio(float &aspect_w, float &aspect_h);