MCPcopy Create free account
hub / github.com/computationalpathologygroup/ASAP / resetModifiedStatus

Method resetModifiedStatus

annotation/AnnotationList.cpp:27–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27void AnnotationList::resetModifiedStatus() {
28 for (std::vector<std::shared_ptr<Annotation> >::iterator it = _annotations.begin(); it != _annotations.end(); ++it) {
29 (*it)->resetModifiedStatus();
30 }
31 for (std::vector<std::shared_ptr<AnnotationGroup> >::iterator it = _groups.begin(); it != _groups.end(); ++it) {
32 (*it)->resetModifiedStatus();
33 }
34}
35
36bool AnnotationList::addGroup(const std::shared_ptr<AnnotationGroup>& group) {
37 if (group) {

Callers 2

loadMethod · 0.80
onSaveButtonPressedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected