MNE-CPP
beta 1.0
|
Signals | |
void | formula_saved () |
Public Member Functions | |
Formulaeditor (QWidget *parent=0) | |
QString | get_formula () |
void | strip_formula (QString &strFormula) |
void | set_formula (QString Formula) |
void | set_funct_const (int index, double val) |
double | calculation (QString strFormula, qreal xValue, bool strip=true) |
Definition at line 75 of file formulaeditor.h.
double Formulaeditor::calculation | ( | QString | strFormula, |
qreal | xValue, | ||
bool | strip = true |
||
) |
FormlaEditor_calculation
calculation of function values
QString | strFormula formula |
qreal | xValue value of paramters |
bool | strip read in correct formula (true) |
Definition at line 774 of file formulaeditor.cpp.
QString Formulaeditor::get_formula | ( | ) |
FormlaEditor_get_formula
gets formula
Definition at line 883 of file formulaeditor.cpp.
void Formulaeditor::set_formula | ( | QString | Formula | ) |
FormlaEditor_set_formula
sets formula
QString | Formula |
Definition at line 876 of file formulaeditor.cpp.
void Formulaeditor::set_funct_const | ( | int | index, |
double | val | ||
) |
FormlaEditor_set_funct_const
sets formula
int | index index of paramters |
double | val value of paramters |
Definition at line 1071 of file formulaeditor.cpp.
void Formulaeditor::strip_formula | ( | QString & | strFormula | ) |
FormlaEditor_strip_formula
adapts formula for calculation
QString | strformula |
Definition at line 658 of file formulaeditor.cpp.