Salome HOME
Result CompSolid should inherits ResultBody. All model realization concerned Naming...
[modules/shaper.git] / src / Config / Config_ValidatorMessage.h
index a0e410c153b1978a652946d8acd477b2eca3348f..99650e22efeaaec2e5990f0a0a3bec0e647644e5 100644 (file)
@@ -21,6 +21,7 @@ static const char * EVENT_VALIDATOR_LOADED = "ValidatorLoaded";
 
 /*!
  * \class Config_ValidatorMessage
+ * \ingroup Config
  * \brief Transmits info about created validator on "ValidatorLoaded" event
  */
 class Config_ValidatorMessage : public Events_Message
@@ -31,6 +32,11 @@ class Config_ValidatorMessage : public Events_Message
   std::list<std::string> myVaidatorParameters;
 
  public:
+  /*!
+   * Constructor.
+   * \param theId - Events_ID of the message
+   * \param theParent - pointer to the sender
+   */
   CONFIG_EXPORT Config_ValidatorMessage(const Events_ID theId, const void* theParent = 0);
   CONFIG_EXPORT virtual ~Config_ValidatorMessage();