add sliders to cwdw proj/cam tools, edit id tweaks, deltrk shortcut tweak
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / plugin.h
index 2a5e696cf5c525e9c9dadaf40c52b41d27ba9b01..a0bd80b4c016c4bd6798fb48f035ad125bfeded3 100644 (file)
@@ -59,20 +59,14 @@ public:
                const char *title);
        virtual ~Plugin();
 
-       virtual Plugin& operator=(Plugin& edit);
-       virtual Edit& operator=(Edit& edit);
-
 // Called by Edits::equivalent_output to override the keyframe behavior and check
 // title.
        void equivalent_output(Edit *edit, int64_t *result);
 
+       const char* type_to_text(int type);
 // Called by playable tracks to test for playable server.
 // Descends the plugin tree without creating a virtual console.
-       int is_synthesis(int64_t position,
-               int direction);
-
-       virtual int operator==(Plugin& that);
-       virtual int operator==(Edit& that);
+       int is_synthesis(int64_t position, int direction, int depth);
 
        void init(const char *title,
                int64_t unit_position, int64_t unit_length, int plugin_type,
@@ -81,7 +75,6 @@ public:
        virtual void copy_from(Edit *edit);
 
 
-// Called by == operators, Edit::equivalent output
 // to test title and keyframe of transition.
        virtual int identical(Plugin *that);
        virtual void synchronize_params(Edit *edit);