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 18 of file listboxrefreshtimer.h.
| CListboxRefreshTimer::~CListboxRefreshTimer | ( | ) |
Destructor
Definition at line 31 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 37 of file listboxrefreshtimer.cpp.
| CListboxRefreshTimer * CListboxRefreshTimer::NewLC | ( | CDeviceListContainer * | aListBox | ) | [static] |
Definition at line 45 of file listboxrefreshtimer.cpp.
| void CListboxRefreshTimer::DoCancel | ( | ) |
| void CListboxRefreshTimer::RunL | ( | ) |
Implementation of the timer's virtual method. Update listboxes screen.
Definition at line 75 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 96 of file listboxrefreshtimer.cpp.
| void CListboxRefreshTimer::StartL | ( | ) |
1.6.2