shuttle keydef tweak, add copy_flags to copy edl, zoombar layout tweak
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / tracks.h
index 1f3c288e0976230519ecf2e372b94fc82aad5cdb..b7cd63aca94ad8df1336e2eed6466e64cf50435b 100644 (file)
@@ -50,7 +50,7 @@ public:
                int &track_offset,
                uint32_t load_flags);
        void move_edits(ArrayList<Edit*> *edits, Track *track, double position,
-               int edit_labels, int edit_plugins, int edit_autos, int behaviour);
+               int edit_labels, int edit_plugins, int edit_autos, int mode);
        void move_group(EDL *group, Track *first_track, double position, int overwrite);
        void move_effect(Plugin *plugin, Track *track, int64_t position);
        void move_effect(Plugin *plugin, PluginSet *plugin_set, int64_t position);
@@ -160,18 +160,10 @@ public:
        void copy_from(Tracks *tracks);
 
 // ================================== EDL editing
-       int copy(double start,
-               double end,
-               int all,
-               FileXML *file,
-               const char *output_path = "");
-
+       int copy(int copy_flags, double start, double end,
+               FileXML *file, const char *output_path = "");
 
-
-       int copy_assets(FileXML *xml,
-               double start,
-               double end,
-               int all);
+       int copy_assets(int copy_flags, FileXML *xml, double start, double end);
        int blade(double position);
        int clear(double start, double end, int clear_plugins, int edit_autos);
        void clear_automation(double selectionstart,