#include <redirectdialog.h>

Inherits KDialogBase.

Public Member Functions

 RedirectDialog (TQWidget *parent=0, const char *name=0, bool modal=false, bool immediate=true)
 
TQString to ()
 
bool sendImmediate ()
 

Protected Slots

void slotAddrBook ()
 
void slotUser1 ()
 
void slotUser2 ()
 
void slotEmailChanged (const TQString &)
 

Protected Member Functions

void accept ()
 

Detailed Description

KMail message redirection dialog.

Author
Andreas Gungl a.gun.nosp@m.gl@g.nosp@m.mx.de

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::RedirectDialog ( TQWidget *  parent = 0,
const char *  name = 0,
bool  modal = false,
bool  immediate = true 
)

Constructor.

Parameters
parentparent TQWidget
namedialog name
modaldialog modal type
immediateTrue, 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

◆ accept()

void RedirectDialog::accept ( )
protected

Evaluate the settings, an empty To field is not allowed.

Definition at line 111 of file redirectdialog.cpp.

◆ sendImmediate()

bool KMail::RedirectDialog::sendImmediate ( )
inline

Returns the send mode.

Definition at line 70 of file redirectdialog.h.

◆ slotAddrBook

void RedirectDialog::slotAddrBook ( )
protectedslot

Open addressbook editor dialog.

Definition at line 124 of file redirectdialog.cpp.

◆ to()

TQString KMail::RedirectDialog::to ( )
inline

Return the addresses for the redirection.

Definition at line 67 of file redirectdialog.h.


The documentation for this class was generated from the following files: