akonadi
recentcontactscollections.cpp
Akonadi::Collection collection(const AgentInstance &instance) const
Returns the recent contacts collection in the given agent instance, or an invalid collection if such ...
Definition: recentcontactscollections.cpp:80
bool registerCollection(const QByteArray &type, const Akonadi::Collection &collection)
Registers the given collection as a special collection with the given type.
Definition: specialcollections.cpp:216
bool hasCollection(const QByteArray &type, const AgentInstance &instance) const
Returns whether the given agent instance has a special collection of the given type.
Definition: specialcollections.cpp:196
bool registerCollection(const Akonadi::Collection &collection)
Registers the given collection as a recent contacts collection.
Definition: recentcontactscollections.cpp:85
bool hasDefaultCollection(const QByteArray &type) const
Returns whether the default resource has a special collection of the given type.
Definition: specialcollections.cpp:244
bool hasCollection(const AgentInstance &instance) const
Returns whether the given agent instance has a recent contacts collection.
Definition: recentcontactscollections.cpp:75
bool hasDefaultCollection() const
Returns whether the default resource has a recent contacts collection.
Definition: recentcontactscollections.cpp:90
Akonadi::Collection defaultCollection(const QByteArray &type) const
Returns the special collection of given type in the default resource, or an invalid collection if suc...
Definition: specialcollections.cpp:249
static RecentContactsCollections * self()
Returns the global RecentContactsCollections instance.
Definition: recentcontactscollections.cpp:70
Akonadi::Collection collection(const QByteArray &type, const AgentInstance &instance) const
Returns the special collection of the given type in the given agent instance, or an invalid collectio...
Definition: specialcollections.cpp:201
Akonadi::Collection defaultCollection() const
Returns the recent contacts collection in the default resource, or an invalid collection if such a co...
Definition: recentcontactscollections.cpp:95
static QString addNamespace(const QString &string)
Adds the multi-instance namespace to string if required (with '_' as separator).
Definition: servermanager.cpp:321
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Nov 26 2013 09:03:18 by doxygen 1.8.5 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Nov 26 2013 09:03:18 by doxygen 1.8.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.