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

voidConstructL()[private]

Second Phase constructor.

DoCancel()

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

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

Member Data Documentation

MSVGTPointerInactivityListener * iInactivityListener

MSVGTPointerInactivityListener *iInactivityListener[private]