Krita
IntParseSpinBox.h
void stepBy(int steps)
This is a reimplementation of QSpinBox::stepBy that uses setValue.
Definition IntParseSpinBox.cpp:37
QSpinBox * widget() const
Get the internal KisIntParseSpinBox as a QWidget, so it may be added to a UI.
Definition IntParseSpinBox.cpp:32
void errorWhileParsing(const QString &expr) const
signal emitted when the last parsed expression is not valid.
void setValue(int value, bool overwriteExpression=false)
Set the value of the spinbox.
Definition IntParseSpinBox.cpp:42
void noMoreParsingError() const
signal emitted when the last parsed expression is valid and the expression before was not valid.
virtual QString veryCleanText() const
This virtual function is similar to cleanText().
Definition IntParseSpinBox.cpp:52
bool isLastValid() const
Get if the last expression entered is a valid one.
Definition IntParseSpinBox.cpp:47
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 Feb 28 2025 11:53:39 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 28 2025 11:53:39 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.