KMail::FolderDiaTemplatesTab Class Reference
#include <kmfolderdia.h>
Inheritance diagram for KMail::FolderDiaTemplatesTab:
Public Slots | |
| void | slotEmitChanged () |
| void | slotCopyGlobal () |
Public Member Functions | |
| FolderDiaTemplatesTab (KMFolderDialog *dlg, TQWidget *parent) | |
| 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
"Templates" tab in the folder dialog Internal class, only used by KMFolderDialog
Definition at line 163 of file kmfolderdia.h.
Constructor & Destructor Documentation
◆ FolderDiaTemplatesTab()
| KMail::FolderDiaTemplatesTab::FolderDiaTemplatesTab | ( | KMFolderDialog * | dlg, |
| TQWidget * | parent | ||
| ) |
Definition at line 797 of file kmfolderdia.cpp.
Member Function Documentation
◆ load()
|
virtual |
Implements KMail::FolderDiaTab.
Definition at line 833 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 856 of file kmfolderdia.cpp.
◆ slotCopyGlobal
|
slot |
Definition at line 875 of file kmfolderdia.cpp.
◆ slotEmitChanged
|
slot |
Definition at line 873 of file kmfolderdia.cpp.
The documentation for this class was generated from the following files:

Public Member Functions inherited from