KCal::Attendee Class Reference
This class represents information related to an attendee of an event. More...
#include <attendee.h>
Inherits KCal::Person.
Public Types
- typedef ListBase< Attendee > List
- enum PartStat {
NeedsAction, Accepted, Declined, Tentative,
Delegated, Completed, InProcess
} - enum Role { ReqParticipant, OptParticipant, NonParticipant, Chair }
Public Member Functions
- Attendee (const QString &name, const QString &email, bool rsvp=false, PartStat status=NeedsAction, Role role=ReqParticipant, const QString &u=QString::null)
- virtual ~Attendee ()
- void setRole (Role)
- Role role () const
- QString roleStr () const
- QString uid () const
- void setUid (const QString &)
- void setStatus (PartStat s)
- PartStat status () const
- QString statusStr () const
- void setRSVP (bool r)
- bool RSVP () const
Static Public Member Functions
- static QString roleName (Role)
- static QStringList roleList ()
- static QString statusName (PartStat)
- static QStringList statusList ()
Detailed Description
This class represents information related to an attendee of an event.
Constructor & Destructor Documentation
|
Create Attendee.
|
|
Destruct Attendee.
|
Member Function Documentation
|
Set role of Attendee.
|
|
Return role of Attendee.
|
|
Return role as clear text string.
|
|
Return string represenation of role.
|
|
Return string representations of all available roles.
|
|
Return unique id of the attendee.
|
|
Set unique id of attendee.
|
|
Set status. See enum for definitions of possible values. |
|
Return status.
|
|
Return status as human-readable string.
|
|
Return string representation of attendee status.
|
|
Return string representations of all available attendee status values.
|
|
Set if Attendee is asked to reply.
|
|
Return, if Attendee is asked to reply.
|
The documentation for this class was generated from the following files:
- attendee.h
- attendee.cpp