mailcommon
#include <redirectdialog.h>
Public Types | |
enum | SendMode { SendNow, SendLater } |
Public Member Functions | |
RedirectDialog (SendMode mode=SendNow, QWidget *parent=0) | |
~RedirectDialog () | |
int | identity () const |
SendMode | sendMode () const |
QString | to () const |
int | transportId () const |
Protected Member Functions | |
virtual void | accept () |
Detailed Description
A dialog to request information about message redirection from the user.
The dialog is used to collect redirect addresses when manually redirecting messages. Only Redirect-To is supported so far.
Definition at line 47 of file redirectdialog.h.
Member Enumeration Documentation
Describes the send mode.
Enumerator | |
---|---|
SendNow | |
SendLater |
Definition at line 55 of file redirectdialog.h.
Constructor & Destructor Documentation
Creates a new redirect dialog.
- Parameters
-
mode The preferred send mode. parent The parent widget.
Definition at line 124 of file redirectdialog.cpp.
RedirectDialog::~RedirectDialog | ( | ) |
Destroys the redirect dialog.
Definition at line 176 of file redirectdialog.cpp.
Member Function Documentation
|
protectedvirtual |
Definition at line 201 of file redirectdialog.cpp.
int RedirectDialog::identity | ( | ) | const |
Definition at line 196 of file redirectdialog.cpp.
RedirectDialog::SendMode RedirectDialog::sendMode | ( | ) | const |
Returns the send mode.
Definition at line 186 of file redirectdialog.cpp.
QString RedirectDialog::to | ( | ) | const |
Returns the addresses for the redirection.
Definition at line 181 of file redirectdialog.cpp.
int RedirectDialog::transportId | ( | ) | const |
Definition at line 191 of file redirectdialog.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:15 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.