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

akonadi

  • akonadi
collectionattributessynchronizationjob.h
1/*
2 * Copyright (c) 2009 Volker Krause <vkrause@kde.org>
3 *
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2.1 of the License, or (at your option) any later version.
8 *
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
13 *
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library. If not, see <http://www.gnu.org/licenses/>.
16 */
17
18#ifndef AKONADI_COLLECTIONATTRIBUTESSYNCHRONIZATIONJOB_H
19#define AKONADI_COLLECTIONATTRIBUTESSYNCHRONIZATIONJOB_H
20
21#include "akonadi_export.h"
22
23#include <kjob.h>
24
25namespace Akonadi {
26
27class Collection;
28class CollectionAttributesSynchronizationJobPrivate;
29
54class AKONADI_EXPORT CollectionAttributesSynchronizationJob : public KJob
55{
56 Q_OBJECT
57
58public:
64 explicit CollectionAttributesSynchronizationJob(const Collection &collection, QObject *parent = 0);
65
69 ~CollectionAttributesSynchronizationJob();
70
71 /* reimpl */
72 void start();
73
74private:
75 //@cond PRIVATE
76 CollectionAttributesSynchronizationJobPrivate *const d;
77 friend class CollectionAttributesSynchronizationJobPrivate;
78
79 Q_PRIVATE_SLOT(d, void slotSynchronized(qlonglong))
80 Q_PRIVATE_SLOT(d, void slotTimeout())
81 //@endcond
82};
83
84}
85
86#endif
Akonadi::CollectionAttributesSynchronizationJob
Job that synchronizes the attributes of a collection.
Definition: collectionattributessynchronizationjob.h:55
Akonadi::Collection
Represents a collection of PIM items.
Definition: collection.h:76
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