24#ifndef _GEMA_PLUGIN_ANALYTICAL_PROCESS_FACTORY_H_
25#define _GEMA_PLUGIN_ANALYTICAL_PROCESS_FACTORY_H_
31#include "gmpAnalyticalProcessVersion.h"
48 assert(category == GM_PLUGIN_PROCESS);
50 if (objType ==
"analytical")
const GmLogCategory & logger()
Implementation of the GmpAnalyticalProcess factory plugin.
Definition gmpAnalyticalProcessFactory.h:35
virtual const QStringList & depVersionInfo() const
Retuns dependency version information for the plugin. See comments on the base class.
Definition gmpAnalyticalProcessFactory.h:60
virtual const QMap< QString, QString > & versionInfo() const
Retuns version information for the plugin. See comments on the base class.
Definition gmpAnalyticalProcessFactory.h:57
GmpAnalyticalProcessFactory()
Default constructor.
Definition gmpAnalyticalProcessFactory.h:42
Basic class for the analytical process plugin object.
Definition gmpAnalyticalProcess.h:32
#define GmPluginObjectFactoryInterfaceIID
Declaration of the GmpAnalyticalProcess class.