kmail
KMail::FolderDiaQuotaTab Class Reference
"Quota" tab in the folder dialog Internal class, only used by KMFolderDialog More...
#include <folderdiaquotatab.h>
Inheritance diagram for KMail::FolderDiaQuotaTab:
Public Member Functions | |
virtual AcceptStatus | accept () |
FolderDiaQuotaTab (KMFolderDialog *dlg, QWidget *parent, const char *name=0) | |
virtual void | load () |
virtual bool | save () |
Static Public Member Functions | |
static bool | supports (KMFolder *refFolder) |
Detailed Description
"Quota" tab in the folder dialog Internal class, only used by KMFolderDialogDefinition at line 53 of file folderdiaquotatab.h.
Constructor & Destructor Documentation
KMail::FolderDiaQuotaTab::FolderDiaQuotaTab | ( | KMFolderDialog * | dlg, | |
QWidget * | parent, | |||
const char * | name = 0 | |||
) |
Definition at line 53 of file folderdiaquotatab.cpp.
Member Function Documentation
KMail::FolderDiaTab::AcceptStatus KMail::FolderDiaQuotaTab::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 KIO job).
Reimplemented from KMail::FolderDiaTab.
Definition at line 190 of file folderdiaquotatab.cpp.
void KMail::FolderDiaQuotaTab::load | ( | ) | [virtual] |
bool KMail::FolderDiaQuotaTab::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 199 of file folderdiaquotatab.cpp.
bool KMail::FolderDiaQuotaTab::supports | ( | KMFolder * | refFolder | ) | [static] |
Definition at line 205 of file folderdiaquotatab.cpp.
The documentation for this class was generated from the following files: