kalgebra
consolehtml.h
Go to the documentation of this file.
35 virtual bool matchesExpression(const Analitza::Expression& exp, const Analitza::ExpressionType& functype) const = 0;
virtual QString id() const =0
Analitza::Analyzer * analitza()
Retrieves a pointer to the Analitza calculator associated.
Definition: consolehtml.h:62
bool addOperation(const Analitza::Expression &e, const QString &input)
Adds the operation defined by the expression e.
Definition: consolehtml.cpp:97
void addOptionsObserver(InlineOptions *opt)
Definition: consolehtml.h:70
const char * name() const
The Console widget is able to receive an operation, solve it and show the value.
Definition: consolehtml.h:45
void status(const QString &msg)
Emits a notification that tells that the widget status.
ConsoleMode
This enumeration controles the way the console will calculate and show his results.
Definition: consolehtml.h:50
virtual bool matchesExpression(const Analitza::Expression &exp, const Analitza::ExpressionType &functype) const =0
virtual void contextMenuEvent(QContextMenuEvent *ev)
Definition: consolehtml.cpp:271
QUrl url() const
virtual QString caption() const =0
Definition: consolehtml.h:28
virtual void triggerOption(const Analitza::Expression &exp)=0
Calculates everything, if it finds a not defined variable shows an error.
Definition: consolehtml.h:52
QObject * parent() const
Simplifies the expression, tries to simplify when sees a variable not defined.
Definition: consolehtml.h:51
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:11:49 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:49 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.