#include <CAttendee.h>
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 () |
string | toString () |
Private Attributes | |
string | szMember |
ParticipantRole | iParticipantRole |
ParticipantStatus | iParticipantStatus |
bool | bRsvp |
string | szDelegatees |
string | szDelegators |
CalendarUserType | iCalendarUserType |
CAttendee::CAttendee | ( | CAttendee & | ref | ) |
copy Constructor
References bRsvp, iCalendarUserType, iParticipantRole, iParticipantStatus, szDelegatees, szDelegators, and szMember.
CAttendee::CAttendee | ( | ) |
CAttendee::~CAttendee | ( | ) |
~CAttendee default destructor
none |
overloaded assignment operator
References bRsvp, iCalendarUserType, iParticipantRole, iParticipantStatus, CParticipant::operator=(), szDelegatees, szDelegators, and szMember.
bool CAttendee::setCalendarUserType | ( | CalendarUserType | iCUType | ) |
CalendarUserType | type of calendar user |
setCalendarUserType
icuType | type of calendar user is an enumerated type |
References iCalendarUserType.
Referenced by CComponentDetails::convertParamToAttendee(), and ICalConverter::getAttendeeFromIcal().
CalendarUserType CAttendee::getCalendarUserType | ( | ) |
none |
getCalendarUserType
none |
References iCalendarUserType.
Referenced by ICalConverter::getIcalAttendee_ical(), and toString().
bool CAttendee::setMember | ( | string | szMember | ) |
string | szMember member name |
setMember
string | member name |
Referenced by CComponentDetails::convertParamToAttendee().
string CAttendee::getMember | ( | ) |
none |
getMember
none |
References szMember.
Referenced by ICalConverter::getIcalAttendee_ical().
bool CAttendee::setRole | ( | ParticipantRole | iRole | ) |
ParticipantRole | iParticipantRole role of participant |
setRole
int | iRole |
References iParticipantRole.
Referenced by CComponentDetails::convertParamToAttendee(), and ICalConverter::getAttendeeFromIcal().
ParticipantRole CAttendee::getRole | ( | ) |
none |
getRole
none |
References iParticipantRole.
Referenced by ICalConverter::getIcalAttendee_ical(), ICalConverter::getIcalAttendee_vcal(), and toString().
bool CAttendee::setParticipationStatus | ( | ParticipantStatus | iStatus | ) |
ParticipantStatus | iParticipantStatus status of the attendee's participation |
setParticipationStatus
string | status of the attendee's participation |
References iParticipantStatus.
Referenced by CComponentDetails::convertParamToAttendee().
ParticipantStatus CAttendee::getParticipationStatus | ( | ) |
none |
getParticipationStatus
none |
References iParticipantStatus.
Referenced by ICalConverter::getIcalAttendee_ical(), and toString().
bool CAttendee::setRSVP | ( | bool | brsvp | ) |
bool | brsvp indicating whether the favour of a reply is requested |
setRSVP
string | indicating whether the favour of a reply is requested |
References bRsvp.
Referenced by CComponentDetails::convertParamToAttendee(), and ICalConverter::getAttendeeFromIcal().
bool CAttendee::getRSVP | ( | ) |
none |
getRSVP
none |
References bRsvp.
Referenced by ICalConverter::getIcalAttendee_ical(), ICalConverter::getIcalAttendee_vcal(), and toString().
bool CAttendee::setDelegatees | ( | string | szDelegatees | ) |
string | calendar users |
setDelagatees
string | list of Delegatees |
Referenced by CComponentDetails::convertParamToAttendee(), and ICalConverter::getAttendeeFromIcal().
string CAttendee::getDelegatees | ( | ) |
none |
getDelelegatees
none |
References szDelegatees.
Referenced by ICalConverter::getIcalAttendee_ical().
bool CAttendee::setDelegator | ( | string | szDelegators | ) |
string | calendar user |
setDelegator
string | calendar user |
Referenced by CComponentDetails::convertParamToAttendee(), and ICalConverter::getAttendeeFromIcal().
string CAttendee::getDelegator | ( | ) |
none |
getDelegator
none |
References szDelegators.
Referenced by ICalConverter::getIcalAttendee_ical().
string CAttendee::toString | ( | ) |
toString
Reimplemented from CParticipant.
References CParticipant::getCalAddress(), getCalendarUserType(), CParticipant::getCommonName(), CParticipant::getDirectoryParameter(), CParticipant::getLanguage(), CParticipant::getMailTo(), getParticipationStatus(), getRole(), getRSVP(), CParticipant::getSentBy(), CParticipant::getXparameters(), szDelegatees, szDelegators, and szMember.
string CAttendee::szMember [private] |
Attendee name
Referenced by CAttendee(), getMember(), operator=(), and toString().
ParticipantRole CAttendee::iParticipantRole [private] |
Attendee role
Referenced by CAttendee(), getRole(), operator=(), and setRole().
ParticipantStatus CAttendee::iParticipantStatus [private] |
Attendee status
Referenced by CAttendee(), getParticipationStatus(), operator=(), and setParticipationStatus().
bool CAttendee::bRsvp [private] |
RSVP parameter
Referenced by CAttendee(), getRSVP(), operator=(), and setRSVP().
string CAttendee::szDelegatees [private] |
Delegatees
Referenced by CAttendee(), getDelegatees(), operator=(), and toString().
string CAttendee::szDelegators [private] |
Delegators
Referenced by CAttendee(), getDelegator(), operator=(), and toString().
CalendarUserType CAttendee::iCalendarUserType [private] |
User type
Referenced by CAttendee(), getCalendarUserType(), operator=(), and setCalendarUserType().