kmail
KMail::RedirectDialog Class Reference
KMail message redirection dialog. More...
#include <redirectdialog.h>
Inheritance diagram for KMail::RedirectDialog:
Public Member Functions | |
RedirectDialog (QWidget *parent=0, const char *name=0, bool modal=false, bool immediate=true) | |
bool | sendImmediate () |
QString | to () |
Protected Slots | |
void | slotAddrBook () |
void | slotUser1 () |
void | slotUser2 () |
Protected Member Functions | |
void | accept () |
Detailed Description
KMail message redirection dialog.The dialog is used to collect redirect addresses when manually redirecting messages. Only Redirect-To is supported so far.
Definition at line 50 of file redirectdialog.h.
Constructor & Destructor Documentation
RedirectDialog::RedirectDialog | ( | QWidget * | parent = 0 , |
|
const char * | name = 0 , |
|||
bool | modal = false , |
|||
bool | immediate = true | |||
) |
Constructor.
- Parameters:
-
parent parent QWidget name dialog name modal dialog modal type immediate True, if the Send Now button should be default or false if the Queue button should be default
Definition at line 55 of file redirectdialog.cpp.
Member Function Documentation
void RedirectDialog::accept | ( | ) | [protected] |
Evaluate the settings, an empty To field is not allowed.
Definition at line 102 of file redirectdialog.cpp.
bool KMail::RedirectDialog::sendImmediate | ( | ) | [inline] |
void RedirectDialog::slotAddrBook | ( | ) | [protected, slot] |
void RedirectDialog::slotUser1 | ( | ) | [protected, slot] |
Definition at line 88 of file redirectdialog.cpp.
void RedirectDialog::slotUser2 | ( | ) | [protected, slot] |
Definition at line 95 of file redirectdialog.cpp.
QString KMail::RedirectDialog::to | ( | ) | [inline] |
The documentation for this class was generated from the following files: