#include <CBdayEvent.h>
Public Member Functions | |
CBdayEvent () | |
CBdayEvent (string szUId, string szname, int idate) | |
~CBdayEvent () | |
bool | setEBookUid (string szEbookUid) |
string | getEBookUid () |
bool | setFirstName (string szName) |
string | getFirstName () |
bool | setBirthDate (int idate) |
int | getBirthDate () |
string | toString () |
CBdayEvent class
CBdayEvent::CBdayEvent | ( | ) |
CBdayEvent Default constructor
CBdayEvent::CBdayEvent | ( | string | szUId, | |
string | szSummary, | |||
int | iDateStart | |||
) |
CBdayEvent Parametrized constructor
CBdayEvent::~CBdayEvent | ( | ) |
~CBdayEvent Default destructor
bool CBdayEvent::setEBookUid | ( | string | szEbookUid | ) |
setEbookUid Function to set the Ebook uid fetched from AB
string | Ebook uid |
sUid | Ebook UID |
References CComponent::setGUid().
string CBdayEvent::getEBookUid | ( | ) |
getEbookUid Function to get the Ebook UID
none |
References CComponent::getGUid().
bool CBdayEvent::setFirstName | ( | string | szName | ) |
setFirstName Function used to set the first name of birthday contact
string | First name |
sName | First Name |
References CComponent::setSummary().
string CBdayEvent::getFirstName | ( | ) |
getFirstName Function used to get the first name
none |
References CComponent::getSummary().
bool CBdayEvent::setBirthDate | ( | int | iDate | ) |
setBirthDate Function used to set the birthdate.
int | Birthdate |
int | Birth date |
References CComponent::setDateStart().
int CBdayEvent::getBirthDate | ( | ) |
getBirthDate Function used to get the birthdate
none |
References CComponent::getDateStart().
Referenced by CCalendar::addBirthDay(), and CCalendar::modifyBirthDay().
string CBdayEvent::toString | ( | ) |
toString
Reimplemented from CComponent.
References CComponent::getAlarm(), CComponent::getAllDay(), CComponent::getCalendarId(), CComponent::getCreatedTime(), CComponent::getDateEnd(), CComponent::getDateStart(), CComponent::getDescription(), CComponent::getFlags(), CComponent::getGUid(), CComponent::getId(), CComponent::getLastModified(), CComponent::getLocation(), CComponent::getRecurrence(), CComponent::getStatus(), CComponent::getSummary(), CComponent::getType(), CComponent::getUntil(), CComponent::pAlarm, CRecurrence::toString(), and CAlarm::toString().