Akonadi Contacts
contactsearchjob.cpp
void setQuery(Criterion criterion, const QString &value, Match match=ExactMatch)
Sets the criterion and value for the search with match.
Definition contactsearchjob.cpp:52
@ ExactMatch
The result must match exactly the pattern (case sensitive).
Definition contactsearchjob.h:102
@ StartsWithMatch
The result must start with the pattern (case insensitive).
Definition contactsearchjob.h:103
@ ContainsWordBoundaryMatch
The result must contain a word starting with the pattern (case insensitive).
Definition contactsearchjob.h:105
@ ContainsMatch
The result must contain the pattern (case insensitive).
Definition contactsearchjob.h:104
ContactSearchJob(QObject *parent=nullptr)
Creates a new contact search job.
Definition contactsearchjob.cpp:22
~ContactSearchJob() override
Destroys the contact search job.
KContacts::Addressee::List contacts() const
Returns the contacts that matched the search criteria.
Definition contactsearchjob.cpp:79
void setLimit(int limit)
Sets a limit on how many results will be returned by this search job.
Definition contactsearchjob.cpp:74
void fetchFullPayload(bool fetch=true)
void setQuery(const SearchQuery &query)
ItemFetchScope & fetchScope()
void setMimeTypes(const QStringList &mimeTypes)
Item::List items() const
static QString mimeType()
AddresseeList List
A widget for editing the display name of a contact.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:36:45 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:36:45 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.