7#ifndef LIBKIS_INTPARSESPINBOX_H
8#define LIBKIS_INTPARSESPINBOX_H
12#include "kritalibkis_export.h"
40 QSpinBox* widget()
const;
47 void stepBy(
int steps);
63 void setValue(
int value,
bool overwriteExpression =
false);
69 bool isLastValid()
const;
75 virtual QString veryCleanText()
const;
float value(const T *src, size_t ch)
A wrapper around KisIntParseSpinBox, which is a cleverer SpinBox, able to parse arithmetic expression...
void errorWhileParsing(const QString &expr) const
signal emitted when the last parsed expression is not valid.
void noMoreParsingError() const
signal emitted when the last parsed expression is valid and the expression before was not valid.