|
|
@ -21,9 +21,9 @@ namespace CSMPrefs
|
|
|
|
QMutex *mutex, const std::string& key, const std::string& label,
|
|
|
|
QMutex *mutex, const std::string& key, const std::string& label,
|
|
|
|
double default_);
|
|
|
|
double default_);
|
|
|
|
|
|
|
|
|
|
|
|
// defaults to [0, std::numeric_limits<double>::max()]
|
|
|
|
|
|
|
|
DoubleSetting& setPrecision (int precision);
|
|
|
|
DoubleSetting& setPrecision (int precision);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// defaults to [0, std::numeric_limits<double>::max()]
|
|
|
|
DoubleSetting& setRange (double min, double max);
|
|
|
|
DoubleSetting& setRange (double min, double max);
|
|
|
|
|
|
|
|
|
|
|
|
DoubleSetting& setMin (double min);
|
|
|
|
DoubleSetting& setMin (double min);
|
|
|
|