Public Member Functions | |
~CListboxRefreshTimer () | |
void | DoCancel () |
void | RunL () |
TInt | RunError (TInt aError) |
void | StartL () |
Static Public Member Functions | |
static CListboxRefreshTimer * | NewL (CDeviceListContainer *aListBox) |
static CListboxRefreshTimer * | NewLC (CDeviceListContainer *aListBox) |
CListboxRefreshTimer Updates listbox screen.
Definition at line 42 of file listboxrefreshtimer.h.
CListboxRefreshTimer::~CListboxRefreshTimer | ( | ) |
Destructor
Definition at line 56 of file listboxrefreshtimer.cpp.
CListboxRefreshTimer * CListboxRefreshTimer::NewL | ( | CDeviceListContainer * | aListBox | ) | [static] |
Create new CListboxRefreshTimer object param aListBox pointer to a ListBox that needs refreshing. return a pointer to the created instance of CListboxRefreshTimer.
Definition at line 62 of file listboxrefreshtimer.cpp.
CListboxRefreshTimer * CListboxRefreshTimer::NewLC | ( | CDeviceListContainer * | aListBox | ) | [static] |
Definition at line 70 of file listboxrefreshtimer.cpp.
void CListboxRefreshTimer::DoCancel | ( | ) |
void CListboxRefreshTimer::RunL | ( | ) |
Implementation of the timer's virtual method. Update listboxes screen.
Definition at line 100 of file listboxrefreshtimer.cpp.
TInt CListboxRefreshTimer::RunError | ( | TInt | aError | ) |
Handles a leave occurring in the request completion event handler RunL(). return returns always KErrNone.
Definition at line 121 of file listboxrefreshtimer.cpp.
void CListboxRefreshTimer::StartL | ( | ) |