drag+drop honours labels/plugins/autos, new drag icon, phantom keyframe fix
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / edl.h
index 2cd5de8db1e54580d92608c70fcd83741d90d816..6ec34c8ff51a513023adba55ae6b9fd8eb78a30f 100644 (file)
@@ -168,6 +168,9 @@ public:
        const char *get_folder_name(int no);
        int new_folder(const char *title, int is_clips);
        int delete_folder(const char *title);
+       void delete_edits(ArrayList<Edit*>*, int);
+       void delete_edit_labels(ArrayList<Edit*> *edits, int collapse);
+       void move_edit_labels(ArrayList<Edit*> *edits, double dist);
 
        void modify_edithandles(double oldposition,
                double newposition,