MCPcopy Create free account
hub / github.com/OpenOrienteering/mapper / editedObjectsModified

Method editedObjectsModified

src/tools/tool_base.cpp:590–597  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

588
589
590bool MapEditorToolBase::editedObjectsModified() const
591{
592 Q_ASSERT(editingInProgress());
593
594 return std::any_of(begin(edited_items), end(edited_items), [](const EditedItem& item) {
595 return item.isModified();
596 });
597}
598
599
600void MapEditorToolBase::resetEditedObjects()

Callers

nothing calls this directly

Calls 1

isModifiedMethod · 0.80

Tested by

no test coverage detected