23#ifndef ALGOINTERFACEVALIDATOR_H
24#define ALGOINTERFACEVALIDATOR_H
26#if !defined(Q_MOC_RUN) || defined(ADDINMGR_DLL)
28#include "addInMgrDefines.h"
29#include "../common/addInInterface.h"
31#include <qscopedpointer.h>
35class AlgoInterfaceValidatorPrivate;
54 QScopedPointer<AlgoInterfaceValidatorPrivate> d_ptr;
container for publishing filters provided by any plugin
Definition addInInterface.h:974
tAlgoInterface
Definition addInInterface.h:956
ito::RetVal(*) t_filterParam(QVector< ito::Param > *paramsMand, QVector< ito::Param > *paramsOpt, QVector< ito::Param > *paramsOut)
possible categories for filter or widget-methods
Definition addInInterface.h:943
The class AlgoInterfaceValidator provides validators and checks in order to verify that a certain fil...
Definition algoInterfaceValidator.h:38
Q_DECLARE_PRIVATE(AlgoInterfaceValidator)
Class for managing status values (like errors or warning)
Definition retVal.h:54
Definition apiFunctionsGraph.cpp:40