20#ifndef SAMPLEPANELPLUGIN_PLUGIN_H_
21#define SAMPLEPANELPLUGIN_PLUGIN_H_
23#include <SamplePanelPlugin.h>
24#include <ModelAPI_Plugin.h>
27#include <ModelAPI_Feature.h>
28#include <ModelAPI_Events.h>
Interface common for any plugin: allows to use plugin by the plugins manager.
Definition: ModelAPI_Plugin.h:34
Interface common for any plugin: allows to use plugin by the plugins manager.
Definition: SamplePanelPlugin_Plugin.h:39
virtual FeaturePtr createFeature(std::string theFeatureID)
Creates the feature object of this plugin by the feature string ID.
Definition: SamplePanelPlugin_Plugin.cpp:48