26 #ifndef DIGIKAM_DNUM_INPUT_H
27 #define DIGIKAM_DNUM_INPUT_H
49 void setRange(
int min,
int max,
int step);
51 void setDefaultValue(
int d);
52 int defaultValue()
const;
55 void setSuffix(
const QString&
suffix);
69 void slotValueChanged(
int);
88 void setDecimals(
int p);
89 void setRange(
double min,
double max,
double step);
91 void setDefaultValue(
double d);
92 double defaultValue()
const;
95 void setSuffix(
const QString&
suffix);
104 void setValue(
double d);
109 void slotValueChanged(
double);
QStringView suffix
Definition: itemviewutilities.cpp:594
qulonglong value
Definition: itemviewutilities.cpp:592
Definition: datefolderview.cpp:43