Incidenceeditor
10#include "incidenceeditor_export.h"
12#include <Akonadi/Collection>
13#include <KCalendarCore/IncidenceBase>
17class IncidenceChanger;
20namespace IncidenceEditorNG
24namespace IncidenceDialogFactory
40INCIDENCEEDITOR_EXPORT IncidenceDialog *create(
bool needsSaving,
42 Akonadi::IncidenceChanger *changer,
43 QWidget *parent =
nullptr,
46INCIDENCEEDITOR_EXPORT IncidenceDialog *createTodoEditor(
const QString &summary,
47 const QString &description,
48 const QStringList &attachments,
49 const QStringList &attendees,
50 const QStringList &attachmentMimetypes,
51 const QStringList &attachmentLabels,
52 bool inlineAttachment,
53 const Akonadi::Collection &defaultCollection,
54 bool cleanupAttachmentTemp,
55 QWidget *parent =
nullptr,
58INCIDENCEEDITOR_EXPORT IncidenceDialog *createEventEditor(
const QString &summary,
59 const QString &description,
60 const QStringList &attachments,
61 const QStringList &attendees,
62 const QStringList &attachmentMimetypes,
63 const QStringList &attachmentLabels,
64 bool inlineAttachment,
65 const Akonadi::Collection &defaultCollection,
66 bool cleanupAttachmentTempFiles,
67 QWidget *parent =
nullptr,
The IncidenceDialog class.
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Thu Jan 23 2025 18:55:47 by
doxygen 1.13.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.