akonadi
messagestatus.cpp
QSet< QByteArray > statusFlags() const
Get the status as a whole e.g.
Definition: messagestatus.cpp:573
static const MessageStatus statusImportant()
Return a predefined status initialized as Important as is useful e.g.
Definition: messagestatus.cpp:735
const AKONADI_KMIME_EXPORT char * Forwarded
The flag for a message being marked as forwarded.
Definition: messageflags.cpp:37
const AKONADI_KMIME_EXPORT char * Answered
The flag for a message being replied to by the user.
Definition: messageflags.cpp:29
const AKONADI_KMIME_EXPORT char * Queued
The flag for a message being marked as queued.
Definition: messageflags.cpp:35
void setForwarded(bool forwarded=true)
Set the status for forwarded.
Definition: messagestatus.cpp:331
static const MessageStatus statusToAct()
Return a predefined status initialized as Action Item as is useful e.g.
Definition: messagestatus.cpp:756
const AKONADI_KMIME_EXPORT char * ToAct
The flag for a message being marked as action item to act on.
Definition: messageflags.cpp:38
static const MessageStatus statusWatched()
Return a predefined status initialized as Watched as is useful e.g.
Definition: messagestatus.cpp:742
const AKONADI_KMIME_EXPORT char * HasAttachment
The flag for a message being marked as having an attachment.
Definition: messageflags.cpp:32
static const MessageStatus statusSpam()
Return a predefined status initialized as Spam as is useful e.g.
Definition: messagestatus.cpp:763
static const MessageStatus statusUnread()
Return a special status that expresses Unread.
Definition: messagestatus.cpp:686
const AKONADI_KMIME_EXPORT char * Signed
The flag for a message being marked as signed.
Definition: messageflags.cpp:41
static const MessageStatus statusQueued()
Return a predefined status initialized as Queued as is useful e.g.
Definition: messagestatus.cpp:721
static const MessageStatus statusHasInvitation()
Return a predefined status initialized as Invitation as is useful e.g.
Definition: messagestatus.cpp:784
static const MessageStatus statusHasError()
Return a predefined status initialized as Error as is useful e.g.
Definition: messagestatus.cpp:805
void setStatusFromFlags(const QSet< QByteArray > &flags)
Set the status as a whole e.g.
Definition: messagestatus.cpp:638
bool operator==(const MessageStatus &other) const
Compare the status with that from another instance.
Definition: messagestatus.cpp:70
const AKONADI_KMIME_EXPORT char * HasInvitation
The flag for a message being marked as having an invitation.
Definition: messageflags.cpp:33
void setHasAttachment(bool hasAttachment=true)
Set the status for an attachment.
Definition: messagestatus.cpp:419
const AKONADI_KMIME_EXPORT char * Ignored
The flag for a message being marked as ignored.
Definition: messageflags.cpp:40
const AKONADI_KMIME_EXPORT char * Spam
The flag for a message being marked as spam.
Definition: messageflags.cpp:43
static const MessageStatus statusForwarded()
Return a predefined status initialized as Forwarded as is useful e.g.
Definition: messagestatus.cpp:714
const AKONADI_KMIME_EXPORT char * HasError
The flag for a message being marked with an error.
Definition: messageflags.cpp:31
void setHasInvitation(bool hasInvitation=true)
Set the status for an invitation.
Definition: messagestatus.cpp:428
const AKONADI_KMIME_EXPORT char * Watched
The flag for a message being marked as watched.
Definition: messageflags.cpp:39
void setStatusFromStr(const QString &aStr)
Set the status based on a string representation.
Definition: messagestatus.cpp:522
static const MessageStatus statusSigned()
Return a predefined status initialized as Signed as is useful e.g.
Definition: messagestatus.cpp:791
void set(const MessageStatus &other)
Set / add stati described by another MessageStatus object.
Definition: messagestatus.cpp:98
bool operator&(const MessageStatus &other) const
Check, if some of the flags in the status match with those flags from another instance.
Definition: messagestatus.cpp:80
static const MessageStatus statusIgnored()
Return a predefined status initialized as Ignored as is useful e.g.
Definition: messagestatus.cpp:749
void toggle(const MessageStatus &other)
Toggle one or more stati described by another MessageStatus object.
Definition: messagestatus.cpp:159
const AKONADI_KMIME_EXPORT char * Replied
The flag for a message being marked as replied.
Definition: messageflags.cpp:36
QString statusStr() const
Convert the status to a string representation.
Definition: messagestatus.cpp:474
MessageStatus & operator=(const MessageStatus &other)
Assign the status from another instance.
Definition: messagestatus.cpp:64
const AKONADI_KMIME_EXPORT char * Sent
The flag for a message being marked as sent.
Definition: messageflags.cpp:34
static const MessageStatus statusReplied()
Return a predefined status initialized as Replied as is useful e.g.
Definition: messagestatus.cpp:707
const AKONADI_KMIME_EXPORT char * Deleted
The flag for a message being deleted by the user.
Definition: messageflags.cpp:28
static const MessageStatus statusRead()
Return a predefined status initialized as Read as is useful e.g.
Definition: messagestatus.cpp:693
const AKONADI_KMIME_EXPORT char * Flagged
The flag for a message being marked as flagged.
Definition: messageflags.cpp:30
static const MessageStatus statusHam()
Return a predefined status initialized as Ham as is useful e.g.
Definition: messagestatus.cpp:770
static const MessageStatus statusHasAttachment()
Return a predefined status initialized as Attachment as is useful e.g.
Definition: messagestatus.cpp:777
bool operator!=(const MessageStatus &other) const
Compare the status with that from another instance.
Definition: messagestatus.cpp:75
static const MessageStatus statusDeleted()
Return a predefined status initialized as Deleted as is useful e.g.
Definition: messagestatus.cpp:700
const AKONADI_KMIME_EXPORT char * Seen
The flag for a message being seen (i.e.
Definition: messageflags.cpp:27
const AKONADI_KMIME_EXPORT char * Encrypted
The flag for a message being marked as encrypted.
Definition: messageflags.cpp:42
static const MessageStatus statusEncrypted()
Return a predefined status initialized as Encrypted as is useful e.g.
Definition: messagestatus.cpp:798
static const MessageStatus statusSent()
Return a predefined status initialized as Sent as is useful e.g.
Definition: messagestatus.cpp:728
const AKONADI_KMIME_EXPORT char * Ham
The flag for a message being marked as ham.
Definition: messageflags.cpp:44
void setImportant(bool important=true)
Set the status for important.
Definition: messagestatus.cpp:359
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Wed Jan 29 2020 00:00:00 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Wed Jan 29 2020 00:00:00 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.