Gecode::Gist::PreferencesDialog Class Reference
Preferences dialog for Gist. More...
#include <preferences.hh>
Public Member Functions | |
| PreferencesDialog (const Options &opt, QWidget *parent=0) | |
| Constructor. | |
Public Attributes | |
| 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. | |
| bool | smoothScrollAndZoom |
| Whether to use smooth scrolling and zooming. | |
| int | c_d |
| The copying distance. | |
| int | a_d |
| The adaptive recomputation distance. | |
Protected Slots | |
| void | writeBack (void) |
| Write settings. | |
| void | defaults (void) |
| Reset to defaults. | |
Protected Attributes | |
| QCheckBox * | hideCheck |
| QCheckBox * | zoomCheck |
| QCheckBox * | smoothCheck |
| QCheckBox * | copiesCheck |
| QSpinBox * | refreshBox |
| QSpinBox * | cdBox |
| QSpinBox * | adBox |
Detailed Description
Preferences dialog for Gist.Definition at line 49 of file preferences.hh.
Constructor & Destructor Documentation
| Gecode::Gist::PreferencesDialog::PreferencesDialog | ( | const Options & | opt, | |
| QWidget * | parent = 0 | |||
| ) |
Member Function Documentation
| void Gecode::Gist::PreferencesDialog::writeBack | ( | void | ) | [protected, slot] |
| void Gecode::Gist::PreferencesDialog::defaults | ( | void | ) | [protected, slot] |
Member Data Documentation
QCheckBox* Gecode::Gist::PreferencesDialog::hideCheck [protected] |
Definition at line 53 of file preferences.hh.
QCheckBox* Gecode::Gist::PreferencesDialog::zoomCheck [protected] |
Definition at line 54 of file preferences.hh.
QCheckBox* Gecode::Gist::PreferencesDialog::smoothCheck [protected] |
Definition at line 55 of file preferences.hh.
QCheckBox* Gecode::Gist::PreferencesDialog::copiesCheck [protected] |
Definition at line 56 of file preferences.hh.
QSpinBox* Gecode::Gist::PreferencesDialog::refreshBox [protected] |
Definition at line 57 of file preferences.hh.
QSpinBox* Gecode::Gist::PreferencesDialog::cdBox [protected] |
Definition at line 58 of file preferences.hh.
QSpinBox* Gecode::Gist::PreferencesDialog::adBox [protected] |
Definition at line 59 of file preferences.hh.
Whether to automatically hide failed subtrees during search.
Definition at line 70 of file preferences.hh.
The documentation for this class was generated from the following files:
- gecode/gist/preferences.hh (Revision: 8167)
- gecode/gist/preferences.cpp (Revision: 8359)
