X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_IPrefMgr.h;h=147defa4b5e13841d4cd19f1c421234284a463b3;hb=a2982d2108f929cf9e7f996cfd590c4ce59dc21c;hp=584659d8eadd5f33b446831bdba5ee9d77f19a90;hpb=38afbd899a8645c83e17f2c24a17a2b7414911b4;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_IPrefMgr.h b/src/ModuleBase/ModuleBase_IPrefMgr.h index 584659d8e..147defa4b 100644 --- a/src/ModuleBase/ModuleBase_IPrefMgr.h +++ b/src/ModuleBase/ModuleBase_IPrefMgr.h @@ -12,6 +12,7 @@ #include /** +* \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 @@ -33,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;