#include </home/clem/local/src/opie/noncore/net/mail/libmailwrapper/mailwrapper.h>
Collaboration diagram for Attachment:

Public Member Functions | |
| Attachment (DocLnk lnk) | |
| virtual | ~Attachment () |
| const QString | getFileName () const |
| const QString | getName () const |
| const QString | getMimeType () const |
| const QPixmap | getPixmap () const |
| const int | getSize () const |
| DocLnk | getDocLnk () |
| void | setFileName (QString fileName) |
| void | setNewName (QString newName) |
| void | setDescription (QString description) |
| void | setDocLnk (DocLnk docLnk) |
| QString | fileName () |
| QString | newName () |
| QString | description () |
| DocLnk | docLnk () |
Protected Attributes | |
| DocLnk | doc |
| int | size |
| QString | _fileName |
| QString | _newName |
| QString | _description |
| DocLnk | _docLnk |
|
|
Definition at line 25 of file mailwrapper.cpp. References doc, AppLnk::file(), and size. |
|
|
Definition at line 17 of file mailwrapper.h. |
|
|
Definition at line 20 of file mailfactory.h. References _description. Referenced by AttachViewItem::AttachViewItem(), and Composer::slotQueueMail(). |
|
|
Definition at line 21 of file mailfactory.h. References _docLnk. Referenced by AttachViewItem::AttachViewItem(), and Composer::slotQueueMail(). |
|
|
Definition at line 18 of file mailfactory.h. References _fileName. Referenced by AttachViewItem::AttachViewItem(), and Composer::slotQueueMail(). |
|
|
Definition at line 23 of file mailwrapper.h. References doc. Referenced by AttachViewItem::AttachViewItem(). |
|
|
Definition at line 18 of file mailwrapper.h. References doc, and AppLnk::file(). Referenced by Generatemail::addFileParts(), and AttachViewItem::AttachViewItem(). |
|
|
Definition at line 20 of file mailwrapper.h. References doc, and AppLnk::type(). Referenced by Generatemail::addFileParts(), and AttachViewItem::AttachViewItem(). |
|
|
Definition at line 19 of file mailwrapper.h. References doc, and AppLnk::name(). Referenced by AttachViewItem::AttachViewItem(). |
|
|
Definition at line 21 of file mailwrapper.h. References doc, and AppLnk::pixmap(). |
|
|
Definition at line 22 of file mailwrapper.h. References size. Referenced by AttachViewItem::AttachViewItem(). |
|
|
Definition at line 19 of file mailfactory.h. References _newName. Referenced by AttachViewItem::AttachViewItem(), and Composer::slotQueueMail(). |
|
|
Definition at line 15 of file mailfactory.h. References _description. Referenced by Composer::slotSendQueued(). |
|
|
Definition at line 16 of file mailfactory.h. References _docLnk. Referenced by Composer::slotAddAttach(), and Composer::slotSendQueued(). |
|
|
Definition at line 13 of file mailfactory.h. References _fileName. Referenced by Composer::slotAddAttach(), and Composer::slotSendQueued(). |
|
|
Definition at line 14 of file mailfactory.h. References _newName. Referenced by Composer::slotAddAttach(), and Composer::slotSendQueued(). |
|
|
Definition at line 24 of file mailfactory.h. Referenced by description(), and setDescription(). |
|
|
Definition at line 25 of file mailfactory.h. Referenced by docLnk(), and setDocLnk(). |
|
|
Definition at line 24 of file mailfactory.h. Referenced by fileName(), and setFileName(). |
|
|
Definition at line 24 of file mailfactory.h. Referenced by newName(), and setNewName(). |
|
|
Definition at line 26 of file mailwrapper.h. Referenced by Attachment(), getDocLnk(), getFileName(), getMimeType(), getName(), and getPixmap(). |
|
|
Definition at line 27 of file mailwrapper.h. Referenced by Attachment(), and getSize(). |
1.4.2