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,
TBool aResetInactivityTime
) [private]

C++ default constructor.

Parameters

MSVGTProgressBarListener * aListener
TBool aResetInactivityTime

~CSVGTProgressBarTimer()

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

CSVGTProgressBarTimer * NewL ( MSVGTProgressBarListener * aListener,
TBool aResetInactivityTime
) [static]

Two-phased constructor.

Parameters

MSVGTProgressBarListener * aListener
TBool aResetInactivityTime

NewLC(MSVGTProgressBarListener *, TBool)

CSVGTProgressBarTimer * NewLC ( MSVGTProgressBarListener * aListener,
TBool aResetInactivityTime
) [static]

Two-phased constructor.

Parameters

MSVGTProgressBarListener * aListener
TBool aResetInactivityTime

RunL()

void RunL ( ) [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]