• 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
  • calendar
icalimporter_p.h
1 
22 #ifndef ICALIMPORTER_P_H
23 #define ICALIMPORTER_P_H
24 
25 #include "icalimporter.h"
26 #include "incidencechanger.h"
27 
28 #include <akonadi/item.h>
29 #include <akonadi/collection.h>
30 
31 #include <QString>
32 #include <QObject>
33 #include <QList>
34 
35 class KJob;
36 class KTemporaryFile;
37 class QByteArray;
38 namespace KIO {
39 class Job;
40 }
41 
42 namespace Akonadi {
43 
44 class ICalImporter::Private : public QObject {
45  Q_OBJECT
46 public:
47  Private(Akonadi::IncidenceChanger *changer, ICalImporter *qq);
48  ~Private();
49  void setErrorMessage(const QString &);
50 
51  ICalImporter *const q;
52  Akonadi::IncidenceChanger *m_changer;
53  int m_numIncidences;
54  QList<int> m_pendingRequests;
55 
56  QString m_lastErrorMessage;
57  bool m_working;
58  KTemporaryFile *m_temporaryFile;
59  Akonadi::Collection m_collection;
60 public Q_SLOTS:
61  void resourceCreated(KJob *);
62  void remoteDownloadFinished(KIO::Job *, const QByteArray &);
63  void onIncidenceCreated(int changeId,
64  const Akonadi::Item &item,
65  Akonadi::IncidenceChanger::ResultCode resultCode,
66  const QString &errorString);
67 };
68 
69 }
70 #endif // ICALIMPORTER_P_H
Akonadi::Collection
Represents a collection of PIM items.
Definition: collection.h:75
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:00:27 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