Salome HOME
The minor corrections in the doxygen documentation
[modules/shaper.git] / src / PartSetPlugin / PartSetPlugin_Plugin.h
index 59ace5aa844925d932003f95b08eb89d41727d25..834c7c8a306b487271467ca9bef55574edb1475f 100644 (file)
@@ -16,7 +16,7 @@
 
 #include <memory>
 
-/**\class FeaturesPlugin_Plugin
+/**\class PartSetPlugin_Plugin
  * \ingroup Plugins
  * \brief The main class for management the part set operations as plugin.
  */
@@ -32,6 +32,8 @@ class PARTSETPLUGIN_EXPORT PartSetPlugin_Plugin : public ModelAPI_Plugin,
 
   //! Redefinition of Events_Listener method
   virtual void processEvent(const std::shared_ptr<Events_Message>& theMessage);
+  //! Performs the chenges of enabled/disabled state in the toolbar
+  //! due to the current state of the application.
   std::shared_ptr<ModelAPI_FeatureStateMessage> getFeaturesState();
 };