KCalCore Library
Go to the documentation of this file.
29 #ifndef KCALCORE_ATTENDEE_H
30 #define KCALCORE_ATTENDEE_H
32 #include <QtCore/QMetaType>
34 #include "kcalcore_export.h"
94 typedef QSharedPointer<Attendee>
Ptr;
113 Attendee(
const QString &name,
const QString &email,
114 bool rsvp =
false,
PartStat status = None,
115 Role role = ReqParticipant,
const QString &uid = QString());
136 void setRole(
Role role);
152 void setUid(
const QString &uid);
185 void setRSVP(
bool rsvp);
199 bool operator==(
const Attendee &attendee)
const;
206 bool operator!=(
const Attendee &attendee)
const;
214 void setDelegate(
const QString &delegate);
220 QString delegate()
const;
228 void setDelegator(
const QString &delegator);
234 QString delegator()
const;
241 void setCustomProperty(
const QByteArray &xname,
const QString &xvalue);
266 friend KCALCORE_EXPORT QDataStream &
operator<<(QDataStream &s,
268 friend KCALCORE_EXPORT QDataStream &
operator>>(QDataStream &s,
277 KCALCORE_EXPORT QDataStream &
operator<<(QDataStream &stream,
285 KCALCORE_EXPORT QDataStream &
operator>>(QDataStream &stream,
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Fri Jan 17 2014 22:11:59 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.