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 | |
bool | operator!= (const Tag &other) const |
bool | operator== (const Tag &other) const |
void | saveToNepomuk (SaveFlags saveFlags) const |
Static Public Member Functions | |
static bool | compare (Ptr &tag1, Ptr &tag2) |
static bool | compareName (Ptr &tag1, Ptr &tag2) |
static Ptr | fromNepomuk (const Nepomuk2::Tag &nepomukTag) |
Public Attributes | |
QColor | backgroundColor |
QString | iconName |
bool | inToolbar |
QUrl | nepomukResourceUri |
int | priority |
KShortcut | shortcut |
QString | tagName |
bool | tagStatus |
QColor | textColor |
QFont | textFont |
Detailed Description
Member Typedef Documentation
typedef QSharedPointer<Tag> MailCommon::Tag::Ptr |
typedef QFlags<SaveFlag> MailCommon::Tag::SaveFlags |
Member Enumeration Documentation
Member Function Documentation
|
static |
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-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:15 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:15 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.