MCPcopy Create free account
hub / github.com/aiekick/ImGuiFontStudio / Save

Method Save

src/Project/ProjectFile.cpp:115–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115bool ProjectFile::Save()
116{
117 if (m_NeverSaved)
118 return false;
119
120 if (SaveConfigFile(m_ProjectFilePathName))
121 {
122 SetProjectChange(false);
123 return true;
124 }
125
126 return false;
127}
128
129bool ProjectFile::SaveAs(const std::string& vFilePathName)
130{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected