akonadi
22 #ifndef AKONADI_KMIME_MESSAGESTATUS_H
23 #define AKONADI_KMIME_MESSAGESTATUS_H
25 #include <QtCore/QSet>
27 #include "akonadi-kmime_export.h"
101 bool isOfUnknownStatus()
const;
111 bool isDeleted()
const;
116 bool isReplied()
const;
121 bool isForwarded()
const;
126 bool isQueued()
const;
136 bool isImportant()
const;
141 bool isWatched()
const;
146 bool isIgnored()
const;
151 bool isToAct()
const;
166 bool hasAttachment()
const;
171 bool hasInvitation()
const;
176 bool isSigned()
const;
181 bool isEncrypted()
const;
186 bool hasError()
const;
191 void setRead(
bool read =
true );
196 void setDeleted(
bool deleted =
true );
201 void setReplied(
bool replied =
true );
206 void setForwarded(
bool forwarded =
true );
211 void setQueued(
bool queued =
true );
216 void setSent(
bool sent =
true );
221 void setImportant(
bool important =
true );
226 void setWatched(
bool watched =
true );
231 void setIgnored(
bool ignored =
true );
236 void setToAct(
bool toAct =
true );
241 void setSpam(
bool spam =
true );
246 void setHam(
bool ham =
true );
251 void setHasAttachment(
bool hasAttachment =
true );
256 void setHasInvitation(
bool hasInvitation =
true );
261 void setSigned(
bool value =
true );
266 void setEncrypted(
bool value =
true );
271 void setHasError(
bool value =
true );
280 qint32 toQInt32()
const;
287 void fromQInt32( qint32 status );
295 QString statusStr()
const;
304 void setStatusFromStr(
const QString &aStr );
309 QSet<QByteArray> statusFlags()
const;
314 void setStatusFromFlags(
const QSet<QByteArray> &flags );
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jul 13 2013 01:27:39 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.