KCal Library
Go to the documentation of this file.
29 #ifndef KCAL_ATTACHMENT_H
30 #define KCAL_ATTACHMENT_H
33 #include "kcal_export.h"
35 #include <QtCore/QString>
71 explicit Attachment(
const QString &uri,
const QString &mime = QString() );
80 explicit Attachment(
const char *base64,
const QString &mime = QString() );
101 void setUri(
const QString &uri );
122 bool isBinary()
const;
131 void setData(
const char *base64 );
148 void setDecodedData(
const QByteArray &data );
156 QByteArray &decodedData()
const;
172 void setMimeType(
const QString &mime );
179 QString mimeType()
const;
190 void setShowInline(
bool showinline );
197 bool showInline()
const;
207 void setLabel(
const QString &label );
212 QString label()
const;
223 void setLocal(
bool local );
228 bool isLocal()
const;
234 bool operator==(
const Attachment &a2 )
const;
240 bool operator!=(
const Attachment &a2 )
const;
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jul 13 2013 01:29:13 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.