Salome HOME
Merge branch 'master' into Dev_1.1.0
[modules/shaper.git] / src / ModuleBase / ModuleBase_IPrefMgr.h
index db473211cdd8202e527f1814f89e6e5178e63d40..147defa4b5e13841d4cd19f1c421234284a463b3 100644 (file)
@@ -1,3 +1,5 @@
+// Copyright (C) 2014-20xx CEA/DEN, EDF R&D
+
 // File:        ModuleBase_IPrefMgr.h
 // Created:     10 Sept 2014
 // Author:      Vitaly SMETANNIKOV
@@ -10,6 +12,7 @@
 #include <SUIT_PreferenceMgr.h>
 
 /** 
+* \ingroup GUI
 * An interface class which provides incapsulation of SUIT_PreferenceMgr class instance 
 * It is used in order to make common interface to Preference manager in Salome 
 * and this application
@@ -31,6 +34,12 @@ public:
                             SUIT_PreferenceMgr::PrefItemType theType,
                             const QString& theSection, const QString& theName ) = 0;
 
+  /**
+  * \brief Set property of an item
+  * \param thePropName the property name
+  * \param theValue the value of the property
+  * \param theId id of the property
+  */
   virtual void setItemProperty(const QString& thePropName,
                                const QVariant& theValue,
                                const int theId = -1) = 0;