KMail::FolderDiaGeneralTab Class Reference
#include <kmfolderdia.h>
Inheritance diagram for KMail::FolderDiaGeneralTab:
Public Member Functions | |
| FolderDiaGeneralTab (KMFolderDialog *dlg, const TQString &aName, TQWidget *parent, const char *name=0) | |
| virtual void | load () |
| virtual bool | save () |
Public Member Functions inherited from KMail::FolderDiaTab | |
| FolderDiaTab (TQWidget *parent=0, const char *name=0) | |
| virtual void | load ()=0 |
| virtual bool | save ()=0 |
| virtual AccepStatus | accept () |
Additional Inherited Members | |
Public Types inherited from KMail::FolderDiaTab | |
| enum | AccepStatus { Accepted , Canceled , Delayed } |
Signals inherited from KMail::FolderDiaTab | |
| void | readyForAccept () |
| void | cancelAccept () |
| void | changed (bool) |
Detailed Description
"General" tab in the folder dialog Internal class, only used by KMFolderDialog
Definition at line 111 of file kmfolderdia.h.
Constructor & Destructor Documentation
◆ FolderDiaGeneralTab()
| KMail::FolderDiaGeneralTab::FolderDiaGeneralTab | ( | KMFolderDialog * | dlg, |
| const TQString & | aName, | ||
| TQWidget * | parent, | ||
| const char * | name = 0 |
||
| ) |
Definition at line 247 of file kmfolderdia.cpp.
Member Function Documentation
◆ load()
|
virtual |
Implements KMail::FolderDiaTab.
Definition at line 587 of file kmfolderdia.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 676 of file kmfolderdia.cpp.
The documentation for this class was generated from the following files:

Public Member Functions inherited from