#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) | |
| virtual | ~CModule () |
|
||||||||||||||||||||
|
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. |
|
|
|
|
|
reload all options (e.g., read config files) |
|
|
save all your options, and apply them |
1.3-rc3