#include <settings.h>

Definition at line 203 of file settings.h.
Public Member Functions | |
| virtual void | setValue (int newValue) |
Protected Member Functions | |
| BoundedIntegerSetting (Storage *_storage, int _min, int _max, int _step) | |
Protected Attributes | |
| int | min |
| int | max |
| int | step |
| BoundedIntegerSetting::BoundedIntegerSetting | ( | Storage * | _storage, | |
| int | _min, | |||
| int | _max, | |||
| int | _step | |||
| ) | [inline, protected] |
Definition at line 206 of file settings.h.
| void BoundedIntegerSetting::setValue | ( | int | newValue | ) | [virtual] |
Reimplemented from IntegerSetting.
Reimplemented in SpinBoxSetting.
Definition at line 349 of file settings.cpp.
Referenced by SliderSetting::configWidget(), DVDBookmarkDays(), MixerVolume(), PCMVolume(), SetDVDDriveSpeed(), SpinBoxSetting::setValue(), and VisualModeDelay().
int BoundedIntegerSetting::min [protected] |
Definition at line 213 of file settings.h.
Referenced by SpinBoxSetting::configWidget(), SliderSetting::configWidget(), SpinBoxSetting::setValue(), and setValue().
int BoundedIntegerSetting::max [protected] |
Definition at line 214 of file settings.h.
Referenced by SpinBoxSetting::configWidget(), SliderSetting::configWidget(), SpinBoxSetting::setValue(), and setValue().
int BoundedIntegerSetting::step [protected] |
Definition at line 215 of file settings.h.
Referenced by SpinBoxSetting::configWidget(), and SliderSetting::configWidget().
1.5.5