KCal Library
Go to the documentation of this file.
38 #include <QtCore/QStringList>
40 static const KCatalogLoader loader(
"libkcal");
49 class KCal::Attendee::Private
76 d( new
Attendee::Private( *attendee.d ) )
89 d->mRSVP == attendee.d->mRSVP &&
90 d->mRole == attendee.d->mRole &&
91 d->mStatus == attendee.d->mStatus &&
92 d->mUid == attendee.d->mUid &&
93 d->mDelegate == attendee.d->mDelegate &&
94 d->mDelegator == attendee.d->mDelegator;
100 if ( &attendee ==
this ) {
105 setName( attendee.
name() );
106 setEmail( attendee.
email() );
140 return i18nc(
"@item event, to-do or journal needs action",
"Needs Action" );
143 return i18nc(
"@item event, to-do or journal accepted",
"Accepted" );
146 return i18nc(
"@item event, to-do or journal declined",
"Declined" );
149 return i18nc(
"@item event or to-do tentatively accepted",
"Tentative" );
152 return i18nc(
"@item event or to-do delegated",
"Delegated" );
155 return i18nc(
"@item to-do completed",
"Completed" );
158 return i18nc(
"@item to-do in process of being completed",
"In Process" );
161 return i18nc(
"@item event or to-do status unknown",
"Unknown" );
209 return i18nc(
"@item chairperson",
"Chair" );
213 return i18nc(
"@item participation is required",
"Participant" );
216 return i18nc(
"@item participation is optional",
"Optional Participant" );
219 return i18nc(
"@item non-participant copied for information",
"Observer" );
252 return d->mDelegator;
257 d->mCustomProperties.setNonKDECustomProperty( xname, xvalue );
262 return d->mCustomProperties;
267 return d->mCustomProperties;
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.