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

Method setPath

gecode/gist/treecanvas.cpp:883–895  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

881 }
882
883 void
884 TreeCanvas::setPath(void) {
885 QMutexLocker locker(&mutex);
886 if(currentNode == pathHead)
887 return;
888
889 pathHead->unPathUp(*na);
890 pathHead = currentNode;
891
892 currentNode->pathUp(*na);
893 currentNode->dirtyUp(*na);
894 update();
895 }
896
897 void
898 TreeCanvas::inspectPath(void) {

Callers

nothing calls this directly

Calls 4

updateFunction · 0.85
unPathUpMethod · 0.80
pathUpMethod · 0.80
dirtyUpMethod · 0.80

Tested by

no test coverage detected