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

Method unhideAll

gecode/gist/treecanvas.cpp:488–496  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

486 }
487
488 void
489 TreeCanvas::unhideAll(void) {
490 QMutexLocker locker(&mutex);
491 QMutexLocker layoutLocker(&layoutMutex);
492 currentNode->unhideAll(*na);
493 update();
494 centerCurrentNode();
495 emit statusChanged(currentNode, stats, true);
496 }
497
498 void
499 TreeCanvas::toggleStop(void) {

Callers

nothing calls this directly

Calls 1

updateFunction · 0.85

Tested by

no test coverage detected