CModule Class Reference
Base class for a configuration sheet that is shown in preferences dialog. More...
#include <pref.h>
Inheritance diagram for CModule:

Public Slots | |
| virtual void | save () |
| virtual void | reopen () |
Public Member Functions | |
| CModule (const QString &name, const QString &description, const QString &icon, QObject *parent=0) | |
Detailed Description
Base class for a configuration sheet that is shown in preferences dialog.Create your GUI in constructor, reimplement reopen() and save() and you're all set.
Definition at line 55 of file pref.h.
Constructor & Destructor Documentation
|
||||||||||||||||||||
|
arguments are short and long descriptions for this module, respectively parent is the object that is this modules virtual-parent. When that is deleted, this also will go away, automagically. |
Member Function Documentation
|
|
reload all options (e.g., read config files) |
|
|
save all your options, and apply them |
The documentation for this class was generated from the following file:
