MCPcopy Create free account
hub / github.com/GeoDaCenter/geoda / SetFilePath

Method SetFilePath

ProjectConf.h:143–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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();

Callers 2

SaveProjectConfMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected