Analitza
expressiontypechecker.h
Go to the documentation of this file.
65 bool inferType(const ExpressionType& c, const ExpressionType& targetType, QMap<QString, ExpressionType>* assumptions);
66 QList<ExpressionType> computePairs(const QList<ExpressionType>& options, const ExpressionType& param);
virtual QVariant result() const
Definition: expressiontypechecker.h:52
void initializeVars(const QMap< QString, ExpressionType > &types)
Definition: expressiontypechecker.h:59
bool hasDependencies() const
Definition: expressiontypechecker.h:55
Definition: customobject.h:39
Definition: matrix.h:29
Definition: vector.h:34
Definition: matrix.h:38
Definition: expressiontype.h:30
bool isCorrect() const
Definition: expressiontypechecker.h:56
Stores the variables in a hash map and make them available.
Definition: variables.h:42
Container represents special tags of MathML called containers.
Definition: container.h:44
Definition: object.h:38
QStringList dependencies() const
Definition: expressiontypechecker.h:54
Definition: list.h:34
This class is the one that will correspond to MathML apply tags.
Definition: apply.h:41
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:11:37 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:11:37 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.