Public Member Functions |
| | _I (void) |
| | Constructor.
|
| void | click (Inspector *i) |
| | Add inspector that reacts on node double clicks.
|
| void | solution (Inspector *i) |
| | Add inspector that reacts on each new solution that is found.
|
| void | move (Inspector *i) |
| | Add inspector that reacts on each move of the cursor.
|
| void | compare (Comparator *c) |
| | Add comparator.
|
| Inspector * | click (unsigned int i) const |
| | Return click inspector number i, or NULL if it does not exist.
|
| Inspector * | solution (unsigned int i) const |
| | Return solution inspector number i, or NULL if it does not exist.
|
| Inspector * | move (unsigned int i) const |
| | Return move inspector number i, or NULL if it does not exist.
|
| Comparator * | compare (unsigned int i) const |
| | Return comparator number i, or NULL if it does not exist.
|
Helper class storing inspectors.
Definition at line 234 of file gist.hh.