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

Method statusChanged

gecode/gist/treecanvas.cpp:282–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280 }
281
282 void
283 TreeCanvas::statusChanged(bool finished) {
284 if (finished) {
285 update();
286 centerCurrentNode();
287 }
288 emit statusChanged(currentNode, stats, finished);
289 }
290
291 void
292 SearcherThread::search(VisualNode* n, bool all, TreeCanvas* ti) {

Callers

nothing calls this directly

Calls 1

updateFunction · 0.85

Tested by

no test coverage detected