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

Method hideFailed

gecode/gist/treecanvas.cpp:479–486  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

477 }
478
479 void
480 TreeCanvas::hideFailed(void) {
481 QMutexLocker locker(&mutex);
482 currentNode->hideFailed(*na);
483 update();
484 centerCurrentNode();
485 emit statusChanged(currentNode, stats, true);
486 }
487
488 void
489 TreeCanvas::unhideAll(void) {

Callers 1

updateCanvasMethod · 0.45

Calls 1

updateFunction · 0.85

Tested by

no test coverage detected