#include <ScreenODETest.h>
Inheritance diagram for ScreenODETest:
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 |
Definition at line 10 of file ScreenODETest.h.
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.
void ScreenODETest::Init | ( | ) | [virtual] |
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 | ||||
) |
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.