#include </home/clem/local/src/opie/noncore/unsupported/mail2/mailtable.h>
Inheritance diagram for MailTable:


Public Slots | |
| void | stop () |
| void | setFolder (Folder folder) |
Signals | |
| void | totalSteps (int steps) |
| void | progress (int progress) |
| void | resetProgress () |
| void | mailClicked (IMAPResponseFETCH mail, IMAPHandler *handler) |
| void | status (const QString &text) |
| void | stopEnabled (bool stop) |
Public Member Functions | |
| MailTable (QWidget *parent=0, const char *name=0, WFlags fl=0) | |
| void | addMail (Mail &mail) |
| void | setHeaders (QValueList< IMAPResponseFETCH > response) |
Protected Slots | |
| void | itemClicked (QListViewItem *) |
| void | slotIMAPSelect (IMAPResponse &response) |
| void | slotIMAPFetch (IMAPResponse &response) |
Static Protected Attributes | |
| static const int | MENU_COPY = 0 |
| static const int | MENU_MARK_READ = 0 |
| static const int | MENU_MARK_UNREAD = 1 |
| static const int | MENU_MARK_MARKED = 2 |
| static const int | MENU_MARK_UNMARKED = 3 |
| static const int | MENU_MARK = 1 |
| static const int | MENU_DELETE = 2 |
Private Attributes | |
| QWidget * | _parent |
| IMAPHandler * | _handler |
| int | _downloadSteps |
| int | _lastStep |
| int | _currentProgress |
| bool | _stopped |
|
||||||||||||||||
|
Definition at line 50 of file mailtable.cpp. References _stopped, itemClicked(), MENU_COPY, MENU_DELETE, MENU_MARK, MENU_MARK_MARKED, MENU_MARK_READ, MENU_MARK_UNMARKED, MENU_MARK_UNREAD, ListViewPlus::setPopup(), and tr. |
|
|
|
|
|
Definition at line 165 of file mailtable.cpp. References _handler, mailClicked(), and NULL. Referenced by MailTable(). |
|
||||||||||||
|
Referenced by itemClicked(). |
|
|
Referenced by slotIMAPFetch(), and slotIMAPSelect(). |
|
|
Referenced by slotIMAPFetch(). |
|
|
Definition at line 80 of file mailtable.cpp. References _handler, Folder::fullName(), slotIMAPSelect(), and Folder::topFolder(). |
|
|
Definition at line 87 of file mailtable.cpp. References QValueList< T >::begin(), and QValueList< T >::end(). |
|
|
Definition at line 127 of file mailtable.cpp. References _currentProgress, _downloadSteps, _lastStep, _stopped, QValueList< T >::begin(), QValueList< T >::end(), IMAPResponse::FETCH(), IMAPResponse::imapHandler(), IMAPResponseEnums::OK, progress(), resetProgress(), status(), IMAPResponse::statusResponse(), stopEnabled(), and tr. Referenced by slotIMAPSelect(). |
|
|
Definition at line 96 of file mailtable.cpp. References _currentProgress, _downloadSteps, _lastStep, IMAPResponse::EXISTS(), IMAPResponse::imapHandler(), IMAPResponseEnums::OK, progress(), slotIMAPFetch(), status(), IMAPResponse::statusResponse(), stopEnabled(), QString::toInt(), totalSteps(), tr, and warning(). Referenced by setFolder(). |
|
|
Referenced by slotIMAPFetch(), and slotIMAPSelect(). |
|
|
Definition at line 86 of file mailtable.h. References _stopped. |
|
|
Referenced by slotIMAPFetch(), and slotIMAPSelect(). |
|
|
Referenced by slotIMAPSelect(). |
|
|
Definition at line 115 of file mailtable.h. Referenced by slotIMAPFetch(), and slotIMAPSelect(). |
|
|
Definition at line 115 of file mailtable.h. Referenced by slotIMAPFetch(), and slotIMAPSelect(). |
|
|
Definition at line 114 of file mailtable.h. Referenced by itemClicked(), and setFolder(). |
|
|
Definition at line 115 of file mailtable.h. Referenced by slotIMAPFetch(), and slotIMAPSelect(). |
|
|
Definition at line 113 of file mailtable.h. |
|
|
Definition at line 116 of file mailtable.h. Referenced by MailTable(), slotIMAPFetch(), and stop(). |
|
|
Definition at line 98 of file mailtable.h. Referenced by MailTable(). |
|
|
Definition at line 104 of file mailtable.h. Referenced by MailTable(). |
|
|
Definition at line 103 of file mailtable.h. Referenced by MailTable(). |
|
|
Definition at line 101 of file mailtable.h. Referenced by MailTable(). |
|
|
Definition at line 99 of file mailtable.h. Referenced by MailTable(). |
|
|
Definition at line 102 of file mailtable.h. Referenced by MailTable(). |
|
|
Definition at line 100 of file mailtable.h. Referenced by MailTable(). |
1.4.2