MCPcopy Create free account
hub / github.com/Gecode/gecode / toggleStop

Method toggleStop

gecode/gist/treecanvas.cpp:498–505  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

496 }
497
498 void
499 TreeCanvas::toggleStop(void) {
500 QMutexLocker locker(&mutex);
501 currentNode->toggleStop(*na);
502 update();
503 centerCurrentNode();
504 emit statusChanged(currentNode, stats, true);
505 }
506
507 void
508 TreeCanvas::unstopAll(void) {

Callers

nothing calls this directly

Calls 1

updateFunction · 0.85

Tested by

no test coverage detected