SwiUI::CommonUI::CCUICancelTimer Class Reference

class SwiUI::CommonUI::CCUICancelTimer : public CTimer
Since
3.0

Inherits from

Constructor & Destructor Documentation

CCUICancelTimer(MCUICancellable *)

CCUICancelTimer(MCUICancellable *aCancellable)[private]

C++ default constructor.

Parameters

MCUICancellable * aCancellable-

~CCUICancelTimer()

IMPORT_C~CCUICancelTimer()[virtual]

Destructor.

Member Functions Documentation

ConstructL()

voidConstructL()[private]

2nd phase constructor.

NewL(MCUICancellable *)

IMPORT_C CCUICancelTimer *NewL(MCUICancellable *aCancellable)[static]

Two-phased constructor.

Parameters

MCUICancellable * aCancellable

RunError(TInt)

TInt RunError(TIntaError)[protected, virtual]
From CActive, Handles a leave occurring in the request completion event handler RunL().
Since
3.0

Parameters

TInt aError

RunL()

voidRunL()[protected, virtual]
From CPeriodic, Called when timer has triggered.
Since
3.0

StartCancelling()

IMPORT_C voidStartCancelling()
Starts the cancelling process.
Since
3.0

Member Data Documentation

MCUICancellable * iCancellable

MCUICancellable *iCancellable[private]

CEikonEnv * iEikEnv

CEikonEnv *iEikEnv[private]

TInt iTryCount

TInt iTryCount[private]