KCal::Attendee Class Reference
This class represents information related to an attendee of an event. More...
#include <attendee.h>
Inheritance diagram for KCal::Attendee:

Public Types | |
typedef ListBase< Attendee > | List |
enum | PartStat { NeedsAction, Accepted, Declined, Tentative, Delegated, Completed, InProcess } |
enum | Role { ReqParticipant, OptParticipant, NonParticipant, Chair } |
Public Methods | |
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 (QString) |
void | setStatus (PartStat s) |
PartStat | status () const |
QString | statusStr () const |
void | setRSVP (bool r) |
bool | RSVP () const |
Static Public Methods | |
QString | roleName (Role) |
QStringList | roleList () |
QString | statusName (PartStat) |
QStringList | statusList () |
Detailed Description
This class represents information related to an attendee of an event.
Definition at line 35 of file attendee.h.
Constructor & Destructor Documentation
|
Create Attendee.
Definition at line 30 of file attendee.cpp. |
|
Destruct Attendee.
Definition at line 41 of file attendee.cpp. |
Member Function Documentation
|
Set role of Attendee. List of roles still has to be documented. Definition at line 115 of file attendee.cpp. |
|
Return role of Attendee.
Definition at line 120 of file attendee.cpp. |
|
Return role as clear text string.
Definition at line 125 of file attendee.cpp. |
|
Holds the uid of the attendee, if applicable *.
Definition at line 135 of file attendee.cpp. |
|
Set status. See enum for definitions of possible values Definition at line 57 of file attendee.cpp. Referenced by KCal::VCalFormat::VEventToEvent(), and KCal::VCalFormat::VTodoToEvent(). |
|
Return status.
Definition at line 62 of file attendee.cpp. Referenced by KCal::VCalFormat::eventToVEvent(), and KCal::VCalFormat::eventToVTodo(). |
|
Return status as human-readable string.
Definition at line 67 of file attendee.cpp. |
|
Set if Attendee is asked to reply.
Definition at line 83 of file attendee.h. Referenced by KCal::VCalFormat::VEventToEvent(), and KCal::VCalFormat::VTodoToEvent(). |
|
Return, if Attendee is asked to reply.
Definition at line 85 of file attendee.h. Referenced by KCal::VCalFormat::eventToVEvent(), and KCal::VCalFormat::eventToVTodo(). |
The documentation for this class was generated from the following files: