#include </home/clem/local/src/opie/noncore/net/mail/accountview.h>
Collaboration diagram for AccountView:

Public Slots | |
| virtual void | refreshAll () |
| virtual void | refresh (QListViewItem *item) |
| virtual void | refreshCurrent () |
| virtual void | slotContextMenu (int id) |
| virtual void | readSettings () |
| void | setupFolderselect (Selectstore *sels) |
Signals | |
| void | refreshMailview (const QValueList< RecMailP > &) |
| void | serverSelected (int) |
| void | refreshMenues (int) |
Public Member Functions | |
| AccountView (QWidget *parent=0, const char *name=0, WFlags flags=0) | |
| virtual | ~AccountView () |
| virtual void | populate (QList< Account > list) |
| virtual RecBodyP | fetchBody (const Opie::Core::OSmartPointer< RecMail > &aMail) |
| virtual void | downloadMails (const Opie::Core::OSmartPointer< Folder > &fromFolder, AbstractMail *fromWrapper) |
| virtual bool | currentisDraft () |
| QMap< int, QString > | currentServerMenu () const |
| QMap< int, QString > | currentFolderMenu () const |
Protected Slots | |
| virtual void | slotRightButton (int, QListViewItem *, const QPoint &, int) |
| virtual void | slotLeftButton (int, QListViewItem *, const QPoint &, int) |
| virtual void | slotMouseButton (int, QListViewItem *, const QPoint &, int) |
| virtual void | slotMouseClicked (QListViewItem *) |
| virtual void | slotSelectionChanged (QListViewItem *) |
Protected Attributes | |
| QListViewItem * | m_currentItem |
| QValueList< IMAPviewItem * > | imapAccounts |
| QValueList< MHviewItem * > | mhAccounts |
| bool | m_rightPressed:1 |
| bool | m_clickopens:1 |
|
||||||||||||||||
|
Definition at line 21 of file accountview.cpp. References m_currentItem, m_rightPressed, readSettings(), slotMouseButton(), slotMouseClicked(), and slotSelectionChanged(). |
|
|
Definition at line 38 of file accountview.cpp. References QValueList< T >::clear(), imapAccounts, and mhAccounts. |
|
|
Definition at line 70 of file accountview.cpp. References AccountViewItem::folderMenu(). Referenced by OpieMail::refreshMenu(). |
|
|
Definition at line 236 of file accountview.cpp. References AccountViewItem::isDraftfolder(). Referenced by OpieMail::mailHold(), and OpieMail::mailLeftClicked(). |
|
|
Definition at line 61 of file accountview.cpp. References AccountViewItem::serverMenu(). Referenced by OpieMail::refreshMenu(). |
|
||||||||||||
|
Referenced by MHfolderItem::downloadMails(), MHviewItem::downloadMails(), IMAPfolderItem::downloadMails(), NNTPfolderItem::downloadMails(), and POP3folderItem::downloadMails(). |
|
|
Referenced by OpieMail::displayMail(). |
|
|
Definition at line 125 of file accountview.cpp. References MAILLIB::A_IMAP, MAILLIB::A_MH, MAILLIB::A_NNTP, MAILLIB::A_POP3, QValueList< T >::append(), QValueList< T >::clear(), AbstractMail::defaultLocalfolder(), Account::getAccountName(), Account::getType(), imapAccounts, mhAccounts, odebug, and oendl. Referenced by OpieMail::OpieMail(), and OpieMail::slotEditAccounts(). |
|
|
Definition at line 44 of file accountview.cpp. References m_clickopens, Config::readBoolEntry(), and Config::setGroup(). Referenced by AccountView(). |
|
|
Definition at line 154 of file accountview.cpp. References m_currentItem, odebug, oendl, AccountViewItem::refresh(), and refreshMailview(). Referenced by slotMouseClicked(). |
|
|
Definition at line 178 of file accountview.cpp. |
|
|
Definition at line 168 of file accountview.cpp. References m_currentItem, AccountViewItem::refresh(), and refreshMailview(). Referenced by MHfolderItem::contextMenuSelected(), MHviewItem::contextMenuSelected(), IMAPfolderItem::contextMenuSelected(), NNTPfolderItem::contextMenuSelected(), POP3folderItem::contextMenuSelected(), OpieMail::displayMail(), OpieMail::slotDeleteMail(), and OpieMail::slotMoveCopyMail(). |
|
|
Referenced by refresh(), and refreshCurrent(). |
|
|
Referenced by slotContextMenu(). |
|
|
Referenced by slotSelectionChanged(). |
|
|
Definition at line 190 of file accountview.cpp. References QValueList< T >::count(), i, imapAccounts, mhAccounts, and QPEApplication::showDialog(). Referenced by OpieMail::slotMoveCopyMail(). |
|
|
Definition at line 79 of file accountview.cpp. References AccountViewItem::contextMenuSelected(), AccountViewItem::isServer(), and refreshMenues(). Referenced by slotRightButton(). |
|
||||||||||||||||||||
|
Definition at line 102 of file accountview.cpp. References m_rightPressed. Referenced by slotMouseButton(). |
|
||||||||||||||||||||
|
Definition at line 116 of file accountview.cpp. References slotLeftButton(), and slotRightButton(). Referenced by AccountView(). |
|
|
Definition at line 107 of file accountview.cpp. References m_clickopens, m_currentItem, m_rightPressed, and refresh(). Referenced by AccountView(). |
|
||||||||||||||||||||
|
Definition at line 89 of file accountview.cpp. References AccountViewItem::getContextMenu(), m_rightPressed, pos, slotContextMenu(), Opie::MM::x, and Opie::MM::y. Referenced by slotMouseButton(). |
|
|
Definition at line 51 of file accountview.cpp. References AccountViewItem::isServer(), and serverSelected(). Referenced by AccountView(). |
|
|
Definition at line 47 of file accountview.h. Referenced by populate(), setupFolderselect(), and ~AccountView(). |
|
|
Definition at line 50 of file accountview.h. Referenced by readSettings(), and slotMouseClicked(). |
|
|
Definition at line 46 of file accountview.h. Referenced by AccountView(), refresh(), refreshCurrent(), and slotMouseClicked(). |
|
|
Definition at line 49 of file accountview.h. Referenced by AccountView(), slotLeftButton(), slotMouseClicked(), and slotRightButton(). |
|
|
Definition at line 48 of file accountview.h. Referenced by populate(), setupFolderselect(), and ~AccountView(). |
1.4.2