MCPcopy Create free account
hub / github.com/XRay3D/GERBER_X3 / isModified

Method isModified

static_libs/common/project.cpp:246–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244int Project::size() { return int(m_files.size() + m_shapes.size()); }
245
246bool Project::isModified() { return m_isModified; }
247
248void Project::setModified(bool fl) { m_isModified = fl; }
249

Callers 2

documentWasModifiedMethod · 0.80
maybeSaveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected