ScreenODETest Class Reference

Test bench for ODE Worlds. More...

#include <ScreenODETest.h>

Inheritance diagram for ScreenODETest:

Inheritance graph
[legend]
Collaboration diagram for ScreenODETest:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ScreenODETest ()
 ScreenODETest (const MString &name)
virtual ~ScreenODETest ()
virtual void Init ()
virtual void Update (const float dTime)
 [internal] Update (call this update last when abstracting because Update can destroy the object)
virtual void Draw ()
 [internal] Draw (CALL FIRST when using abstracted draw commands)
void SendInfo (const MString &name)
 CLASS_RTTI (ScreenODETest, MercuryScreen)

Private Attributes

MercuryLight m_light
MercuryODEWorld m_pWorld
MercuryShape m_shpGround
bool m_bFirstUpdate

Detailed Description

Test bench for ODE Worlds.

Definition at line 10 of file ScreenODETest.h.


Constructor & Destructor Documentation

ScreenODETest::ScreenODETest (  )  [inline]

Definition at line 13 of file ScreenODETest.h.

ScreenODETest::ScreenODETest ( const MString name  )  [inline]

Definition at line 14 of file ScreenODETest.h.

ScreenODETest::~ScreenODETest (  )  [virtual]

Definition at line 15 of file ScreenODETest.cpp.


Member Function Documentation

void ScreenODETest::Init (  )  [virtual]

Reimplemented from MercuryScreen.

Definition at line 21 of file ScreenODETest.cpp.

void ScreenODETest::Update ( const float  dTime  )  [virtual]

[internal] Update (call this update last when abstracting because Update can destroy the object)

Reimplemented from MercuryScreen.

Definition at line 60 of file ScreenODETest.cpp.

void ScreenODETest::Draw (  )  [virtual]

[internal] Draw (CALL FIRST when using abstracted draw commands)

Reimplemented from MercuryObject.

Definition at line 93 of file ScreenODETest.cpp.

void ScreenODETest::SendInfo ( const MString name  ) 

ScreenODETest::CLASS_RTTI ( ScreenODETest  ,
MercuryScreen   
)


Member Data Documentation

MercuryLight ScreenODETest::m_light [private]

Definition at line 24 of file ScreenODETest.h.

MercuryODEWorld ScreenODETest::m_pWorld [private]

Definition at line 25 of file ScreenODETest.h.

MercuryShape ScreenODETest::m_shpGround [private]

Definition at line 26 of file ScreenODETest.h.

bool ScreenODETest::m_bFirstUpdate [private]

Definition at line 27 of file ScreenODETest.h.


The documentation for this class was generated from the following files:
Hosted by SourceForge.net Logo