Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_num_parser.h File Reference
#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.