#include </home/clem/local/src/opie/noncore/net/mail/libmailwrapper/sendmailprogress.h>
Public Member Functions | |
| progressMailSend (QWidget *parent=0, const char *name=0) | |
| ~progressMailSend () | |
| void | setMaxMails (unsigned int aMaxMails) |
| void | setCurrentMails (unsigned int aCurrent) |
| void | setSingleMail (unsigned int aCurrent, unsigned int aMax) |
Protected Member Functions | |
| void | setSingle () |
| void | setMails () |
Protected Attributes | |
| unsigned | m_current_mail |
| unsigned | m_current_single |
| unsigned | m_max_mail |
| unsigned | m_max_single |
|
||||||||||||
|
Definition at line 5 of file sendmailprogress.cpp. |
|
|
Definition at line 10 of file sendmailprogress.cpp. |
|
|
Definition at line 21 of file sendmailprogress.cpp. References m_current_mail, and setMails(). Referenced by SMTPwrapper::flushOutbox(). |
|
|
Definition at line 43 of file sendmailprogress.cpp. References m_current_mail, m_max_mail, text, and tr. Referenced by setCurrentMails(), and setMaxMails(). |
|
|
Definition at line 14 of file sendmailprogress.cpp. References m_max_mail, and setMails(). Referenced by SMTPwrapper::flushOutbox(), and SMTPwrapper::sendMail(). |
|
|
Definition at line 35 of file sendmailprogress.cpp. References m_current_single, m_max_single, text, and tr. Referenced by setSingleMail(). |
|
||||||||||||
|
Definition at line 28 of file sendmailprogress.cpp. References m_current_single, m_max_single, and setSingle(). Referenced by SMTPwrapper::progress(). |
|
|
Definition at line 16 of file sendmailprogress.h. Referenced by setCurrentMails(), and setMails(). |
|
|
Definition at line 16 of file sendmailprogress.h. Referenced by setSingle(), and setSingleMail(). |
|
|
Definition at line 16 of file sendmailprogress.h. Referenced by setMails(), and setMaxMails(). |
|
|
Definition at line 16 of file sendmailprogress.h. Referenced by setSingle(), and setSingleMail(). |
1.4.2