KCal::Attachment Class Reference
This class represents information related to an attachment. More...
#include <attachment.h>
Collaboration diagram for KCal::Attachment:

Public Types | |
| typedef ListBase< Attachment > | List |
Public Member Functions | |
| Attachment (const Attachment &attachment) | |
| Attachment (const QString &uri, const QString &mime=QString::null) | |
| Attachment (const char *base64, const QString &mime=QString::null) | |
| bool | isUri () const |
| QString | uri () const |
| void | setUri (const QString &uri) |
| bool | isBinary () const |
| char * | data () const |
| void | setData (const char *base64) |
| QString | mimeType () const |
| void | setMimeType (const QString &mime) |
Detailed Description
This class represents information related to an attachment.
Definition at line 33 of file attachment.h.
Constructor & Destructor Documentation
|
|
Create a Reference to some URI by copying an existing Attachment.
Definition at line 26 of file attachment.cpp. |
|
||||||||||||
|
Create a Reference to some URI.
Definition at line 33 of file attachment.cpp. |
|
||||||||||||
|
Create a binary attachment.
Definition at line 40 of file attachment.cpp. |
The documentation for this class was generated from the following files:
