CSVGTProgressBarTimer Class Reference

class CSVGTProgressBarTimer : public CTimer
Provides the timer functionality for progress time display for the dialog. SVGTUIControl.lib
Since
3.0

Inherits from

Constructor & Destructor Documentation

CSVGTProgressBarTimer(MSVGTProgressBarListener *, TBool)

CSVGTProgressBarTimer(MSVGTProgressBarListener *aListener,
TBoolaResetInactivityTime
)[private]

C++ default constructor.

Parameters

MSVGTProgressBarListener * aListener
TBool aResetInactivityTime

~CSVGTProgressBarTimer()

~CSVGTProgressBarTimer()[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(MSVGTProgressBarListener *, TBool)

CSVGTProgressBarTimer *NewL(MSVGTProgressBarListener *aListener,
TBoolaResetInactivityTime
)[static]

Two-phased constructor.

Parameters

MSVGTProgressBarListener * aListener
TBool aResetInactivityTime

NewLC(MSVGTProgressBarListener *, TBool)

CSVGTProgressBarTimer *NewLC(MSVGTProgressBarListener *aListener,
TBoolaResetInactivityTime
)[static]

Two-phased constructor.

Parameters

MSVGTProgressBarListener * aListener
TBool aResetInactivityTime

RunL()

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

Member Data Documentation

MSVGTProgressBarListener * iListener

MSVGTProgressBarListener *iListener[private]

TBool iUseInactivityTime

TBool iUseInactivityTime[private]