Analitza
analyzer.h
Go to the documentation of this file.
195 Object* calcCallFunction(Analitza::Container* function, const QVector<Analitza::Object* >& args, const Analitza::Object* op);
bool hasDependencies() const
Returns whether the current expression has all data it needs to be calculated.
Definition: analyzer.h:136
Definition: expressiontype.h:30
void setStack(const QVector< Object * > &stack)
Definition: analyzer.h:150
Definition: builtinmethods.h:59
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
QMap< QString, ExpressionType > variableTypes() const
Definition: analyzer.h:160
ExpressionType type() const
This method lets you retrieve the current type in use.
Definition: analyzer.h:148
bool isCorrect() const
Returns whether there has been a problem in the last calculation.
Definition: analyzer.h:101
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.