Public Member Functions | |
void | SetData (const CCalHelperEntry &aData) |
TBool | SaveL () |
void | GetValues (TDes &aName, TTime &aDate, TBool &aAlarm, TTime &aAlarmTime, TInt &aSync) |
void | SetValues (const TDesC &aName, const TDateTime &aDate, const TBool &aAlarm, const TDateTime &aAlarmTime, const TInt &aSync) |
Definition at line 43 of file CalendarAPIexampleEntryItemList.h.
void CCalendarAPIexampleEntryItemList::SetData | ( | const CCalHelperEntry & | aData | ) |
Sets values to itemlist from given entry.
Definition at line 102 of file CalendarAPIexampleEntryItemList.cpp.
TBool CCalendarAPIexampleEntryItemList::SaveL | ( | ) |
Sets values from itemlist to given entry. Returns true if user input is valid, otherwise false is returned.
Definition at line 119 of file CalendarAPIexampleEntryItemList.cpp.
void CCalendarAPIexampleEntryItemList::GetValues | ( | TDes & | aName, | |
TTime & | aDate, | |||
TBool & | aAlarm, | |||
TTime & | aAlarmTime, | |||
TInt & | aSync | |||
) |
Gets the values set.
Definition at line 125 of file CalendarAPIexampleEntryItemList.cpp.