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

Method SpecifyProjectConfFile

Project.cpp:719–728  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

717}
718
719void Project::SpecifyProjectConfFile(const wxString& proj_fname)
720{
721 wxLogMessage("Project::SpecifyProjectConfFile()");
722 if (proj_fname.IsEmpty()) {
723 wxString msg = _("Project filename not specified.");
724 throw GdaException(msg.mb_str());
725 }
726 project_conf->SetFilePath(proj_fname);
727 SetProjectFullPath(proj_fname);
728}
729
730bool Project::HasUnsavedChange()
731{

Callers 2

OnSaveAsProjectMethod · 0.80
OnOkClickMethod · 0.80

Calls 3

GdaExceptionClass · 0.85
SetFilePathMethod · 0.80
IsEmptyMethod · 0.45

Tested by

no test coverage detected