Akonadi::Search::PIM::ContactQuery
Akonadi::Search::PIM::ContactQuery Class Reference
#include <contactquery.h>
Inheritance diagram for Akonadi::Search::PIM::ContactQuery:

Public Types | |
enum | MatchCriteria { ExactMatch, StartsWithMatch } |
Public Member Functions | |
ResultIterator | exec () override |
int | limit () const |
void | match (const QString &str) |
MatchCriteria | matchCriteria () const |
void | matchEmail (const QString &email) |
void | matchName (const QString &name) |
void | matchNickname (const QString &nick) |
void | matchUID (const QString &uid) |
void | setLimit (int limit) |
void | setMatchCriteria (MatchCriteria m) |
Additional Inherited Members | |
![]() | |
static QString | defaultLocation (const QString &dbName) |
static Query * | fromJSON (const QByteArray &json) |
Detailed Description
Query for a list of contacts matching a criteria.
Definition at line 29 of file contactquery.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Sep 26 2023 04:08:51 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Sep 26 2023 04:08:51 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.