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

CTodo class
| CTodo::CTodo | ( | CTodo & | ref | ) |
copy Constructor
| CTodo::CTodo | ( | ) |
calTodo
| none |
| CTodo::CTodo | ( | string | szSummary, | |
| int | iTodoDue, | |||
| int | iStatus | |||
| ) |
| CTodo::CTodo | ( | 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, | |||
| int | iDue, | |||
| int | iCompleted, | |||
| int | iPercentComplete, | |||
| int | iPriority | |||
| ) |
| CTodo::~CTodo | ( | ) |
~CTodo
| none |
| bool CTodo::setGeo | ( | string | szGeo | ) |
| string | szGeo consisting folat variables (Latitude and Longitude) |
| string CTodo::getGeo | ( | ) |
| none |
see setGeo().
| int CTodo::getDue | ( | ) |
| none |
see setDue().
| bool CTodo::setDue | ( | int | iDue | ) |
| int | due time |
see getDue().
| int CTodo::getCompleted | ( | ) |
| none |
| bool CTodo::setCompleted | ( | int | iCompleted | ) |
| int | completed time |
returns true when date is set correctly. returns false when date is empty.
see getCompleted().
| bool CTodo::setPercentComplete | ( | int | iPercentComplete | ) |
| integer | percentage of todo completed |
| int CTodo::getPercentComplete | ( | ) |
| none |
| int CTodo::getPriority | ( | ) |
| none |
| bool CTodo::setPriority | ( | int | iPriority | ) |
| integer | pripority |
string CTodo::szGeo [private] |
Geo parameter
int CTodo::iDue [private] |
Todo due
int CTodo::iCompleted [private] |
Todo completed
int CTodo::iPercentComplete [private] |
Todo percent complete
int CTodo::iPriority [private] |
Todo priority
1.5.1