MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / setChanged

Method setChanged

src/openms_gui/source/VISUAL/TOPPASScene.cpp:1625–1632  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1623 }
1624
1625 void TOPPASScene::setChanged(bool b)
1626 {
1627 if (changed_ != b)
1628 {
1629 changed_ = b;
1630 emit mainWindowNeedsUpdate();
1631 }
1632 }
1633
1634 bool TOPPASScene::wasChanged() const
1635 {

Callers 5

inEdgeHasChangedMethod · 0.80
outEdgeHasChangedMethod · 0.80
descriptionUpdated_Method · 0.80
insertNewVertex_Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected