X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fedl.h;h=8a96155e1933338cc11d3a83e80dacf29f019745;hp=44802e3118a99d222be218a6aa714c8fb406e2a2;hb=2e48b660e37eb5c661264d601211e16cb6cd6e89;hpb=976d56536456148f6d14a2c12630c20e367abbe1 diff --git a/cinelerra-5.1/cinelerra/edl.h b/cinelerra-5.1/cinelerra/edl.h index 44802e31..8a96155e 100644 --- a/cinelerra-5.1/cinelerra/edl.h +++ b/cinelerra-5.1/cinelerra/edl.h @@ -29,6 +29,7 @@ #include "assets.inc" #include "autoconf.inc" #include "bchash.inc" +#include "binfolder.h" #include "edit.inc" #include "edits.inc" #include "edl.inc" @@ -96,6 +97,8 @@ 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 + double get_cursor_position(int cursor_x, int pane_no); // increase track w/h to at least session w/h void retrack(); @@ -158,9 +161,13 @@ public: // Debug int dump(FILE *fp=stdout); static int next_id(); -// Create a new folder if it doesn't exist already - void new_folder(const char *folder); - void delete_folder(const char *folder); +// folders + BinFolder *get_folder(int no); + int get_folder_number(const char *title); + const char *get_folder_name(int no); + int new_folder(const char *title, int is_clips); + int delete_folder(const char *title); + void modify_edithandles(double oldposition, double newposition, int currentend, @@ -250,13 +257,14 @@ public: // Does nothing if EDL already exists void append_vwindow_edl(EDL *edl, int increase_counter); void rescale_proxy(int orig_scale, int new_scale); - void set_proxy(int use_scaler, int new_scale, int auto_scale, int beep, + void set_proxy(int new_scale, int use_scaler, ArrayList *orig_assets, ArrayList *proxy_assets); void add_proxy(int use_scaler, ArrayList *orig_assets, ArrayList *proxy_assets); + Asset *get_proxy_asset(); // Titles of all subfolders - ArrayList folders; + BinFolders folders; // Clips, Nested EDLs ClipEDLs clips, nested_edls; // EDLs being shown in VWindows