Perceptual Color
multispinboxsection.cpp
The configuration of a single section within a MultiSpinBox.
Definition multispinboxsection.h:38
MultiSpinBoxSection & operator=(const MultiSpinBoxSection &other)
Copy assignment operator.
Definition multispinboxsection.cpp:44
QString formatString() const
A string in the format "PREFIX%vSUFFIX".
Definition multispinboxsection.cpp:283
QString prefix() const
A prefix to be displayed before the value.
Definition multispinboxsection.cpp:185
int decimals() const
The number of digits after the decimal point.
Definition multispinboxsection.cpp:84
double maximum() const
The maximum possible value of the section.
Definition multispinboxsection.cpp:142
double minimum() const
The minimum possible value of the section.
Definition multispinboxsection.cpp:163
void setMaximum(double newMaximum)
Setter for maximum property.
Definition multispinboxsection.cpp:150
void setMinimum(double newMinimum)
Setter for minimum property.
Definition multispinboxsection.cpp:171
void setFormatString(const QString &formatString)
Setter for the prefix(), suffix() and formatString() properties.
Definition multispinboxsection.cpp:256
QString suffix() const
The suffix to be displayed behind the value.
Definition multispinboxsection.cpp:220
void setWrapping(bool newIsWrapping)
Setter for isWrapping property.
Definition multispinboxsection.cpp:132
bool isWrapping() const
Holds whether or not MultiSpinBox::sectionValues wrap around when they reaches minimum or maximum.
Definition multispinboxsection.cpp:124
void setSingleStep(double newSingleStep)
Setter for singleStep property.
Definition multispinboxsection.cpp:209
QDebug & maybeSpace()
QDebug & nospace()
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 12:04:47 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 12:04:47 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.