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.
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-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:38:05 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.