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 prefix() const
A prefix to be displayed before the value.
Definition multispinboxsection.cpp:184
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 setSuffix(const QString &newSuffix)
Setter for suffix property.
Definition multispinboxsection.cpp:234
QString suffix() const
The suffix to be displayed behind the value.
Definition multispinboxsection.cpp:226
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:216
void setPrefix(const QString &newPrefix)
Setter for prefix property.
Definition multispinboxsection.cpp:192
QDebug & maybeSpace()
QDebug & nospace()
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:18:38 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:18:38 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.