extendedstorageobserver.h
Go to the documentation of this file.
1/*
2 This file is part of the mkcal library.
3
4 Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.
5 Contact: Alvaro Manera <alvaro.manera@nokia.com>
6
7 This library is free software; you can redistribute it and/or
8 modify it under the terms of the GNU Library General Public
9 License as published by the Free Software Foundation; either
10 version 2 of the License, or (at your option) any later version.
11
12 This library is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 Library General Public License for more details.
16
17 You should have received a copy of the GNU Library General Public License
18 along with this library; see the file COPYING.LIB. If not, write to
19 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20 Boston, MA 02110-1301, USA.
21*/
31#ifndef MKCAL_STORAGEOBSERVER_H
32#define MKCAL_STORAGEOBSERVER_H
33
34#include <QString>
35#include <KCalendarCore/Incidence>
36
37
38namespace mKCal {
39class ExtendedStorage;
40
46class MKCAL_EXPORT ExtendedStorageObserver //krazy:exclude=dpointer
47{
48public:
53
65 virtual void storageModified(ExtendedStorage *storage, const QString &info);
66
75 virtual void storageFinished(ExtendedStorage *storage, bool error, const QString &info);
76
92 virtual void storageUpdated(ExtendedStorage *storage,
93 const KCalendarCore::Incidence::List &added,
94 const KCalendarCore::Incidence::List &modified,
95 const KCalendarCore::Incidence::List &deleted);
96};
97
98};
99#endif /* !MKCAL_STORAGEOBSERVER_H */
This class provides a calendar storage interface.
Definition extendedstorage.h:72
The ExtendedStorageObserver class.
Definition extendedstorageobserver.h:47
virtual ~ExtendedStorageObserver()
Destructor.
Definition extendedstorageobserver.h:52
#define MKCAL_EXPORT
Definition mkcal_export.h:27
Definition extendedstorage.h:49

Generated on Sat Oct 7 2023 19:21:53 for libextendedkcal by doxygen 1.12.0