#include <folderdiaacltab.h>

Public Member Functions | |
FolderDiaACLTab (KMFolderDialog *dlg, TQWidget *parent, const char *name=0) | |
virtual void | load () |
virtual bool | save () |
virtual AccepStatus | accept () |
![]() | |
FolderDiaTab (TQWidget *parent=0, const char *name=0) | |
virtual void | load ()=0 |
virtual bool | save ()=0 |
virtual AccepStatus | accept () |
Static Public Member Functions | |
static bool | supports (KMFolder *refFolder) |
Additional Inherited Members | |
![]() | |
enum | AccepStatus { Accepted , Canceled , Delayed } |
![]() | |
void | readyForAccept () |
void | cancelAccept () |
void | changed (bool) |
Detailed Description
"Access Control" tab in the folder dialog Internal class, only used by KMFolderDialog
Definition at line 86 of file folderdiaacltab.h.
Constructor & Destructor Documentation
◆ FolderDiaACLTab()
KMail::FolderDiaACLTab::FolderDiaACLTab | ( | KMFolderDialog * | dlg, |
TQWidget * | parent, | ||
const char * | name = 0 |
||
) |
Definition at line 315 of file folderdiaacltab.cpp.
Member Function Documentation
◆ accept()
|
virtual |
Called when clicking OK.
If a module returns Delayed, the closing is cancelled for now, and the module can close the dialog later on (i.e. after an async operation like a TDEIO job).
Reimplemented from KMail::FolderDiaTab.
Definition at line 644 of file folderdiaacltab.cpp.
◆ load()
|
virtual |
Implements KMail::FolderDiaTab.
Definition at line 395 of file folderdiaacltab.cpp.
◆ 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::FolderDiaTab.
Definition at line 657 of file folderdiaacltab.cpp.
◆ supports()
|
static |
Definition at line 811 of file folderdiaacltab.cpp.
The documentation for this class was generated from the following files: