KCal Library
Go to the documentation of this file.
29 #ifndef KCAL_ATTENDEE_H
30 #define KCAL_ATTENDEE_H
32 #include <QtCore/QString>
33 #include <QtCore/QStringList>
109 Attendee(
const QString &name,
const QString &email,
110 bool rsvp =
false,
PartStat status = None,
111 Role role = ReqParticipant,
const QString &uid = QString() );
132 void setRole(
Role role );
146 QString roleStr()
const;
155 static QString roleName(
Role role );
160 static QStringList roleList();
169 void setUid (
const QString &uid );
199 QString statusStr()
const;
208 static QString statusName(
PartStat status );
213 static QStringList statusList();
223 void setRSVP(
bool rsvp );
238 bool operator==(
const Attendee &attendee );
246 void setDelegate(
const QString &delegate );
252 QString delegate()
const;
260 void setDelegator(
const QString &delegator );
266 QString delegator()
const;
274 void setCustomProperty(
const QByteArray &xname,
const QString &xvalue );
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jul 13 2013 01:29:13 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.