Salome HOME
Issue #1660: Ability to change the deflection coefficient
[modules/shaper.git] / src / ParametersPlugin / ParametersPlugin_Plugin.h
index d4d35283fe705245ca095c054f700fcef2959978..8a14b613de79284b7145ebeeec9d403d99d7a11c 100644 (file)
@@ -9,18 +9,21 @@
 #include <ModelAPI_Plugin.h>
 #include <ModelAPI_Feature.h>
 
-/**\class ParametersPlugin_Plugin
- * TODO: Add documentation
+/**
+ * \class ParametersPlugin_Plugin
+ * \ingroup Plugins
+ * \brief The main class for management of parameter evaluation operations as plugin.
  */
-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();
 
+ private:
   std::shared_ptr<ParametersPlugin_EvalListener> myEvalListener;
 };