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

akonadi

  • sources
  • kde-4.12
  • kdepimlibs
  • 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 
25 namespace Akonadi {
26 
27 class Collection;
28 class CollectionAttributesSynchronizationJobPrivate;
29 
54 class AKONADI_EXPORT CollectionAttributesSynchronizationJob : public KJob
55 {
56  Q_OBJECT
57 
58  public:
64  explicit CollectionAttributesSynchronizationJob( const Collection &collection, QObject *parent = 0 );
65 
69  ~CollectionAttributesSynchronizationJob();
70 
71  /* reimpl */
72  void start();
73 
74  private:
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::Collection
Represents a collection of PIM items.
Definition: collection.h:75
Akonadi::CollectionAttributesSynchronizationJob
Job that synchronizes the attributes of a collection.
Definition: collectionattributessynchronizationjob.h:54
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:00:26 by doxygen 1.8.7 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 API Reference

Skip menu "kdepimlibs API Reference"
  • akonadi
  •   contact
  •   kmime
  •   socialutils
  • kabc
  • kalarmcal
  • kblog
  • kcal
  • kcalcore
  • kcalutils
  • kholidays
  • kimap
  • kldap
  • kmbox
  • kmime
  • kpimidentities
  • kpimtextedit
  • kresources
  • ktnef
  • kxmlrpcclient
  • microblog

Search



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