• 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.h
1 
22 #ifndef ICALIMPORTER_H
23 #define ICALIMPORTER_H
24 
25 #include "akonadi-calendar_export.h"
26 
27 #include <akonadi/collection.h>
28 
29 #include <QObject>
30 #include <QString>
31 
37 namespace Akonadi {
38 
39 class IncidenceChanger;
40 
41 class AKONADI_CALENDAR_EXPORT ICalImporter : public QObject
42 {
43  Q_OBJECT
44 public:
45 
53  explicit ICalImporter(Akonadi::IncidenceChanger *changer = 0, QObject *parent = 0);
54 
60  QString errorMessage() const;
61 
62 Q_SIGNALS:
70  void importIntoExistingFinished(bool success, int total);
71 
76  void importIntoNewFinished(bool success);
77 
78 public Q_SLOTS:
79 
85  bool importIntoNewResource(const QString &filename);
86 
97  bool importIntoExistingResource(const QUrl &url, Collection collection);
98 
99 private:
100  class Private;
101  Private *const d;
102 };
103 
104 }
105 
106 #endif // ICALIMPORTER_H
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