CListboxRefreshTimer Class Reference

List of all members.

Public Member Functions

 ~CListboxRefreshTimer ()
void DoCancel ()
void RunL ()
TInt RunError (TInt aError)
void StartL ()

Static Public Member Functions

static CListboxRefreshTimerNewL (CDeviceListContainer *aListBox)
static CListboxRefreshTimerNewLC (CDeviceListContainer *aListBox)

Detailed Description

CListboxRefreshTimer Updates listbox screen.

Definition at line 42 of file listboxrefreshtimer.h.


Constructor & Destructor Documentation

CListboxRefreshTimer::~CListboxRefreshTimer (  ) 

Destructor

Definition at line 56 of file listboxrefreshtimer.cpp.


Member Function Documentation

CListboxRefreshTimer * CListboxRefreshTimer::NewL ( CDeviceListContainer aListBox  )  [static]

NewL()

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]

NewLC()

Definition at line 70 of file listboxrefreshtimer.cpp.

void CListboxRefreshTimer::DoCancel (  ) 

DoCancelL()

Cancels the timer.

Definition at line 113 of file listboxrefreshtimer.cpp.

void CListboxRefreshTimer::RunL (  ) 

RunL()

Implementation of the timer's virtual method. Update listboxes screen.

Definition at line 100 of file listboxrefreshtimer.cpp.

TInt CListboxRefreshTimer::RunError ( TInt  aError  ) 

RunError()

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 (  ) 

StartL()

Start updating the listbox.

Definition at line 92 of file listboxrefreshtimer.cpp.


Generated by  doxygen 1.6.2