
A thread that concurrently explores the tree. More...
#include <treecanvas.hh>
Signals | |
| void | update (int w, int h, int scale0) |
| void | statusChanged (bool) |
| void | scaleChanged (int) |
| void | solution (const Space *) |
| void | searchFinished (void) |
| void | moveToNode (VisualNode *n, bool) |
Public Member Functions | |
| void | search (VisualNode *n, bool all, TreeCanvas *ti) |
Protected Member Functions | |
| void | run (void) |
A thread that concurrently explores the tree.
Definition at line 64 of file treecanvas.hh.
| void Gecode::Gist::SearcherThread::search | ( | VisualNode * | n, |
| bool | all, | ||
| TreeCanvas * | ti | ||
| ) |
Definition at line 282 of file treecanvas.cpp.
|
signal |
|
protected |
Definition at line 364 of file treecanvas.cpp.