Akonadi Contacts
contactgroupsearchjob.h
39 * Akonadi::ContactGroupSearchJob *searchJob = qobject_cast<Akonadi::ContactGroupSearchJob*>( job );
Match
Describes the type of pattern matching that shall be used.
Definition contactgroupsearchjob.h:78
@ ExactMatch
The result must match exactly the pattern (case sensitive).
Definition contactgroupsearchjob.h:79
@ ContainsMatch
The result must contain the pattern (case insensitive).
Definition contactgroupsearchjob.h:81
@ StartsWithMatch
The result must start with the pattern (case insensitive).
Definition contactgroupsearchjob.h:80
~ContactGroupSearchJob() override
Destroys the contact group search job.
ContactGroupSearchJob(QObject *parent=nullptr)
Creates a new contact group search job.
Definition contactgroupsearchjob.cpp:23
ItemSearchJob(const SearchQuery &query, QObject *parent=nullptr)
QList< ContactGroup > List
A widget for editing the display name of a contact.
Q_OBJECTQ_OBJECT
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:55:33 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:55:33 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.