Analitza
expressionedit.h
Go to the documentation of this file.
58 explicit ExpressionEdit(QWidget *parent = 0, AlgebraHighlighter::Mode ini=AlgebraHighlighter::Autodetect);
149 QString helpShow(const QString& funcname, int param, bool bounds, const Analitza::Variables* v) const;
void setAns(const QString &ans)
Sets the string ans that will be entered when an operator is pressed.
Definition: expressionedit.h:94
void setText(const QString &str)
Sets the expression string str we have.
Definition: expressionedit.h:85
AlgebraHighlighter::Mode mode()
Returns the ExpressionEdit input mode.
Definition: expressionedit.h:64
void setExamples(const QStringList &ex)
Sets the examples to be shown in the context menu.
Definition: expressionedit.h:106
Try to guess which format is being used.
Definition: algebrahighlighter.h:39
QString ans() const
Returns the string that will be entered when the first operator is pressed.
Definition: expressionedit.h:97
Stores the variables in a hash map and make them available.
Definition: variables.h:42
Definition: algebrahighlighter.h:32
Operators model is a model class that has a relation of all operators string with their OperatorType...
Definition: operatorsmodel.h:32
A widget for manipulate mathemathical expressions.
Definition: expressionedit.h:50
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.