|
SHAPER
9.15.0
|
Class for manipulation with preferences in the application. More...
Static Public Member Functions | |
| static bool | editPreferences (ModuleBase_Prefs &theModified) |
| Shows a dialog box to edit preferences. More... | |
| static SUIT_ResourceMgr * | resourceMgr () |
| Returns currently installed resource manager. More... | |
| static void | setResourceMgr (SUIT_ResourceMgr *theMgr) |
| Sets a resource manager It is used in case of necessity to define external resource manager (not SHAPER) More... | |
| static void | updateConfigByResources () |
| Updates Config_PropManager properties by module from SUIT_ResourceMgr. More... | |
| static void | loadCustomProps () |
| Loads properties defined by module to Config_PropManager. More... | |
| static void | createEditContent (ModuleBase_IPrefMgr *thePref, int thePage) |
| Create editable content. More... | |
| static void | resetResourcePreferences (SUIT_PreferenceMgr *thePref) |
| Retrieve preferences of resource manage to default state. More... | |
| static void | resetConfigPropPreferences (SUIT_PreferenceMgr *thePref) |
| Retrieve preferences of config prop to default state. More... | |
| static void | updateSketchTab (ModuleBase_IPrefMgr *thePref, int thePageId) |
| Updates content of preferences for sketch tab. More... | |
Static Public Attributes | |
| static const QString | VIEWER_SECTION = "Viewer" |
| Name of preferences of viewer section. More... | |
| static const QString | MENU_SECTION = "Menu" |
| Name of preferences of menu section. More... | |
| static const QString | GENERAL_SECTION = "General" |
| Name of preferences of general section. More... | |
Class for manipulation with preferences in the application.
|
static |
Shows a dialog box to edit preferences.
| theModified | a list of modified preferences |
|
static |
Returns currently installed resource manager.
|
inlinestatic |
Sets a resource manager It is used in case of necessity to define external resource manager (not SHAPER)
| theMgr | resource manager |
|
static |
Updates Config_PropManager properties by module from SUIT_ResourceMgr.
|
static |
Loads properties defined by module to Config_PropManager.
|
static |
Create editable content.
| thePref | interface to preference manager |
| thePage | an id of a page |
|
static |
Retrieve preferences of resource manage to default state.
|
static |
Retrieve preferences of config prop to default state.
|
static |
Updates content of preferences for sketch tab.
|
static |
Name of preferences of viewer section.
|
static |
Name of preferences of menu section.
|
static |
Name of preferences of general section.