rework undo compression, add shift viewer overwr/copy/clip/splice, fix paste edl...
[goodguy/history.git] / cinelerra-5.1 / cinelerra / vwindow.h
index a5a368f2c36e617b51b6ef49e9fe4abe0f77fdd9..d2a789a4e01659635376560ffcc06a5cdb51f9bf 100644 (file)
@@ -41,6 +41,7 @@ public:
        ~VWindow();
 
        void handle_done_event(int result);
+       void handle_close_event(int result);
        BC_Window* new_gui();
 
        void load_defaults();
@@ -68,15 +69,14 @@ public:
        int update_position(double position);
        void set_inpoint();
        void set_outpoint();
-       void clear_inpoint();
-       void clear_outpoint();
-       void copy();
+       void unset_inoutpoint();
+       void copy(int all);
        void splice_selection();
        void overwrite_selection();
        void delete_source(int do_main_edl, int update_gui);
        void goto_start();
        void goto_end();
-
+       void stop_playback(int wait);
 
        VTracking *playback_cursor;