akonadi
#include <tag.h>
|
static Tag | fromUrl (const KUrl &url) |
|
|
static const char * | PLAIN = "PLAIN" |
|
An Akonadi Tag.
Definition at line 43 of file tag.h.
Tag::Tag |
( |
const QString & |
name | ) |
|
|
explicit |
Creates a PLAIN tag.
Definition at line 56 of file tag.cpp.
Tag::Id Tag::id |
( |
| ) |
const |
Returns the unique identifier of the tag.
Definition at line 131 of file tag.cpp.
bool Tag::isImmutable |
( |
| ) |
const |
Returns true if the tag is immutable (cannot be modified after creation).
Note that the immutability does not affect the attributes.
Definition at line 201 of file tag.cpp.
void Tag::setId |
( |
Tag::Id |
identifier | ) |
|
Sets the unique identifier
of the tag.
Definition at line 126 of file tag.cpp.
Returns the url of the tag.
Definition at line 118 of file tag.cpp.
const char * Akonadi::Tag::PLAIN = "PLAIN" |
|
static |
The PLAIN type has the following properties:
- gid == displayName
- immutable
- no hierarchy (no parent)
PLAIN tags are general purpose tags that are easy to map by backends.
Definition at line 57 of file tag.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2017 The KDE developers.
Generated on Mon Mar 6 2017 15:04:43 by
doxygen 1.8.11 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.