kalgebra
VarEdit Class Reference
#include <varedit.h>
Inheritance diagram for VarEdit:
Public Member Functions | |
VarEdit (QWidget *parent=0, bool modal=false) | |
void | setAnalitza (Analitza::Analyzer *na) |
void | setName (const QString &newVar) |
Analitza::Expression | val () |
Detailed Description
The VarEdit provides a dialog to allow users to edit/create a variable.
Constructor & Destructor Documentation
|
explicit |
Member Function Documentation
void VarEdit::setAnalitza | ( | Analitza::Analyzer * | na | ) |
Sets an Analitza which will evaluate it.
It may be interesting because variables can change.
Definition at line 129 of file varedit.cpp.
void VarEdit::setName | ( | const QString & | newVar | ) |
Sets the editing variable name.
Definition at line 67 of file varedit.cpp.
Analitza::Expression VarEdit::val | ( | ) |
Returns the resulting variable expression.
Definition at line 92 of file varedit.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:11:50 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:50 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.