24#ifndef _GEMA_PLUGIN_FEM_PROCESS_FACTORY_H_
25#define _GEMA_PLUGIN_FEM_PROCESS_FACTORY_H_
31#include "gmpFemProcessVersion.h"
49 assert(category == GM_PLUGIN_PROCESS);
const GmLogCategory & logger()
Implementation of the FemProcess factory plugin.
Definition gmpFemProcessFactory.h:36
virtual const QStringList & depVersionInfo() const
Retuns dependency version information for the plugin. See comments on the base class.
Definition gmpFemProcessFactory.h:61
virtual const QMap< QString, QString > & versionInfo() const
Retuns version information for the plugin. See comments on the base class.
Definition gmpFemProcessFactory.h:58
GmpFemProcessFactory()
Default constructor.
Definition gmpFemProcessFactory.h:43
Basic class for the FEM Process plugin object.
Definition gmpFemProcess.h:39
#define GmPluginObjectFactoryInterfaceIID
Declaration of the GmpFemProcess class.