#include <CAttendee.h>
Inheritance diagram for CAttendee:

Public Member Functions | |
| CAttendee (CAttendee &ref) | |
| CAttendee () | |
| ~CAttendee () | |
| const CAttendee & | operator= (const CAttendee &right) |
| bool | setCalendarUserType (CalendarUserType iCalendarUserType) |
| CalendarUserType | getCalendarUserType () |
| bool | setMember (string szMember) |
| string | getMember () |
| bool | setRole (ParticipantRole iParticipantRole) |
| ParticipantRole | getRole () |
| bool | setParticipationStatus (ParticipantStatus iParticipantStatus) |
| ParticipantStatus | getParticipationStatus () |
| bool | setRSVP (bool bRsvp) |
| bool | getRSVP () |
| bool | setDelegatees (string szDelegatees) |
| string | getDelegatees () |
| bool | setDelegator (string szDelegator) |
| string | getDelegator () |
Private Attributes | |
| string | szMember |
| ParticipantRole | iParticipantRole |
| ParticipantStatus | iParticipantStatus |
| bool | bRsvp |
| string | szDelegatees |
| string | szDelegators |
| CalendarUserType | iCalendarUserType |
| CAttendee::CAttendee | ( | CAttendee & | ref | ) |
copy Constructor
| CAttendee::CAttendee | ( | ) |
| CAttendee::~CAttendee | ( | ) |
~CAttendee default destructor
| none |
| bool CAttendee::setCalendarUserType | ( | CalendarUserType | iCalendarUserType | ) |
| CalendarUserType | type of calendar user |
| CalendarUserType CAttendee::getCalendarUserType | ( | ) |
| none |
| bool CAttendee::setMember | ( | string | szMember | ) |
| string | szMember member name |
| string CAttendee::getMember | ( | ) |
| none |
| bool CAttendee::setRole | ( | ParticipantRole | iParticipantRole | ) |
| ParticipantRole | iParticipantRole role of participant |
| ParticipantRole CAttendee::getRole | ( | ) |
| none |
| bool CAttendee::setParticipationStatus | ( | ParticipantStatus | iParticipantStatus | ) |
| ParticipantStatus | iParticipantStatus status of the attendee's participation |
| ParticipantStatus CAttendee::getParticipationStatus | ( | ) |
| none |
| bool CAttendee::setRSVP | ( | bool | bRsvp | ) |
| bool | brsvp indicating whether the favour of a reply is requested |
| bool CAttendee::getRSVP | ( | ) |
| none |
| bool CAttendee::setDelegatees | ( | string | szDelegatees | ) |
| string | calendar users |
| string CAttendee::getDelegatees | ( | ) |
| none |
| bool CAttendee::setDelegator | ( | string | szDelegator | ) |
| string | calendar user |
| string CAttendee::getDelegator | ( | ) |
| none |
string CAttendee::szMember [private] |
Attendee name
ParticipantRole CAttendee::iParticipantRole [private] |
Attendee role
Attendee status
bool CAttendee::bRsvp [private] |
RSVP parameter
string CAttendee::szDelegatees [private] |
Delegatees
string CAttendee::szDelegators [private] |
Delegators
CalendarUserType CAttendee::iCalendarUserType [private] |
User type
1.5.1