• Skip to content
  • Skip to link menu
  • KDE API Reference
  • kdepimlibs-4.14.10 API Reference
  • KDE Home
  • Contact Us
 

akonadi

  • akonadi
  • contact
contactgroupsearchjob.h
1/*
2 This file is part of Akonadi Contact.
3
4 Copyright (c) 2009 Tobias Koenig <tokoe@kde.org>
5
6 This library is free software; you can redistribute it and/or modify it
7 under the terms of the GNU Library General Public License as published by
8 the Free Software Foundation; either version 2 of the License, or (at your
9 option) any later version.
10
11 This library is distributed in the hope that it will be useful, but WITHOUT
12 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13 FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
14 License for more details.
15
16 You should have received a copy of the GNU Library General Public License
17 along with this library; see the file COPYING.LIB. If not, write to the
18 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
19 02110-1301, USA.
20*/
21
22#ifndef AKONADI_CONTACTGROUPSEARCHJOB_H
23#define AKONADI_CONTACTGROUPSEARCHJOB_H
24
25#include "akonadi-contact_export.h"
26
27#include <akonadi/item.h>
28#include <akonadi/itemsearchjob.h>
29#include <kabc/contactgroup.h>
30
31namespace Akonadi {
32
59class AKONADI_CONTACT_EXPORT ContactGroupSearchJob : public ItemSearchJob
60{
61 Q_OBJECT
62
63 public:
69 explicit ContactGroupSearchJob( QObject *parent = 0 );
70
74 ~ContactGroupSearchJob();
75
79 enum Criterion {
80 Name
81 };
82
88 enum Match {
89 ExactMatch,
90 StartsWithMatch,
91 ContainsMatch
92 };
93
97 void setQuery( Criterion criterion, const QString &value );
98
106 void setQuery( Criterion criterion, const QString &value, Match match );
107
119 void setLimit( int limit );
120
124 KABC::ContactGroup::List contactGroups() const;
125
126 private:
127 //@cond PRIVATE
128 class Private;
129 Private* const d;
130 //@endcond
131};
132
133}
134
135#endif
Akonadi::ContactGroupSearchJob
Job that searches for contact groups in the Akonadi storage.
Definition: contactgroupsearchjob.h:60
Akonadi::ContactGroupSearchJob::Match
Match
Describes the type of pattern matching that shall be used.
Definition: contactgroupsearchjob.h:88
Akonadi::ContactGroupSearchJob::ExactMatch
@ ExactMatch
The result must match exactly the pattern (case sensitive).
Definition: contactgroupsearchjob.h:89
Akonadi::ContactGroupSearchJob::StartsWithMatch
@ StartsWithMatch
The result must start with the pattern (case insensitive).
Definition: contactgroupsearchjob.h:90
Akonadi::ContactGroupSearchJob::Criterion
Criterion
Describes the criteria that can be searched for.
Definition: contactgroupsearchjob.h:79
Akonadi::ItemSearchJob
Job that searches for items in the Akonadi storage.
Definition: itemsearchjob.h:68
Akonadi
FreeBusyManager::Singleton.
Definition: actionstatemanager_p.h:28
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by doxygen 1.9.5 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

akonadi

Skip menu "akonadi"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • Modules
  • Related Pages

kdepimlibs-4.14.10 API Reference

Skip menu "kdepimlibs-4.14.10 API Reference"
  • akonadi
  •   contact
  •   kmime
  •   socialutils
  • kabc
  • kalarmcal
  • kblog
  • kcal
  • kcalcore
  • kcalutils
  • kholidays
  • kimap
  • kioslave
  •   imap4
  •   mbox
  •   nntp
  • kldap
  • kmbox
  • kmime
  • kontactinterface
  • kpimidentities
  • kpimtextedit
  • kpimutils
  • kresources
  • ktnef
  • kxmlrpcclient
  • mailtransport
  • microblog
  • qgpgme
  • syndication
  •   atom
  •   rdf
  •   rss2
Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal