Salome HOME
Updated documentation
[modules/shaper.git] / src / Config / Config_SelectionFilterMessage.h
index 3f4039e73658d37b4072b49780dc5ad482a390e6..ed661b93c599173378c22601d7c67f9c1a125429 100644 (file)
@@ -32,6 +32,11 @@ class Config_SelectionFilterMessage : public Events_Message
   std::list<std::string> myFilterParameters;
 
  public:
+  /*!
+   * Constructor.
+   * \param theId - Events_ID of the message
+   * \param theParent - pointer to the sender
+   */
   CONFIG_EXPORT Config_SelectionFilterMessage(const Events_ID theId, const void* theParent = 0);
   CONFIG_EXPORT virtual ~Config_SelectionFilterMessage();