Public Member Functions | |
~CCalendarAPIexampleEntriesContainer () | |
TInt | CurrentItemIndex () const |
void | PopulateListBoxL () |
Static Public Member Functions | |
static CCalendarAPIexampleEntriesContainer * | NewL (const TRect &aRect, CCalendarAPIexampleEntriesView &aView, MCalendarEngineCommandsInterface &aEngine) |
Definition at line 44 of file CalendarAPIexampleEntriesContainer.h.
CCalendarAPIexampleEntriesContainer::~CCalendarAPIexampleEntriesContainer | ( | ) |
Destructor.
Definition at line 51 of file CalendarAPIexampleEntriesContainer.cpp.
CCalendarAPIexampleEntriesContainer * CCalendarAPIexampleEntriesContainer::NewL | ( | const TRect & | aRect, | |
CCalendarAPIexampleEntriesView & | aView, | |||
MCalendarEngineCommandsInterface & | aEngine | |||
) | [static] |
Two-phased constructor.
Definition at line 58 of file CalendarAPIexampleEntriesContainer.cpp.
TInt CCalendarAPIexampleEntriesContainer::CurrentItemIndex | ( | ) | const |
Returns the index of the entry currently selected on the listbox.
Definition at line 188 of file CalendarAPIexampleEntriesContainer.cpp.
void CCalendarAPIexampleEntriesContainer::PopulateListBoxL | ( | ) |
Requests all found entries from model and displays them in the listbox.
Definition at line 149 of file CalendarAPIexampleEntriesContainer.cpp.