kmail
KMail::FolderDialogACLTab Class Reference
#include <folderdialogacltab.h>
Inheritance diagram for KMail::FolderDialogACLTab:

Detailed Description
"Access Control" tab in the folder dialog Internal class, only used by KMFolderDialogDefinition at line 88 of file folderdialogacltab.h.
Public Member Functions | |
| virtual AcceptStatus | accept () |
| FolderDialogACLTab (KMFolderDialog *dlg, QWidget *parent) | |
| virtual void | load () |
| virtual bool | save () |
Static Public Member Functions | |
| static bool | supports (KMFolder *refFolder) |
Constructor & Destructor Documentation
| KMail::FolderDialogACLTab::FolderDialogACLTab | ( | KMFolderDialog * | dlg, | |
| QWidget * | parent | |||
| ) |
Definition at line 325 of file folderdialogacltab.cpp.
Member Function Documentation
| KMail::FolderDialogTab::AcceptStatus KMail::FolderDialogACLTab::accept | ( | ) | [virtual] |
Called when clicking OK.
If a module returns Delayed, the closing is canceled for now, and the module can close the dialog later on (i.e. after an async operation like a KIO job).
Reimplemented from KMail::FolderDialogTab.
Definition at line 654 of file folderdialogacltab.cpp.
| void KMail::FolderDialogACLTab::load | ( | ) | [virtual] |
| bool KMail::FolderDialogACLTab::save | ( | ) | [virtual] |
Unlike ConfigModuleTab, we return a bool from save.
This allows to cancel closing on error. When called from the Apply button, the return value is ignored
- Returns:
- whether save succeeded
Implements KMail::FolderDialogTab.
Definition at line 667 of file folderdialogacltab.cpp.
| bool KMail::FolderDialogACLTab::supports | ( | KMFolder * | refFolder | ) | [static] |
Definition at line 819 of file folderdialogacltab.cpp.
The documentation for this class was generated from the following files:
KDE 4.1 API Reference