|
SHAPER
9.15.0
|
Dialog box for preferences editing. More...

Public Slots | |
| virtual void | accept () |
| A slot called on Ok button press. More... | |
Public Member Functions | |
| ModuleBase_PreferencesDlg (SUIT_ResourceMgr *theResurces, QWidget *theParent=0) | |
| Constructor. More... | |
| bool | isChanged () const |
| Returns True if preferences were changed. More... | |
| void | modified (ModuleBase_Prefs &theModified) const |
| Returns list of modified preferences. More... | |
Protected Slots | |
| void | onDefault () |
| A slot called on Default button press. More... | |
Protected Member Functions | |
| virtual void | showEvent (QShowEvent *theEvent) |
Dialog box for preferences editing.
| ModuleBase_PreferencesDlg::ModuleBase_PreferencesDlg | ( | SUIT_ResourceMgr * | theResurces, |
| QWidget * | theParent = 0 |
||
| ) |
Constructor.
| theResurces | resources manager |
| theParent | a parent widget |
|
inline |
Returns True if preferences were changed.
| void ModuleBase_PreferencesDlg::modified | ( | ModuleBase_Prefs & | theModified | ) | const |
Returns list of modified preferences.
| theModified | output list of modified preferences |
|
virtualslot |
A slot called on Ok button press.
|
protectedslot |
A slot called on Default button press.