#include <CEvent.h>
Inheritance diagram for CEvent:
Public Member Functions | |
CEvent () | |
CEvent (string szSummary, string szDescription, string szLocation, int iDateStart, int iDateEnd) | |
CEvent (string sId, int iType, int iFlags, string szSummary, string szDescription, string szLocation, int iStatus, int iDateStart, int iDateEnd, int iLastModified, int iCreatedTime, int iDateStamp, COrganizer *pOrganizer, vector< CAttendee * >vAttendee, vector< string >vAttachements, int iSequence, int iUId, string szUrl, string szCategory, string szComments, string szContacts, string szRelated, string szResources, vector< CProperties * > vXProp, map< string, vector< CParameters * > > hashMap, string szGeo, string szTransparency, int iPriority) | |
~CEvent () | |
bool | setGeo (string szGeo) |
string | getGeo () |
string | getTransparency () |
bool | setTransparency (string szTransparency) |
int | getPriority () |
bool | setPriority (int iPriority) |
CEvent (CEvent &ref) | |
const CEvent & | operator= (const CEvent &right) |
Private Attributes | |
string | szGeo |
string | szTransparency |
int | iPriority |
CEvent class
CEvent::CEvent | ( | ) |
this is the default constructor for CEvent class where all variables are being initialised
CEvent::CEvent | ( | string | szSummary, | |
string | szDescription, | |||
string | szLocation, | |||
int | iDateStart, | |||
int | iDateEnd | |||
) |
CEvent::CEvent | ( | string | sId, | |
int | iType, | |||
int | iFlags, | |||
string | szSummary, | |||
string | szDescription, | |||
string | szLocation, | |||
int | iStatus, | |||
int | iDateStart, | |||
int | iDateEnd, | |||
int | iLastModified, | |||
int | iCreatedTime, | |||
int | iDateStamp, | |||
COrganizer * | pOrganizer, | |||
vector< CAttendee * > | vAttendee, | |||
vector< string > | vAttachements, | |||
int | iSequence, | |||
int | iUId, | |||
string | szUrl, | |||
string | szCategory, | |||
string | szComments, | |||
string | szContacts, | |||
string | szRelated, | |||
string | szResources, | |||
vector< CProperties * > | vXProp, | |||
map< string, vector< CParameters * > > | hashMap, | |||
string | szGeo, | |||
string | szTransparency, | |||
int | iPriority | |||
) |
this is the constructor of CEvent where memory is being allocated to all variables
CEvent::~CEvent | ( | ) |
this is the destructor for CEvent class where all memory is being deallocated or freed
CEvent::CEvent | ( | CEvent & | ref | ) |
copy constructor for Cevent class
bool CEvent::setGeo | ( | string | szGeo | ) |
: | string >> used to set geographical parameters(latitude,longitude) of entry created |
string CEvent::getGeo | ( | ) |
:None |
string CEvent::getTransparency | ( | ) |
:None |
bool CEvent::setTransparency | ( | string | szTransparency | ) |
: | transp(int) >> used to set transparency of entry valid values can be TRANSPARENT/OPAQUE |
int CEvent::getPriority | ( | ) |
:None |
bool CEvent::setPriority | ( | int | iPriority | ) |
: | int iPriority used to set priority of entry created |
string CEvent::szGeo [private] |
Geo parameter
string CEvent::szTransparency [private] |
Transparency
int CEvent::iPriority [private] |
Priority