
Helper class storing Gist inspectors. More...
#include <gecode/driver.hh>
Public Member Functions | |
| I_ (void) | |
| Constructor. | |
| void | click (Gist::Inspector *i) |
| Add inspector that reacts on node double clicks. | |
| void | solution (Gist::Inspector *i) |
| Add inspector that reacts on each new solution that is found. | |
| void | move (Gist::Inspector *i) |
| Add inspector that reacts on each move of the cursor. | |
| void | compare (Gist::Comparator *i) |
| Add comparator. | |
| Gist::Inspector * | click (unsigned int i) const |
| Return click inspector number i, or nullptr if it does not exist. | |
| Gist::Inspector * | solution (unsigned int i) const |
| Return solution inspector number i, or nullptr if it does not exist. | |
| Gist::Inspector * | move (unsigned int i) const |
| Return move inspector number i, or nullptr if it does not exist. | |
| Gist::Comparator * | compare (unsigned int i) const |
| Return comparator number i, or nullptr if it does not exist. | |
|
inline |
Constructor.
Definition at line 572 of file options.hpp.
|
inline |
Add inspector that reacts on node double clicks.
Definition at line 577 of file options.hpp.
|
inline |
Add inspector that reacts on each new solution that is found.
Definition at line 581 of file options.hpp.
|
inline |
Add inspector that reacts on each move of the cursor.
Definition at line 585 of file options.hpp.
|
inline |
Add comparator.
Definition at line 589 of file options.hpp.
|
inline |
Return click inspector number i, or nullptr if it does not exist.
Definition at line 593 of file options.hpp.
|
inline |
Return solution inspector number i, or nullptr if it does not exist.
Definition at line 597 of file options.hpp.
|
inline |
Return move inspector number i, or nullptr if it does not exist.
Definition at line 601 of file options.hpp.
|
inline |
Return comparator number i, or nullptr if it does not exist.
Definition at line 605 of file options.hpp.