ShowMailDialog Class Reference

This dialog is used in ConfigElem to show a downloaded mail. More...

#include <showmaildialog.h>

List of all members.

Public Member Functions

 ShowMailDialog (QWidget *parent, QString caption, bool allowHTML, bool isHTML, QString sender, QString date, QString size, QString subject, QStringList body)
 ~ShowMailDialog ()

Private Member Functions

void slotButtonClicked (int button)
 Activated when a button is clicked.

Private Attributes

QString m_subject
QStringList m_body
QString m_sender

Detailed Description

This dialog is used in ConfigElem to show a downloaded mail.

Author:
Ulrich Weigelt <ulrich.weigelt@gmx.de>

Definition at line 45 of file showmaildialog.h.


Constructor & Destructor Documentation

ShowMailDialog::ShowMailDialog ( QWidget *  parent,
QString  caption,
bool  allowHTML,
bool  isHTML,
QString  sender,
QString  date,
QString  size,
QString  subject,
QStringList  body 
)

generic constructor

Parameters:
parent parent of the dialog
Parameters:
caption the dialog caption
Parameters:
allowHTML TRUE - allow the dialog to use the HTML in the mail body; FALSE - don't allow
Parameters:
isHTML true - the text is really HTML
Parameters:
sender mail sender
Parameters:
date date of send
Parameters:
size mail size
Parameters:
subject mail subject
Parameters:
body mail body

Definition at line 20 of file showmaildialog.cpp.

ShowMailDialog::~ShowMailDialog (  ) 

Destructor

Definition at line 101 of file showmaildialog.cpp.


Member Function Documentation

void ShowMailDialog::slotButtonClicked ( int  button  )  [private]

Activated when a button is clicked.

Overloaded methode of KDialog. Hallo

Definition at line 105 of file showmaildialog.cpp.


Member Data Documentation

QStringList ShowMailDialog::m_body [private]

mail body

See also:
ShowMailDialog
slotButtonClicked

Definition at line 93 of file showmaildialog.h.

QString ShowMailDialog::m_sender [private]

mail sender

See also:
ShowMailDialog
slotButtonClicked

Definition at line 100 of file showmaildialog.h.

QString ShowMailDialog::m_subject [private]

mail subject

See also:
ShowMailDialog
slotButtonClicked

Definition at line 86 of file showmaildialog.h.


The documentation for this class was generated from the following files:
Generated on Sun Mar 13 15:27:10 2011 for KShowmail by  doxygen 1.6.3