23#ifndef DIALOGNEWPLUGININSTANCE_H
24#define DIALOGNEWPLUGININSTANCE_H
26#include "../../common/addInInterface.h"
27#include "../../common/sharedStructures.h"
34#include "paramInputParser.h"
37#include "ui_dialogNewPluginInstance.h"
49 ito::RetVal getFilledMandParams(QVector<ito::ParamBase> ¶ms);
50 ito::RetVal getFilledOptParams(QVector<ito::ParamBase> ¶ms);
51 QString getPythonVariable();
59 Ui::DialogNewPluginInstance ui;
62 void on_buttonBox_accepted();
forward declaration to private container class of AddInAlog
Definition addInInterface.h:249
Definition dialogNewPluginInstance.h:42
Class for managing status values (like errors or warning)
Definition retVal.h:54
Definition apiFunctionsGraph.cpp:40