add skeleton for variable handling.

This commit is contained in:
2020-04-29 14:13:23 +02:00
parent b6dba8965b
commit 61952744be
7 changed files with 357 additions and 3 deletions

View File

@@ -35,6 +35,7 @@
#include "PmuppAdmin.h"
#include "Pmupp.h"
#include "PVarHandler.h"
typedef struct {
int collIdx;
@@ -84,6 +85,8 @@ class PmuppScript : public QObject
QString fLoadPath;
QString fSavePath;
QVector<PVarHandler> fVarHandler;
bool foundLabel(PmuppCollection *coll, const QString label);
void minMax(QVector<double> dvec, double &min, double &max);
QString getNicerLabel(const QString label);