Helper class storing Gist inspectors. More...
#include <driver.hh>
Public Member Functions | |
_I (void) | |
Constructor. More... | |
void | click (Gist::Inspector *i) |
Add inspector that reacts on node double clicks. More... | |
void | solution (Gist::Inspector *i) |
Add inspector that reacts on each new solution that is found. More... | |
void | move (Gist::Inspector *i) |
Add inspector that reacts on each move of the cursor. More... | |
void | compare (Gist::Comparator *i) |
Add comparator. More... | |
Gist::Inspector * | click (unsigned int i) const |
Return click inspector number i, or NULL if it does not exist. More... | |
Gist::Inspector * | solution (unsigned int i) const |
Return solution inspector number i, or NULL if it does not exist. More... | |
Gist::Inspector * | move (unsigned int i) const |
Return move inspector number i, or NULL if it does not exist. More... | |
Gist::Comparator * | compare (unsigned int i) const |
Return comparator number i, or NULL if it does not exist. More... | |
|
inline |
Constructor.
Definition at line 514 of file options.hpp.
|
inline |
Add inspector that reacts on node double clicks.
Definition at line 519 of file options.hpp.
|
inline |
Add inspector that reacts on each new solution that is found.
Definition at line 523 of file options.hpp.
|
inline |
Add inspector that reacts on each move of the cursor.
Definition at line 527 of file options.hpp.
|
inline |
Add comparator.
Definition at line 531 of file options.hpp.
|
inline |
Return click inspector number i, or NULL if it does not exist.
Definition at line 535 of file options.hpp.
|
inline |
Return solution inspector number i, or NULL if it does not exist.
Definition at line 539 of file options.hpp.
|
inline |
Return move inspector number i, or NULL if it does not exist.
Definition at line 543 of file options.hpp.
|
inline |
Return comparator number i, or NULL if it does not exist.
Definition at line 547 of file options.hpp.