X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSetPlugin%2FPartSetPlugin_Plugin.h;h=834c7c8a306b487271467ca9bef55574edb1475f;hb=956324a569b5010a2486a8c8380648406b7b164c;hp=364ebb48dfbf4f12e2fbd571930136890e3c3b0b;hpb=7bf19255421b34594c7b0a76d0ce28166d0ce895;p=modules%2Fshaper.git diff --git a/src/PartSetPlugin/PartSetPlugin_Plugin.h b/src/PartSetPlugin/PartSetPlugin_Plugin.h index 364ebb48d..834c7c8a3 100644 --- a/src/PartSetPlugin/PartSetPlugin_Plugin.h +++ b/src/PartSetPlugin/PartSetPlugin_Plugin.h @@ -16,6 +16,10 @@ #include +/**\class PartSetPlugin_Plugin + * \ingroup Plugins + * \brief The main class for management the part set operations as plugin. + */ class PARTSETPLUGIN_EXPORT PartSetPlugin_Plugin : public ModelAPI_Plugin, public Events_Listener { @@ -28,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(); };