|
Krita Source Code Documentation
|
#include <QString>#include "kritawidgetutils_export.h"Go to the source code of this file.
Namespaces | |
| namespace | KisNumericParser |
| the namespace contains functions to transform math expression written as QString in numbers. | |
Functions | |
| int | KisNumericParser::parseIntegerMathExpr (QString const &expr, bool *noProblem=0) |
| parse an expression to an int. | |
| double | KisNumericParser::parseSimpleMathExpr (QString const &expr, bool *noProblem=0) |
| parse an expression to a double. | |