rename things

This commit is contained in:
2017-11-05 13:33:39 +00:00
parent 87df30ff41
commit ae7a8948b7
3 changed files with 29 additions and 31 deletions

View File

@@ -129,13 +129,13 @@ public:
void snapshot_restore();
void snap_history(const std::vector<int>& planes);
void clear_context();
void export_equirectangular(std::string data_path);
void export_equirectangular_thread(std::string data_path);
void export_equirectangular(std::string file_path);
void export_equirectangular_thread(std::string file_path);
void export_anim(std::string data_path);
void project_save(std::string data_path);
void project_save_thread(std::string data_path);
void project_open(std::string data_path);
void project_open_thread(std::string data_path);
void project_save(std::string file_path);
void project_save_thread(std::string file_path);
void project_open(std::string file_path);
void project_open_thread(std::string file_path);
void inject_xmp(std::string jpg_path);
ui::Image thumbnail_generate(int w, int h);
ui::Image thumbnail_read(std::string data_path);