Public Member Functions | |
void | ShowSelectedAddressL () |
void | AddItemL (const TDesC &aNewItem) |
void | SetSMediator (CSharedIntermediator *aSMediator) |
void | ClearListBox () |
void | HandleChangedL () |
Static Public Member Functions | |
static CDeviceListContainer * | NewL (const TRect &aRect) |
static CDeviceListContainer * | NewLC (const TRect &aRect) |
CDeviceListContainer Container control class.
Definition at line 26 of file devicelistcontainer.h.
void CDeviceListContainer::ShowSelectedAddressL | ( | ) |
discussion show bluetooth device address of the selected bluetooth device.
Definition at line 252 of file devicelistcontainer.cpp.
void CDeviceListContainer::AddItemL | ( | const TDesC & | aNewItem | ) |
discussion Show bluetooth device address of the selected bluetooth device. param aNewItem item to be displayed in the listbox.
Definition at line 219 of file devicelistcontainer.cpp.
void CDeviceListContainer::SetSMediator | ( | CSharedIntermediator * | aSMediator | ) |
discussion Set shared mediator that is used to fetch bluetooth device address. param aSMediator a shared mediator.
Definition at line 286 of file devicelistcontainer.cpp.
void CDeviceListContainer::ClearListBox | ( | ) |
discussion clear listbox screen.
Definition at line 297 of file devicelistcontainer.cpp.
void CDeviceListContainer::HandleChangedL | ( | ) |