| 141 | void SetTitle(wxString title) { project_title = title; } |
| 142 | wxString GetFilePath() { return project_fpath;} |
| 143 | void SetFilePath(const wxString& file_path){ project_fpath = file_path;} |
| 144 | void AddLayerConfigure(LayerConfiguration* layer_conf) {} |
| 145 | void Save(wxString saveFileName); |
| 146 | ProjectConfiguration* Clone(); |
no outgoing calls
no test coverage detected