#include <qcompilerdetection.h>
#include <QtGlobal>
#include <QChar>
#include <QString>
#include <QLocale>
Go to the source code of this file.
Macros | |
#define | INIT_LOCALE_VARIABLES(locale) |
Functions | |
QString | NameRegExp () |
QT_WARNING_POP static Q_REQUIRED_RESULT bool | QmuFuzzyComparePossibleNulls (double p1, double p2) |
int | ReadVal (const QString &formula, qreal &val, const QLocale &locale, const QChar &decimal, const QChar &thousand) |
#define INIT_LOCALE_VARIABLES | ( | locale | ) |
QString NameRegExp | ( | ) |
Definition at line 281 of file qmudef.cpp.
Referenced by DialogTrueDarts::CheckName(), DialogVariables::DialogVariables(), TMainWindow::InitWindow(), DialogTool::NamePointChanged(), VToolOptionsPropertyBrowser::setOperationSuffix(), VToolOptionsPropertyBrowser::setPointName(), VToolOptionsPropertyBrowser::setPointName1(), VToolOptionsPropertyBrowser::setPointName2(), DialogMirrorByAxis::suffixChanged(), DialogMirrorByLine::suffixChanged(), DialogMove::suffixChanged(), and DialogRotation::suffixChanged().
|
inlinestatic |
Definition at line 61 of file qmudef.h.
Referenced by qmu::QmuParserByteCode::ConstantFolding(), qmu::Test::QmuParserTester::EqnTest(), and qmu::QmuParserBase::ParseCmdCodeBulk().
int ReadVal | ( | const QString & | formula, |
qreal & | val, | ||
const QLocale & | locale, | ||
const QChar & | decimal, | ||
const QChar & | thousand | ||
) |
Definition at line 170 of file qmudef.cpp.
References Abscissa, CheckChar(), Done, Dot, EatWhiteSpace(), ExpMark, Exponent, ExpSign, GetChar(), Init, INIT_LOCALE_VARIABLES, Mantissa, Sign, and Thousand.
Referenced by qmu::QmuParser::IsVal().