My Project
SallyAPI::Core::CCounter Class Reference

Counter. More...

#include <Counter.h>

List of all members.

Public Member Functions

 CCounter ()
 Default constructor.
 ~CCounter ()
 Destructor.
void CalculateNextFrame ()
 Calculates the next frame.
void CalculateElapsedTime ()
 Calculates the elapsed time.
bool RenderNextFrame ()
 Renders a next frame.
float GetElapsedTime ()
 Gets the elapsed time.
float GetElapsedTimeStatic ()
 Gets the elapsed time static.

Detailed Description

Counter.

Author:
Christian Knobloch
Date:
19.04.2010

Constructor & Destructor Documentation

Default constructor.

Author:
Christian Knobloch
Date:
19.04.2010

Destructor.

Author:
Christian Knobloch
Date:
19.04.2010

Member Function Documentation

Calculates the elapsed time.

Author:
Christian Knobloch
Date:
19.04.2010

Calculates the next frame.

Author:
Christian Knobloch
Date:
19.04.2010

Gets the elapsed time.

Author:
Christian Knobloch
Date:
19.04.2010
Returns:
The elapsed time.

Gets the elapsed time static.

Author:
Christian Knobloch
Date:
18.02.2011
Returns:
The elapsed time static.

Renders a next frame.

Author:
Christian Knobloch
Date:
19.04.2010
Returns:
true if it succeeds, false if it fails.

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines