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 51 of file devicelistcontainer.h.
void CDeviceListContainer::ShowSelectedAddressL | ( | ) |
discussion show bluetooth device address of the selected bluetooth device.
Definition at line 277 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 244 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 311 of file devicelistcontainer.cpp.
void CDeviceListContainer::ClearListBox | ( | ) |
discussion clear listbox screen.
Definition at line 322 of file devicelistcontainer.cpp.
void CDeviceListContainer::HandleChangedL | ( | ) |