Main Page   Class Hierarchy   Compound List   File List   Compound Members  

SendDialog Class Reference

Define the one and only dialog for this application. More...

#include <snddlg.h>

Inheritance diagram for SendDialog::

wxSMTPListener List of all members.

Public Methods

 SendDialog (WinoDialog &winoDialog)
 Setup the dialog controls and center the dialog. More...

void OnSocketError (int errorCode)
 wxSMTPListener interface: Is called if an error occured (not implemented). More...

void OnRecipientAdded (const wxString &address, int errorCode)
 wxSMTPListener interface: Is called if the server acknowleded a recipient. More...

void OnDataSent (int errorCode)
 wxSMTPListener interface: Is called if the server acknowleded the email text was sent. More...


Detailed Description

Define the one and only dialog for this application.

Definition at line 20 of file snddlg.h.


Constructor & Destructor Documentation

SendDialog::SendDialog WinoDialog   winoDialog
 

Setup the dialog controls and center the dialog.

Definition at line 138 of file snddlg.cpp.

References wxEmailMessage::AddFile(), wxEmailMessage::AddTo(), wxSMTP::Send(), and wxCmdlineProtocol::SetHost().


Member Function Documentation

void SendDialog::OnDataSent int    errorCode [virtual]
 

wxSMTPListener interface: Is called if the server acknowleded the email text was sent.

Reimplemented from wxSMTPListener.

Definition at line 247 of file snddlg.cpp.

void SendDialog::OnRecipientAdded const wxString &    address,
int    errorCode
[virtual]
 

wxSMTPListener interface: Is called if the server acknowleded a recipient.

Reimplemented from wxSMTPListener.

Definition at line 237 of file snddlg.cpp.

void SendDialog::OnSocketError int    errorCode [virtual]
 

wxSMTPListener interface: Is called if an error occured (not implemented).

Reimplemented from wxSMTPListener.

Definition at line 233 of file snddlg.cpp.


Generated on Mon May 6 01:14:20 2002 for Wino by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001