|
Product parts
|
|
Virtual File system
|
| Virtual Render |
| Virtual Machine |
| |
|
Demo Games
|
| |
|
3D Engine
|
|
gvSystem(dx9)
|
|
|
|
Link
|
 |
|
|
gv_iTimer Class Referencetimer virtual class.
More...
#include <gv_timer.h>
Inheritance diagram for gv_iTimer:
[legend]List of all members.
|
Public Member Functions |
| virtual | ~gv_iTimer (void) |
| | must have function. (for wipi 2.0 sdk virtual conflict)
|
| virtual void | initTimer (void) |
| virtual int | Refresh (void) |
| virtual void | Reset (void) |
Detailed Description
timer virtual class.
Definition at line 15 of file gv_timer.h.
Constructor & Destructor Documentation
| virtual gv_iTimer::~gv_iTimer |
( |
void |
|
) |
[inline, virtual] |
must have function. (for wipi 2.0 sdk virtual conflict)
Definition at line 19 of file gv_timer.h.
Member Function Documentation
| virtual void gv_iTimer::initTimer |
( |
void |
|
) |
[inline, virtual] |
| virtual int gv_iTimer::Refresh |
( |
void |
|
) |
[inline, virtual] |
| virtual void gv_iTimer::Reset |
( |
void |
|
) |
[inline, virtual] |
The documentation for this class was generated from the following file:
|