repair default keyframe load, tweak init default histogram threshold
[goodguy/history.git] / cinelerra-5.1 / cinelerra / mwindow.h
index bbf89b975b9b7c5620973f95064ced7d936bcd68..e0f0d4f8c19eab038534474199c58c7490503e79 100644 (file)
@@ -142,7 +142,6 @@ public:
        void hide_gwindow();
        int tile_windows(int window_config);
        char *get_cwindow_display();
-//     void set_titles(int value);
        void set_screens(int value);
        int asset_to_edl(EDL *new_edl,
                Asset *new_asset,
@@ -177,6 +176,7 @@ public:
                int overwrite);
 // Reset everything for a load
        void update_project(int load_mode);
+       void update_vwindow();
 // Fit selected time to horizontal display range
        void fit_selection();
 // Fit selected autos to the vertical display range
@@ -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
@@ -413,7 +415,7 @@ public:
        void move_track_up(Track *track);
        void move_tracks_up();
        void mute_selection();
-       void new_folder(const char *new_folder);
+       void new_folder(const char *new_folder, int is_clips);
        void delete_folder(char *folder);
 // For clipboard commands
        void paste();
@@ -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();