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

akonadi

  • 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
35class KJob;
36class KTemporaryFile;
37class QByteArray;
38namespace KIO {
39class Job;
40}
41
42namespace Akonadi {
43
44class ICalImporter::Private : public QObject {
45 Q_OBJECT
46public:
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;
60public 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:76
Akonadi
FreeBusyManager::Singleton.
Definition actionstatemanager_p.h:28
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 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
  • 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