X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSetPlugin%2FPartSetPlugin_Plugin.h;h=834c7c8a306b487271467ca9bef55574edb1475f;hb=7b4a6a2a335d41a647e0f6a6becb7c23df042be1;hp=59ace5aa844925d932003f95b08eb89d41727d25;hpb=7b95df2653284e65f416373ff010af49ee8c68ef;p=modules%2Fshaper.git diff --git a/src/PartSetPlugin/PartSetPlugin_Plugin.h b/src/PartSetPlugin/PartSetPlugin_Plugin.h index 59ace5aa8..834c7c8a3 100644 --- a/src/PartSetPlugin/PartSetPlugin_Plugin.h +++ b/src/PartSetPlugin/PartSetPlugin_Plugin.h @@ -16,7 +16,7 @@ #include -/**\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& theMessage); + //! Performs the chenges of enabled/disabled state in the toolbar + //! due to the current state of the application. std::shared_ptr getFeaturesState(); };