mailcommon
#include <redirectdialog.h>
Public Types | |
enum | SendMode { SendNow, SendLater } |
Public Member Functions | |
RedirectDialog (SendMode mode=SendNow, QWidget *parent=0) | |
~RedirectDialog () | |
QString | bcc () const |
QString | cc () const |
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 46 of file redirectdialog.h.
Member Enumeration Documentation
Describes the send mode.
Enumerator | |
---|---|
SendNow | |
SendLater |
Definition at line 54 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 130 of file redirectdialog.cpp.
RedirectDialog::~RedirectDialog | ( | ) |
Destroys the redirect dialog.
Definition at line 184 of file redirectdialog.cpp.
Member Function Documentation
|
protectedvirtual |
Definition at line 219 of file redirectdialog.cpp.
QString RedirectDialog::bcc | ( | ) | const |
Definition at line 199 of file redirectdialog.cpp.
QString RedirectDialog::cc | ( | ) | const |
Definition at line 194 of file redirectdialog.cpp.
int RedirectDialog::identity | ( | ) | const |
Definition at line 214 of file redirectdialog.cpp.
RedirectDialog::SendMode RedirectDialog::sendMode | ( | ) | const |
Returns the send mode.
Definition at line 204 of file redirectdialog.cpp.
QString RedirectDialog::to | ( | ) | const |
Returns the addresses for the redirection.
Definition at line 189 of file redirectdialog.cpp.
int RedirectDialog::transportId | ( | ) | const |
Definition at line 209 of file redirectdialog.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:31:41 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.