change cv to gg, silence select bug fix, update ffmpeg.opts, update msg+Features5
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / edl.h
index ad7e8cf996d1c7b93080ac36d769347bf3c77186..6ec34c8ff51a513023adba55ae6b9fd8eb78a30f 100644 (file)
@@ -97,8 +97,9 @@ public:
        double frame_align(double position, int round);
 // frame align if cursor alignment is enabled
        double align_to_frame(double position, int round);
-// get position under cursor in pane
+// get position under cursor in pane, and inverse
        double get_cursor_position(int cursor_x, int pane_no);
+       int64_t get_position_cursorx(double position, int pane_no);
 
 // increase track w/h to at least session w/h
        void retrack();
@@ -167,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,