|
SHAPER
9.15.0
|
Class for preferences management. More...

Public Member Functions | |
| SHAPERGUI_PrefMgr (LightApp_Preferences *theMgr, const QString &theModName) | |
| Constructor. More... | |
| virtual int | addPreference (const QString &theLbl, int pId, SUIT_PreferenceMgr::PrefItemType theType, const QString &theSection, const QString &theName) |
| Add preference item into preference dialog box. More... | |
| virtual void | setItemProperty (const QString &thePropName, const QVariant &theValue, const int theId=-1) |
| Set property of an item. More... | |
| virtual SUIT_PreferenceMgr * | prefMgr () const |
| Returns incapsulated preference manager. More... | |
Class for preferences management.
|
inline |
Constructor.
| theMgr | preferences manager of SALOME |
| theModName | name of the module |
|
inlinevirtual |
Add preference item into preference dialog box.
| theLbl | - label of the item |
| pId | - id of container item |
| theType | - type of the item |
| theSection | - resource section name |
| theName | - name of the resource Returns Id of the ctreated item |
Implements ModuleBase_IPrefMgr.
|
inlinevirtual |
Set property of an item.
| thePropName | the property name |
| theValue | the value of the property |
| theId | id of the property |
Implements ModuleBase_IPrefMgr.
|
inlinevirtual |
Returns incapsulated preference manager.
Implements ModuleBase_IPrefMgr.