class Sp_Adm_Time: public Stk_Timer

The time management

Inheritance:


Public Methods

[more] Sp_Adm_Time()
Constructor
[more]long GetElapsedTime()
time elapsed from the beginning of programme
[more]long GetFrameElapsedTime()
time elapsed from last frame
[more]void FrameTick()
function which must be called once time per frame
[more]long GetFrameCounter()
function wich give the number of the current frame

Protected Fields

[more]long start
time recorded at the construction of this object
[more]long last
time for last frame
[more]long current
time for current frame
[more]long frame_counter
number of frame


Inherited from Stk_Timer:

Public Methods

olong GetTime() const


Documentation

The time management
o Sp_Adm_Time()
Constructor

olong GetElapsedTime()
time elapsed from the beginning of programme

olong GetFrameElapsedTime()
time elapsed from last frame

ovoid FrameTick()
function which must be called once time per frame

olong GetFrameCounter()
function wich give the number of the current frame

olong start
time recorded at the construction of this object

olong last
time for last frame

olong current
time for current frame

olong frame_counter
number of frame


Direct child classes:
Sp_Adm

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.