Incidenceeditor
10#include <Libkdepim/MultiplyingLine>
12#include <KCalendarCore/Attendee>
14namespace IncidenceEditorNG
16class AttendeeData :
public KPIM::MultiplyingLineData,
public KCalendarCore::Attendee
19 using Ptr = QSharedPointer<AttendeeData>;
20 using List = QList<AttendeeData::Ptr>;
22 AttendeeData(
const QString &
name,
25 Attendee::PartStat
status = Attendee::None,
26 Attendee::Role
role = Attendee::ReqParticipant,
27 const QString &
uid = QString())
32 explicit AttendeeData(
const KCalendarCore::Attendee &attendee)
37 void clear()
override;
38 [[nodiscard]]
bool isEmpty()
const override;
43 [[nodiscard]] KCalendarCore::Attendee attendee()
const;
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.