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

void ConstructL ( ) [private]

2nd phase constructor.

NewL(MCUICancellable *)

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

Two-phased constructor.

Parameters

MCUICancellable * aCancellable

RunError(TInt)

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

Parameters

TInt aError

RunL()

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

StartCancelling()

IMPORT_C void StartCancelling ( )
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]