Public Member Functions | |
~CCardGameTimer () | |
void | RunL () |
void | StartTimer (TInt aDuration) |
Static Public Member Functions | |
static CCardGameTimer * | NewL (CCardGameBase &aParent) |
Definition at line 27 of file cardgametimer.h.
CCardGameTimer::~CCardGameTimer | ( | ) |
Destructor.
Definition at line 52 of file cardgametimer.cpp.
CCardGameTimer * CCardGameTimer::NewL | ( | CCardGameBase & | aParent | ) | [static] |
NewLC function, calls 2nd phase constructor.
Definition at line 32 of file cardgametimer.cpp.
void CCardGameTimer::RunL | ( | ) |
Implemention of RunL that make a call back to parent to signal completion
Definition at line 61 of file cardgametimer.cpp.
void CCardGameTimer::StartTimer | ( | TInt | aDuration | ) |
A function that will start a timer for the duration specified
aDuration | Duration of timer |
Definition at line 72 of file cardgametimer.cpp.