IND_Timer Class Reference
[IND_Timer]

List of all members.

Public Member Functions

void Start ()
void Stop ()
void Pause ()
void Unpause ()
unsigned int GetTicks ()
bool IsStarted ()
 This function returns true if the timer has been started.
bool IsPaused ()
 This function returns true if the timer is paused.


Detailed Description

IND_Timer is an object that will help you to measure the pass of the time. Click in IND_Timer to see all the methods of this class.

Member Function Documentation

void IND_Timer::Start (  ) 

Operation:

This function initializes the timer. Just after calling this method the timer will start to measure the time.

void IND_Timer::Stop (  ) 

Operation:

This method stops the timer.

void IND_Timer::Pause (  ) 

Operation:

This method pauses the timer.

void IND_Timer::Unpause (  ) 

Operation:

This method unpauses the timer.

unsigned int IND_Timer::GetTicks (  ) 

Operation:

Returns the number of millisecods passed since the last call to IND_Timer::Start() or IND_Timer::Init()


The documentation for this class was generated from the following files:
Generated on Fri Jan 2 17:16:47 2009 for IndieLib by  doxygen 1.5.4