xyz toggle camera/projector, single frame proxy fix, neophyte size fix, shortcuts...
[goodguy/history.git] / cinelerra-5.1 / cinelerra / mwindow.h
index 9845ea6bf6f3b7bcd0942291d5c9540b7de27352..4bf364240e178581d5ec6bd3ea2c260301bb3917 100644 (file)
@@ -251,6 +251,8 @@ public:
        void move_up(int64_t distance = 0);
        void move_down(int64_t distance = 0);
        int find_selection(double position, int scroll_display = 0);
+       void toggle_camera_xyz();
+       void toggle_projector_xyz();
 
 // seek to labels
 // shift_down must be passed by the caller because different windows call
@@ -486,6 +488,9 @@ public:
        void redo_entry(BC_WindowBase *calling_window_gui);
        void save_undo_data();
        void load_undo_data();
+       int copy_target(const char *path, const char *target);
+       int link_target(const char *real_path, const char *link_path, int relative);
+       void save_project(const char *dir, int save_mode, int overwrite, int reload);
 
        int cut_automation();
        int copy_automation();