Implemented the functions of saving the workspace into a json file and loading from it.
This commit is contained in:
@@ -63,8 +63,11 @@ public:
|
||||
// 清除工作路由 true -> success / false -> failed
|
||||
bool Clear_Process_Route(void);
|
||||
|
||||
// 清除整个工作区
|
||||
void Clear_All(void);
|
||||
|
||||
// 加载取配置文件 true -> success / false -> failed
|
||||
bool Load_Config(const char *file_path);
|
||||
bool Load_Config(const char *file_path, ImVec2 initial_position = ImVec2(0, 0));
|
||||
|
||||
// 存储配置文件 true -> success / false -> failed
|
||||
bool Store_Config(const char *file_path);
|
||||
|
||||
Reference in New Issue
Block a user