Public Member Functions | |
void | ConstructL (const TRect &aRect, CContactsModelDocument *aDocument) |
~CContactsModelContainer () | |
void | UpdateL () |
TInt | GetSelectedItem () |
TInt | ItemCount () |
CContactsModelContainer container control class.
Definition at line 21 of file ContactsModelContainer.h.
CContactsModelContainer::~CContactsModelContainer | ( | ) |
Destructor.
Definition at line 45 of file ContactsModelContainer.cpp.
void CContactsModelContainer::ConstructL | ( | const TRect & | aRect, | |
CContactsModelDocument * | aDocument | |||
) |
EPOC default constructor.
aRect | Frame rectangle for container. |
Definition at line 19 of file ContactsModelContainer.cpp.
void CContactsModelContainer::UpdateL | ( | ) |
Updates list view from the document.
Definition at line 111 of file ContactsModelContainer.cpp.
TInt CContactsModelContainer::GetSelectedItem | ( | ) |
Returns selected item from the listbox.
Definition at line 145 of file ContactsModelContainer.cpp.
TInt CContactsModelContainer::ItemCount | ( | ) |
ItemCount
Return the number of contact items in the default database
Returns Number of contact items
Definition at line 135 of file ContactsModelContainer.cpp.