Public Member Functions | |
void | ConstructL (const TRect &aRect, CContactsModelDocument *aDocument) |
~CContactsModelContainer () | |
void | UpdateL () |
TInt | GetSelectedItem () |
TInt | ItemCount () |
CContactsModelContainer container control class.
Definition at line 46 of file ContactsModelContainer.h.
CContactsModelContainer::~CContactsModelContainer | ( | ) |
Destructor.
Definition at line 70 of file ContactsModelContainer.cpp.
void CContactsModelContainer::ConstructL | ( | const TRect & | aRect, | |
CContactsModelDocument * | aDocument | |||
) |
EPOC default constructor.
aRect | Frame rectangle for container. |
Definition at line 44 of file ContactsModelContainer.cpp.
void CContactsModelContainer::UpdateL | ( | ) |
Updates list view from the document.
Definition at line 136 of file ContactsModelContainer.cpp.
TInt CContactsModelContainer::GetSelectedItem | ( | ) |
Returns selected item from the listbox.
Definition at line 170 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 160 of file ContactsModelContainer.cpp.