]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModuleBase/ModuleBase_IPrefMgr.h
Salome HOME
Update documentation
[modules/shaper.git] / src / ModuleBase / ModuleBase_IPrefMgr.h
index 584659d8eadd5f33b446831bdba5ee9d77f19a90..c2c23ba901591c076649c1668cb5e1d584565142 100644 (file)
@@ -33,6 +33,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;