akonadi
#include <noteutils.h>
Public Member Functions | |
| Attachment (const QUrl &url, const QString &mimetype) | |
| Attachment (const QByteArray &data, const QString &mimetype) | |
| Attachment (const Attachment &) | |
| QByteArray | data () const |
| QString | label () const |
| QString | mimetype () const |
| void | operator= (const Attachment &) |
| bool | operator== (const Attachment &) const |
| void | setLabel (const QString &label) |
| QUrl | url () const |
Detailed Description
Constructor & Destructor Documentation
§ Attachment() [1/2]
| Akonadi::NoteUtils::Attachment::Attachment | ( | const QUrl & | url, |
| const QString & | mimetype | ||
| ) |
Create an attachment referencing a url only.
Definition at line 76 of file noteutils.cpp.
§ Attachment() [2/2]
| Akonadi::NoteUtils::Attachment::Attachment | ( | const QByteArray & | data, |
| const QString & | mimetype | ||
| ) |
Create an attachment with the content stored inline.
Definition at line 81 of file noteutils.cpp.
Member Function Documentation
§ data()
| QByteArray Akonadi::NoteUtils::Attachment::data | ( | ) | const |
Returns the date for inline attachments.
Definition at line 121 of file noteutils.cpp.
§ label()
| QString Akonadi::NoteUtils::Attachment::label | ( | ) | const |
Returns the label of the attachment.
Definition at line 139 of file noteutils.cpp.
§ mimetype()
| QString Akonadi::NoteUtils::Attachment::mimetype | ( | ) | const |
Returns the mimetype.
Definition at line 127 of file noteutils.cpp.
§ setLabel()
| void Akonadi::NoteUtils::Attachment::setLabel | ( | const QString & | label | ) |
Sets the label to be presented to the user.
Definition at line 133 of file noteutils.cpp.
§ url()
| QUrl Akonadi::NoteUtils::Attachment::url | ( | ) | const |
Returns the url for url-only attachments.
Definition at line 115 of file noteutils.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2016 The KDE developers.
Generated on Thu Oct 27 2016 11:14:33 by doxygen 1.8.12 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.