Salome HOME
Tooltips update for extrusion and revolution
[modules/shaper.git] / src / ParametersPlugin / ParametersPlugin_Plugin.h
index d82198f60ed0db673ba03da83f1d0f8cc9e7c157..280f00903ee9f38e2e46974f3a4f72abd53e73f9 100644 (file)
@@ -4,20 +4,24 @@
 #define PARAMETERSPLUGIN_PLUGIN_H_
 
 #include <ParametersPlugin.h>
+#include <ParametersPlugin_EvalListener.h>
+
 #include <ModelAPI_Plugin.h>
 #include <ModelAPI_Feature.h>
 
 /**\class ParametersPlugin_Plugin
  * TODO: Add documentation
  */
-class PARAMETERSPLUGIN_EXPORT ParametersPlugin_Plugin : public ModelAPI_Plugin
+class ParametersPlugin_Plugin : public ModelAPI_Plugin
 {
  public:
   /// Creates the feature object of this plugin by the feature string ID
-  virtual FeaturePtr createFeature(std::string theFeatureID);
+  PARAMETERSPLUGIN_EXPORT virtual FeaturePtr createFeature(std::string theFeatureID);
 
  public:
   ParametersPlugin_Plugin();
+
+  std::shared_ptr<ParametersPlugin_EvalListener> myEvalListener;
 };
 
 #endif