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