![]() |
digiKam Developer Documentation
Professional Photo Management with the Power of Open Source
|
Signals | |
void | maxChanged (int) |
void | minChanged (int) |
Public Member Functions | |
DIntRangeBox (QWidget *const parent=nullptr) | |
int | maxValue () |
This method returns the maximum value of the interval. | |
int | minValue () |
This method returns the minimum value of the interval. | |
void | setEnabled (bool enabled) |
This method enables or disables the embedded spinboxes. | |
void | setInterval (int min, int max) |
This method sets the minimum and maximum of the interval. | |
void | setRange (int min, int max) |
This method sets the lower and upper threshold of possible interval minimum and maximum values. | |
void | setSuffix (const QString &suffix) |
This method sets the suffix for the minimum and maximum value boxes. | |
int Digikam::DIntRangeBox::maxValue | ( | ) |
int Digikam::DIntRangeBox::minValue | ( | ) |
void Digikam::DIntRangeBox::setEnabled | ( | bool | enabled | ) |
enabled | If the interval boxes should be enabled. |
void Digikam::DIntRangeBox::setInterval | ( | int | min, |
int | max | ||
) |
min | The minimum value of the interval. |
max | The maximum value of the interval. |
void Digikam::DIntRangeBox::setRange | ( | int | min, |
int | max | ||
) |
min | the lowest value to which the interval can be expanded. |
max | the highest value to which the interval can be expanded. |
void Digikam::DIntRangeBox::setSuffix | ( | const QString & | suffix | ) |
suffix | The suffix. |