/************************************************************************ ** ** @file calculator.cpp ** @author Roman Telezhynskyi ** @date November 15, 2013 ** ** @brief ** @copyright ** This source code is part of the Valentine project, a pattern making ** program, whose allow create and modeling patterns of clothing. ** Copyright (C) 2013 Valentina project ** All Rights Reserved. ** ** Valentina is free software: you can redistribute it and/or modify ** it under the terms of the GNU General Public License as published by ** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** Valentina is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ** GNU General Public License for more details. ** ** You should have received a copy of the GNU General Public License ** along with Valentina. If not, see . ** *************************************************************************/ #include "calculator.h" #include #include #include "../widgets/vapplication.h" #include "vcontainer.h" using namespace qmu; int Calculator::iVal = -1; //--------------------------------------------------------------------------------------------------------------------- /** * @brief Calculator class constructor. Make easy initialization math parser. * * This constructor hide initialization variables, operators, character sets. * Use this constuctor for evaluation formula. All formulas must be converted to internal look. * Example: * * const QString formula = qApp->FormulaFromUser(edit->text()); * Calculator *cal = new Calculator(data); * const qreal result = cal->EvalFormula(formula); * delete cal; * * @param data pointer to a variable container. */ Calculator::Calculator(const VContainer *data) :QmuParser(), vVarVal(nullptr), data(data) { InitCharacterSets(); setAllowSubexpressions(false);//Only one expression per time } //--------------------------------------------------------------------------------------------------------------------- /** * @brief Calculator class constructor. Make easy initialization math parser. * * This constructor hide initialization variables, operators, character sets. * Use this constuctor to get tokens from formula. All formulas must be converted to external look. * Example: * * Calculator *cal = new Calculator(formula, false); * tokens = cal->GetTokens(); * numbers = cal->GetNumbers(); * delete cal; * * @param formula string with formula. * @param fromUser true if we parse formula from user */ Calculator::Calculator(const QString &formula, bool fromUser) :QmuParser(), vVarVal(nullptr), data(nullptr) { InitCharacterSets(); setAllowSubexpressions(false);//Only one expression per time SetVarFactory(AddVariable, this); // Add unary operators if (fromUser) { bool osSeparatorValue = qApp->getSettings()->value("configuration/osSeparator", 1).toBool(); if (osSeparatorValue) { QLocale loc = QLocale::system(); SetDecSep(loc.decimalPoint().toLatin1()); SetThousandsSep(loc.groupSeparator().toLatin1()); SetArgSep(';'); } else { SetArgSep(','); SetDecSep('.'); } } else { SetArgSep(','); SetDecSep('.'); } SetExpr(formula); //Need run for making tokens. Don't catch exception here, because we want know if formula has error. Eval(); } Calculator::~Calculator() { delete [] vVarVal; Calculator::iVal = -1; } //--------------------------------------------------------------------------------------------------------------------- /** * @brief eval calculate formula. * @param formula string of formula. * @return value of formula. */ qreal Calculator::EvalFormula(const QString &formula) { SetVarFactory(AddVariable, this); SetExpr(formula); qreal result = 0; result = Eval(); QMap tokens = this->GetTokens(); if (tokens.isEmpty()) { return result; } // Add variables InitVariables(data, tokens); result = Eval(); return result; } //--------------------------------------------------------------------------------------------------------------------- void Calculator::InitVariables(const VContainer *data, const QMap &tokens) { if (qApp->patternType() == MeasurementsType::Standard) { vVarVal = new qreal[2]; } const QHash > *vars = data->DataVariables(); QMap::const_iterator i = tokens.constBegin(); while (i != tokens.constEnd()) { if (vars->contains(i.value())) { QSharedPointer var = vars->value(i.value()); if ((qApp->patternType() == MeasurementsType::Standard) && (var->GetType() == VarType::Measurement || var->GetType() == VarType::Increment)) { QSharedPointer m = data->GetVariable(i.value()); m->SetValue(data->size(), data->height()); } DefineVar(i.value(), var->GetValue()); } if (qApp->patternType() == MeasurementsType::Standard) { if (i.value() == data->SizeName()) { vVarVal[0] = data->size(); DefineVar(data->SizeName(), &vVarVal[0]); } if (i.value() == data->HeightName()) { vVarVal[1] = data->height(); DefineVar(data->HeightName(), &vVarVal[1]); } } ++i; } } //--------------------------------------------------------------------------------------------------------------------- void Calculator::InitCharacterSets() { //String with all unique symbols for supported alpabets. // See script alphabets.py for generation and more information. const QString symbols = QStringLiteral("ցЀĆЈVӧĎАғΕĖӅИқΝĞơРңњΥĦШҫ̆جگĮаҳѕεشԶиһνԾрυلՆӝшËՎҔPÓՖXӛӟŞӣզhëծpóӞնxßվāŁЃֆĉЋCŬđ" "ҐГΒęҘЛΚŘġҠУGاհЫدԱҰгβطԹõлκKՁÀуςهՉÈыvیՑÐSOřӘћաőcӐթèkàѓżűðsķչøӥӔĀփїІĈЎґĐΗЖҙĘȚ" "ΟОҡĠآΧЦتЮұİزηжԸغοоÁՀقχцÉՈيюÑՐђӋіәťӆўáŠĺѐfөըnñŰӤӨӹոľЁրăЉŭċБӸēłΔҖЙŤěΜӜDСձģΤӰ" "ЩīņحҮбưԳصδHйԻŇμӲӴсՃمτƠщՋєLQŹՓŕÖYśÞaգĽæiŽիӓîqճöyջþĂօЄӦĊЌΑĒДҗјΙȘĚМΡéĵĢФūӚΩبĪ" "ЬүќαذԲдҷιظԺмρՂфÇωوՊьÏՒTŚĻJբdçժlïӪղtպӫAւąЇčŃЏĕӯЗΖEțŮĝПΞأĥĹЧΦثÆӳЯIسŲԵзζԽпξكՅ" "ÄчφNMՍӌяӢՕÔWÎŝÜџёźեägխoӒյôwĶBžսüЂĄև̈ЊČƏљΓВҕĔӮΛКĜΣТҥĤکЪƯخγвŅԴŪضλкԼĴσтÅՄنъÍՌR" "ӕՔZÝŜbåդﻩjíլļrӵմzýռپêЅքćچЍďӱҒЕůėژșΘØҚНğńءΠFҢХħΨҪЭųįҶرҲеԷňعθҺнԿفπÂхՇψÊэšՏÒU" "əÚѝŻşҤӑâeէŐımկòuշÕúտŔ"); // Defining identifier character sets DefineNameChars(QStringLiteral("0123456789_") + symbols); DefineOprtChars(symbols + QStringLiteral("+-*^/?<>=#!$%&|~'_")); } //--------------------------------------------------------------------------- // Factory function for creating new parser variables // This could as well be a function performing database queries. qreal* Calculator::AddVariable(const QString &a_szName, void *a_pUserData) { // I don't want dynamic allocation here, so i used this static buffer // If you want dynamic allocation you must allocate all variables dynamically // in order to delete them later on. Or you find other ways to keep track of // variables that have been created implicitely. static qreal afValBuf[100]; ++iVal; Q_UNUSED(a_szName) Q_UNUSED(a_pUserData) // qDebug() << "Generating new variable \"" // << a_szName << "\" (slots left: " // << 99-iVal << ")" // << " User data pointer is:" // << QString::number(a_pUserData, 16); afValBuf[iVal] = 0; if (iVal>=99) { throw qmu::QmuParserError( "Variable buffer overflow." ); } else { return &afValBuf[iVal]; } }