#include <CParticipant.h>

Public Member Functions | |
| bool | setLanguage (string szLanguage) |
| bool | setSentBy (string szBy) |
| bool | setCommonName (string szCommonName) |
| bool | setXparameters (string szXParameters) |
| bool | setCalAddress (string szCalAddress) |
| bool | setDirectoryParameter (string szDirParam) |
| const CParticipant & | operator= (const CParticipant &right) |
| string | getDirectoryParameter () |
| string | getCalAddress () |
| string | getXparameters () |
| string | getCommonName () |
| string | getSentBy () |
| string | getLanguage () |
| void | setMailTo (string szMailTo) |
| string | getMailTo () |
| CParticipant (string szSentBy, string szCommonName, string szDirectoryParameter, string szLanguage, string szCalAddress, string szCXparameter, string szMailTo) | |
| CParticipant () | |
| CParticipant (CParticipant &Cparef) | |
| virtual | ~CParticipant () |
| string | toString () |
Private Attributes | |
| string | szSentBy |
| string | szCommonName |
| string | szDirectoryParameter |
| string | szLanguage |
| string | szCalAddress |
| string | szCXparameter |
| string | szMailTo |
CParticipant class
| CParticipant::CParticipant | ( | string | szSentBy, | |
| string | szCommonName, | |||
| string | szDirectoryParameter, | |||
| string | szLanguage, | |||
| string | szCalAddress, | |||
| string | szCXparameter, | |||
| string | szMailTo | |||
| ) |
Parameterized constructor for CParticipant
CParticipant parameterised constructor for CParticipant
| CParticipant::CParticipant | ( | ) |
default constructor for CParticipant
CParticipant Default constructor for CParticipant
| CParticipant::CParticipant | ( | CParticipant & | Cparef | ) |
copy Constructor
CParticipant copy constructor
References szCalAddress, szCommonName, szCXparameter, szDirectoryParameter, szLanguage, szMailTo, and szSentBy.
| CParticipant::~CParticipant | ( | ) | [virtual] |
destructor for CParticipant
~CParticipant Default destructor for CParticipant
| bool CParticipant::setLanguage | ( | string | szLanguage | ) |
| string | Language parameter |
header files setLanguage
| string | Language parameter |
Referenced by CComponentDetails::convertParamToAttendee(), CComponentDetails::convertParamToOrganizer(), ICalConverter::getAttendeeFromIcal(), and ICalConverter::getOrganizerFromIcal().
| bool CParticipant::setSentBy | ( | string | szSentBy | ) |
| string | SentBy parameter |
setSentBy
| string | SentBy parameter |
Referenced by CComponentDetails::convertParamToAttendee(), CComponentDetails::convertParamToOrganizer(), and ICalConverter::getOrganizerFromIcal().
| bool CParticipant::setCommonName | ( | string | szCommonName | ) |
| string | common-name parameter |
setCommonName
| string | common-name parameter |
Referenced by CComponentDetails::convertParamToAttendee(), CComponentDetails::convertParamToOrganizer(), and ICalConverter::getOrganizerFromIcal().
| bool CParticipant::setXparameters | ( | string | szCXparameter | ) |
| string | szxParameters parameter |
setXparameters
| string | X-PARAMETER parameter |
| bool CParticipant::setCalAddress | ( | string | szCalAddress | ) |
| string | cal-Address parameter |
setCalAddress
| string | cal-Address parameter |
| bool CParticipant::setDirectoryParameter | ( | string | szDirectoryParameter | ) |
| string | directory name parameter |
setDirectoryParameter
| string | directory name parameter |
Referenced by CComponentDetails::convertParamToAttendee(), CComponentDetails::convertParamToOrganizer(), ICalConverter::getAttendeeFromIcal(), and ICalConverter::getOrganizerFromIcal().
| const CParticipant & CParticipant::operator= | ( | const CParticipant & | right | ) |
overloaded assignment operator
References szCalAddress, szCommonName, szCXparameter, szDirectoryParameter, szLanguage, szMailTo, and szSentBy.
Referenced by COrganizer::operator=(), and CAttendee::operator=().
| string CParticipant::getDirectoryParameter | ( | ) |
getDirectoryParameter
References szDirectoryParameter.
Referenced by CCalendar::addOrganizer(), ICalConverter::getIcalAttendee_ical(), ICalConverter::getIcalOrganizer(), COrganizer::toString(), and CAttendee::toString().
| string CParticipant::getCalAddress | ( | ) |
| none |
| none |
References szCalAddress.
Referenced by COrganizer::toString(), and CAttendee::toString().
| string CParticipant::getXparameters | ( | ) |
| none |
getXparameters
| none |
References szCXparameter.
Referenced by COrganizer::toString(), and CAttendee::toString().
| string CParticipant::getCommonName | ( | ) |
| none |
getCommonName
| none |
References szCommonName.
Referenced by CCalendar::addOrganizer(), ICalConverter::getIcalAttendee_ical(), ICalConverter::getIcalOrganizer(), COrganizer::toString(), and CAttendee::toString().
| string CParticipant::getSentBy | ( | ) |
| none |
getSentBy
| none |
References szSentBy.
Referenced by CCalendar::addOrganizer(), ICalConverter::getIcalAttendee_ical(), ICalConverter::getIcalOrganizer(), COrganizer::toString(), and CAttendee::toString().
| string CParticipant::getLanguage | ( | ) |
| none |
getLanguage Function to get the value of language parameter
| none |
References szLanguage.
Referenced by CCalendar::addOrganizer(), ICalConverter::getIcalAttendee_ical(), ICalConverter::getIcalOrganizer(), COrganizer::toString(), and CAttendee::toString().
| void CParticipant::setMailTo | ( | string | szMailTo | ) |
| string | szMailTo |
| string | szMailTo |
Referenced by CComponentDetails::convertParamToAttendee(), CComponentDetails::convertParamToOrganizer(), ICalConverter::getAttendeeFromIcal(), ICalConverter::getOrganizerFromIcal(), CComponentDetails::retrieveAttendeeDetails(), and CComponentDetails::retrieveOrganizerDetails().
| string CParticipant::getMailTo | ( | ) |
| none |
| none |
Referenced by CCalendar::addOrganizer(), ICalConverter::getIcalAttendee_ical(), ICalConverter::getIcalAttendee_vcal(), ICalConverter::getIcalOrganizer(), COrganizer::toString(), and CAttendee::toString().
| string CParticipant::toString | ( | ) |
toString
Reimplemented in CAttendee, and COrganizer.
References szCalAddress, szCommonName, szCXparameter, szDirectoryParameter, szLanguage, and szSentBy.
string CParticipant::szSentBy [private] |
SentBy parameter
Referenced by CParticipant(), getSentBy(), operator=(), and toString().
string CParticipant::szCommonName [private] |
Common name
Referenced by CParticipant(), getCommonName(), operator=(), and toString().
string CParticipant::szDirectoryParameter [private] |
Directory parameter
Referenced by CParticipant(), getDirectoryParameter(), operator=(), and toString().
string CParticipant::szLanguage [private] |
Language paramter
Referenced by CParticipant(), getLanguage(), operator=(), and toString().
string CParticipant::szCalAddress [private] |
Address
Referenced by CParticipant(), getCalAddress(), operator=(), and toString().
string CParticipant::szCXparameter [private] |
CXParameter
Referenced by CParticipant(), getXparameters(), operator=(), and toString().
1.5.6