Perceptual Color
multispinboxsection.h
86PERCEPTUALCOLOR_IMPORTEXPORT QDebug operator<<(QDebug dbg, const PerceptualColor::MultiSpinBoxSection &value);
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
This file provides support for C++ symbol import and export.
#define PERCEPTUALCOLOR_IMPORTEXPORT
A macro that either exports dynamic library symbols or imports dynamic library symbols or does nothin...
Definition importexport.h:154
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:46:43 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:46:43 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.