X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSetPlugin%2FPartSetPlugin_Plugin.h;h=834c7c8a306b487271467ca9bef55574edb1475f;hb=7b4a6a2a335d41a647e0f6a6becb7c23df042be1;hp=364ebb48dfbf4f12e2fbd571930136890e3c3b0b;hpb=3d7368386762b057fff327d24d0079b4a73c3004;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(); };