CSVGTPointerHideTimer Class Reference

class CSVGTPointerHideTimer : public CTimer
Provides the timer functionality for hiding the pointer after period of inactivity SVGTUIControl.lib
Since
3.0

Inherits from

Constructor & Destructor Documentation

CSVGTPointerHideTimer(MSVGTPointerInactivityListener *)

CSVGTPointerHideTimer ( MSVGTPointerInactivityListener * aListener ) [private]

C++ default constructor.

Parameters

MSVGTPointerInactivityListener * aListener

~CSVGTPointerHideTimer()

~CSVGTPointerHideTimer ( ) [virtual]

Member Functions Documentation

ConstructL()

void ConstructL ( ) [private]

Second Phase constructor.

DoCancel()

void DoCancel ( ) [virtual]
From CActive Implements cancellation of an outstanding request.
Since
3.0

NewL(MSVGTPointerInactivityListener *)

CSVGTPointerHideTimer * NewL ( MSVGTPointerInactivityListener * aListener ) [static]

Two-phased constructor.

Parameters

MSVGTPointerInactivityListener * aListener

NewLC(MSVGTPointerInactivityListener *)

CSVGTPointerHideTimer * NewLC ( MSVGTPointerInactivityListener * aListener ) [static]

Two-phased constructor.

Parameters

MSVGTPointerInactivityListener * aListener

RunL()

void RunL ( ) [virtual]
From CActive Handles the timer's request completion event.
Since
3.0

Member Data Documentation

MSVGTPointerInactivityListener * iInactivityListener

MSVGTPointerInactivityListener * iInactivityListener [private]