first full mupp version allowing variables on scripting level, interactively still missing.

This commit is contained in:
2020-04-30 17:11:57 +02:00
parent 7276ff4486
commit cbbe1d21a7
6 changed files with 284 additions and 24 deletions

View File

@@ -89,6 +89,8 @@ class PmuppScript : public QObject
QVector<PVarHandler> fVarHandler;
bool foundLabel(PmuppCollection *coll, const QString label);
bool foundVariable(const QString var);
int getVarIndex(const QString var);
void minMax(QVector<double> dvec, double &min, double &max);
QString getNicerLabel(const QString label);