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

Method unstopAll

gecode/gist/treecanvas.cpp:507–515  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

505 }
506
507 void
508 TreeCanvas::unstopAll(void) {
509 QMutexLocker locker(&mutex);
510 QMutexLocker layoutLocker(&layoutMutex);
511 currentNode->unstopAll(*na);
512 update();
513 centerCurrentNode();
514 emit statusChanged(currentNode, stats, true);
515 }
516
517 void
518 TreeCanvas::timerEvent(QTimerEvent* e) {

Callers

nothing calls this directly

Calls 1

updateFunction · 0.85

Tested by

no test coverage detected