Krita
DoubleParseSpinBox.h
QDoubleSpinBox * widget() const
Get the internal KisDoubleParseSpinBox as a QWidget, so it may be added to a UI.
Definition DoubleParseSpinBox.cpp:32
void noMoreParsingError() const
signal emitted when the last parsed expression is valid and the expression before was not valid.
bool isLastValid() const
Get if the last expression entered is a valid one.
Definition DoubleParseSpinBox.cpp:47
void stepBy(int steps)
This is a reimplementation of QDoubleSpinBox::stepBy that uses setValue.
Definition DoubleParseSpinBox.cpp:37
virtual QString veryCleanText() const
This virtual function is similar to cleanText().
Definition DoubleParseSpinBox.cpp:52
void setValue(double value, bool overwriteExpression=false)
Set the value of the spinbox.
Definition DoubleParseSpinBox.cpp:42
void errorWhileParsing(const QString &expr) const
signal emitted when the last parsed expression is not valid.
QObject(QObject *parent)
Q_OBJECTQ_OBJECT
Q_SIGNALSQ_SIGNALS
Q_SLOTSQ_SLOTS
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 31 2025 12:06:53 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 31 2025 12:06:53 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.