Incidenceeditor

groupwareuidelegate.h
1/*
2 SPDX-FileCopyrightText: 2010 Kevin Ottens <ervin@kde.org>
3
4 SPDX-License-Identifier: GPL-2.0-or-later
5*/
6
7#pragma once
8
9#include "incidenceeditor_export.h"
10
11#include <Akonadi/ITIPHandler>
12
13// Class to edit counter proposals through incidence editors
14namespace IncidenceEditorNG
15{
16class INCIDENCEEDITOR_EXPORT GroupwareUiDelegate : public Akonadi::GroupwareUiDelegate
17{
18public:
19 void requestIncidenceEditor(const Akonadi::Item &item) override;
20 void setCalendar(const Akonadi::ETMCalendar::Ptr &calendar) override;
21 void createCalendar() override;
22};
23}
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:19:37 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.