ScreenRallyRace Class Reference

#include <ScreenRallyRace.h>

Inheritance diagram for ScreenRallyRace:

Inheritance graph
[legend]
Collaboration diagram for ScreenRallyRace:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ScreenRallyRace ()
 ScreenRallyRace (const MString &name)
virtual ~ScreenRallyRace ()
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 Message (int Message, PStack &data, const MString &name)
 Receive message (When subscribing to messages, you receive them via this command).
 CLASS_RTTI (ScreenRallyRace, ScreenOutdoors)

Private Attributes

MercuryINI m_pINI
MercuryODEWorld m_pWorld
MercuryCamera m_fCamera

Detailed Description

Definition at line 10 of file ScreenRallyRace.h.


Constructor & Destructor Documentation

ScreenRallyRace::ScreenRallyRace (  )  [inline]

Definition at line 13 of file ScreenRallyRace.h.

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

Definition at line 14 of file ScreenRallyRace.h.

ScreenRallyRace::~ScreenRallyRace (  )  [virtual]

Definition at line 14 of file ScreenRallyRace.cpp.


Member Function Documentation

void ScreenRallyRace::Init (  )  [virtual]

Reimplemented from ScreenOutdoors.

Definition at line 19 of file ScreenRallyRace.cpp.

void ScreenRallyRace::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 43 of file ScreenRallyRace.cpp.

void ScreenRallyRace::Message ( int  Message,
PStack data,
const MString name 
) [virtual]

Receive message (When subscribing to messages, you receive them via this command).

Reimplemented from MercuryScreen.

Definition at line 69 of file ScreenRallyRace.cpp.

ScreenRallyRace::CLASS_RTTI ( ScreenRallyRace  ,
ScreenOutdoors   
)


Member Data Documentation

MercuryINI ScreenRallyRace::m_pINI [private]

Definition at line 22 of file ScreenRallyRace.h.

MercuryODEWorld ScreenRallyRace::m_pWorld [private]

Definition at line 23 of file ScreenRallyRace.h.

MercuryCamera ScreenRallyRace::m_fCamera [private]

Definition at line 24 of file ScreenRallyRace.h.


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