akonadi
#include <gidextractor_p.h>
Static Public Member Functions | |
static QString | extractGid (const Item &item) |
static QString | getGid (const Item &item) |
Detailed Description
Extracts the GID of an object contained in an akonadi item using a plugin that implements the GidExtractorInterface.
Definition at line 33 of file gidextractor_p.h.
Member Function Documentation
|
static |
Extracts the GID from item
.
using an extractor plugin.
Definition at line 27 of file gidextractor.cpp.
|
static |
Extracts the gid from item
.
If the item has a GID set, that GID will be returned. If the item has no GID set, and the item has a payload, the GID is extracted using extractGid(). If the item has no GID set and no payload, a default constructed QString is returned.
Definition at line 39 of file gidextractor.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:00:29 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.