kmail
ConfigureDialog Class Reference
#include <configuredialog.h>

Detailed Description
Definition at line 36 of file configuredialog.h.
Signals | |
| void | installProfile (KConfig *profile) |
Public Member Functions | |
| ConfigureDialog (QWidget *parent=0, bool modal=true) | |
| ~ConfigureDialog () | |
Protected Slots | |
| void | slotApply () |
| void | slotOk () |
| void | slotUser2 () |
Protected Member Functions | |
| void | hideEvent (QHideEvent *i) |
Constructor & Destructor Documentation
| ConfigureDialog::ConfigureDialog | ( | QWidget * | parent = 0, |
|
| bool | modal = true | |||
| ) | [explicit] |
Definition at line 244 of file configuredialog.cpp.
| ConfigureDialog::~ConfigureDialog | ( | ) |
Definition at line 285 of file configuredialog.cpp.
Member Function Documentation
| void ConfigureDialog::hideEvent | ( | QHideEvent * | i | ) | [protected] |
Definition at line 278 of file configuredialog.cpp.
| void ConfigureDialog::installProfile | ( | KConfig * | profile | ) | [signal] |
Installs a new profile (in the dislog's widgets; to apply, the user has to hit the apply button).
Profiles are normal kmail config files which have an additional group "KMail Profile" containing keys "Name" and "Comment" for the name and description, resp. Only keys that this profile is supposed to alter should be included in the file.
| void ConfigureDialog::slotApply | ( | ) | [protected, slot] |
Saves the GlobalSettings stuff before passing on to KCMultiDialog.
Definition at line 288 of file configuredialog.cpp.
| void ConfigureDialog::slotOk | ( | ) | [protected, slot] |
Saves the GlobalSettings stuff before passing on to KCMultiDialog.
Definition at line 292 of file configuredialog.cpp.
| void ConfigureDialog::slotUser2 | ( | ) | [protected, slot] |
Brings up the profile loading/editing dialog.
We can't use User1, as KCMultiDialog uses that for "Reset".
Definition at line 296 of file configuredialog.cpp.
The documentation for this class was generated from the following files:
KDE 4.1 API Reference