Preferences dialog for Gist.
More...
#include <gecode/gist/preferences.hh>
|
| bool | hideFailed |
| | Whether to automatically hide failed subtrees during search.
|
| bool | zoom |
| | Whether to automatically zoom during search.
|
| bool | copies |
| | Whether to show where copies are in the tree.
|
| int | refresh |
| | How often to refresh the display during search.
|
| int | refreshPause |
| | Milliseconds to wait after each refresh (to slow down search).
|
| bool | smoothScrollAndZoom |
| | Whether to use smooth scrolling and zooming.
|
| bool | moveDuringSearch |
| | Whether to move cursor during search.
|
| int | c_d |
| | The copying distance.
|
| int | a_d |
| | The adaptive recomputation distance.
|
Preferences dialog for Gist.
Definition at line 48 of file preferences.hh.
◆ PreferencesDialog()
| Gecode::Gist::PreferencesDialog::PreferencesDialog |
( |
const Options & | opt, |
|
|
QWidget * | parent = 0 ) |
◆ writeBack
| void Gecode::Gist::PreferencesDialog::writeBack |
( |
void | | ) |
|
|
protectedslot |
◆ defaults
| void Gecode::Gist::PreferencesDialog::defaults |
( |
void | | ) |
|
|
protectedslot |
◆ toggleSlow
| void Gecode::Gist::PreferencesDialog::toggleSlow |
( |
int | state | ) |
|
|
protectedslot |
Toggle slow down setting.
◆ hideCheck
| QCheckBox* Gecode::Gist::PreferencesDialog::hideCheck |
|
protected |
◆ zoomCheck
| QCheckBox* Gecode::Gist::PreferencesDialog::zoomCheck |
|
protected |
◆ smoothCheck
| QCheckBox* Gecode::Gist::PreferencesDialog::smoothCheck |
|
protected |
◆ copiesCheck
| QCheckBox* Gecode::Gist::PreferencesDialog::copiesCheck |
|
protected |
◆ refreshBox
| QSpinBox* Gecode::Gist::PreferencesDialog::refreshBox |
|
protected |
◆ slowBox
| QCheckBox* Gecode::Gist::PreferencesDialog::slowBox |
|
protected |
◆ moveDuringSearchBox
| QCheckBox* Gecode::Gist::PreferencesDialog::moveDuringSearchBox |
|
protected |
◆ cdBox
| QSpinBox* Gecode::Gist::PreferencesDialog::cdBox |
|
protected |
◆ adBox
| QSpinBox* Gecode::Gist::PreferencesDialog::adBox |
|
protected |
◆ hideFailed
| bool Gecode::Gist::PreferencesDialog::hideFailed |
Whether to automatically hide failed subtrees during search.
Definition at line 73 of file preferences.hh.
◆ zoom
| bool Gecode::Gist::PreferencesDialog::zoom |
Whether to automatically zoom during search.
Definition at line 75 of file preferences.hh.
◆ copies
| bool Gecode::Gist::PreferencesDialog::copies |
Whether to show where copies are in the tree.
Definition at line 77 of file preferences.hh.
◆ refresh
| int Gecode::Gist::PreferencesDialog::refresh |
How often to refresh the display during search.
Definition at line 79 of file preferences.hh.
◆ refreshPause
| int Gecode::Gist::PreferencesDialog::refreshPause |
Milliseconds to wait after each refresh (to slow down search).
Definition at line 81 of file preferences.hh.
◆ smoothScrollAndZoom
| bool Gecode::Gist::PreferencesDialog::smoothScrollAndZoom |
Whether to use smooth scrolling and zooming.
Definition at line 83 of file preferences.hh.
◆ moveDuringSearch
| bool Gecode::Gist::PreferencesDialog::moveDuringSearch |
Whether to move cursor during search.
Definition at line 85 of file preferences.hh.
◆ c_d
| int Gecode::Gist::PreferencesDialog::c_d |
◆ a_d
| int Gecode::Gist::PreferencesDialog::a_d |
The adaptive recomputation distance.
Definition at line 90 of file preferences.hh.
The documentation for this class was generated from the following file: