X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fmwindow.h;h=2b2f56c03f8e97992c6801211915d9219091a5ea;hb=163923953049a5be18026801eba4fcec8bc87c07;hp=9845ea6bf6f3b7bcd0942291d5c9540b7de27352;hpb=a95193c3fd88733d184f2d460eca1fe6ddf8af28;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/mwindow.h b/cinelerra-5.1/cinelerra/mwindow.h index 9845ea6b..2b2f56c0 100644 --- a/cinelerra-5.1/cinelerra/mwindow.h +++ b/cinelerra-5.1/cinelerra/mwindow.h @@ -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, @@ -251,6 +250,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 +487,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();