add skeleton for variable handling.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user