drag edithandle rework, lib x264/x265 update, dvb fixes, batchrender boot_defaults...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / edit.h
index e00e7da12a7b59124ec267119c6c513be3ae2758..ed0e22b8b17c94a5ebff26a46305489a396c5c9a 100644 (file)
@@ -77,44 +77,18 @@ public:
 
 // Shift in time
        virtual void shift(int64_t difference);
-       int shift_start_in(int edit_mode,
-               int64_t newposition,
-               int64_t oldposition,
-               int edit_edits,
-               int edit_labels,
-               int edit_plugins,
-               int edit_autos,
+       int shift_start(int edit_mode, int64_t newposition, int64_t oldposition,
+               int edit_edits, int edit_labels, int edit_plugins, int edit_autos,
                Edits *trim_edits);
-       int shift_start_out(int edit_mode,
-               int64_t newposition,
-               int64_t oldposition,
-               int edit_edits,
-               int edit_labels,
-               int edit_plugins,
-               int edit_autos,
-               Edits *trim_edits);
-       int shift_end_in(int edit_mode,
-               int64_t newposition,
-               int64_t oldposition,
-               int edit_edits,
-               int edit_labels,
-               int edit_plugins,
-               int edit_autos,
-               Edits *trim_edits);
-       int shift_end_out(int edit_mode,
-               int64_t newposition,
-               int64_t oldposition,
-               int edit_edits,
-               int edit_labels,
-               int edit_plugins,
-               int edit_autos,
+       int shift_end(int edit_mode, int64_t newposition, int64_t oldposition,
+               int edit_edits, int edit_labels, int edit_plugins, int edit_autos,
                Edits *trim_edits);
 
        void insert_transition(char  *title);
        void detach_transition();
 // Determine if silence depending on existance of asset or plugin title
        virtual int silence();
-       void mute();
+       void set_selected(int v);
 
 // Media edit information
 // Units are native units for the track.