#include <CountdownTimer.h>
Inheritance diagram for CCountdownTimer:
Public Member Functions | |
CCountdownTimer (uint64 InitialTime) | |
CCountdownTimer. | |
virtual | ~CCountdownTimer () |
CCountdownTimer. | |
void | Reset () |
Reset. | |
void | Reset (uint64 duration) |
Reset. | |
int64 | GetTimeRemaining () |
GetTimeRemaining. | |
bool | IsExpired () |
IsExpired. | |
void | Pause () |
Pause. | |
void | Resume () |
Resume. |
Description: Basic timer class.
Limitations: This class is not thread safe!
|
CCountdownTimer. Description: Initializes the timer's interal attributes.
|
|
CCountdownTimer. Description:
|
|
GetTimeRemaining. Description: This function returns the time remaining
|
|
IsExpired. Description: This function test to see if the countdown timer has expired.
|
|
Pause. Description:
|
|
Reset. Description: Resets the countdown timer using the new duration value.
|
|
Reset. Description: Resets the countdown timer.
Reimplemented from CTimer. |
|
Resume. Description:
|