akonadi
contactsearchjob.cpp
The result must contain the pattern (case insensitive).
Definition: contactsearchjob.h:115
Item::List items() const
Returns the items that matched the search query.
Definition: itemsearchjob.cpp:271
void setLimit(int limit)
Sets a limit on how many results will be returned by this search job.
Definition: contactsearchjob.cpp:94
void fetchFullPayload(bool fetch=true)
Sets whether the full payload shall be fetched.
Definition: itemfetchscope.cpp:70
void addTerm(const QString &key, const QVariant &value, SearchTerm::Condition condition=SearchTerm::CondEqual)
Adds a new term.
Definition: searchquery.cpp:255
The name or email address of the contact.
Definition: contactsearchjob.h:103
ContactSearchJob(QObject *parent=0)
Creates a new contact search job.
Definition: contactsearchjob.cpp:35
The result must start with the pattern (case insensitive).
Definition: contactsearchjob.h:114
KABC::Addressee::List contacts() const
Returns the contacts that matched the search criteria.
Definition: contactsearchjob.cpp:99
The email address of the contact.
Definition: contactsearchjob.h:101
A query that can be passed to ItemSearchJob or others.
Definition: searchquery.h:128
void setQuery(Criterion criterion, const QString &value)
Sets the criterion and value for the search.
Definition: contactsearchjob.cpp:54
void AKONADI_DEPRECATED setQuery(const QString &query)
Sets the search query in Akonadi search metalanguage format (JSON)
Definition: itemsearchjob.cpp:138
The global unique identifier of the contact.
Definition: contactsearchjob.h:104
void setMimeTypes(const QStringList &mimeTypes)
Search only for items of given mime types.
Definition: itemsearchjob.cpp:178
Job that searches for items in the Akonadi storage.
Definition: itemsearchjob.h:67
The result must contain a word starting with the pattern (case insensitive).
Definition: contactsearchjob.h:116
The result must match exactly the pattern (case sensitive).
Definition: contactsearchjob.h:113
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:38:02 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:38:02 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.