mailcommon
Public Types |
Public Member Functions |
Static Public Member Functions |
Public Attributes |
List of all members
MailCommon::Tag Class Reference
#include <tag.h>
Public Types | |
typedef QSharedPointer< Tag > | Ptr |
enum | SaveFlag { TextColor = 1, BackgroundColor = 1 << 1, Font = 1 << 2 } |
typedef QFlags< SaveFlag > | SaveFlags |
Public Member Functions | |
qint64 | id () const |
QString | name () const |
bool | operator!= (const Tag &other) const |
bool | operator== (const Tag &other) const |
Akonadi::Tag | saveToAkonadi (SaveFlags saveFlags) const |
Akonadi::Tag | tag () const |
Static Public Member Functions | |
static bool | compare (Ptr &tag1, Ptr &tag2) |
static bool | compareName (Ptr &tag1, Ptr &tag2) |
static Ptr | createDefaultTag (const QString &name) |
static Ptr | fromAkonadi (const Akonadi::Tag &tag) |
Public Attributes | |
QColor | backgroundColor |
QString | iconName |
bool | inToolbar |
bool | isImmutable |
int | priority |
KShortcut | shortcut |
QString | tagName |
QColor | textColor |
QFont | textFont |
Detailed Description
Member Typedef Documentation
Member Enumeration Documentation
Member Function Documentation
Akonadi::Tag Tag::saveToAkonadi | ( | Tag::SaveFlags | saveFlags | ) | const |
Member Data Documentation
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:31:41 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:31:41 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.