Rise
The Vieneo Province
instruments Class Reference

#include <instruments.h>

Collaboration diagram for instruments:
[legend]

Public Member Functions

 instruments (Viewscreen *ptr)
 
 ~instruments ()
 
void FrameMove (float fElapsedTime)
 
void Draw (float fElapsedTime, IDirect3DDevice9 *pd3dDevice) const
 
void OnCreateDevice (IDirect3DDevice9 *pd3dDevice)
 
void OnLostDevice ()
 
void OnDestroyDevice ()
 
void OnResetDevice (IDirect3DDevice9 *pd3dDevice, const D3DSURFACE_DESC *pBackBufferSurfaceDesc)
 

Private Attributes

Viewscreenviewscreen
 
Loggerlogger
 
TurnByTurnturnByTurn
 

Detailed Description

Definition at line 12 of file instruments.h.

Constructor & Destructor Documentation

◆ instruments()

instruments::instruments ( Viewscreen ptr)

Definition at line 7 of file instruments.cpp.

Here is the call graph for this function:

◆ ~instruments()

instruments::~instruments ( )

Definition at line 15 of file instruments.cpp.

Member Function Documentation

◆ Draw()

void instruments::Draw ( float  fElapsedTime,
IDirect3DDevice9 *  pd3dDevice 
) const

Definition at line 285 of file instruments.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ FrameMove()

void instruments::FrameMove ( float  fElapsedTime)

Definition at line 19 of file instruments.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ OnCreateDevice()

void instruments::OnCreateDevice ( IDirect3DDevice9 *  pd3dDevice)

Definition at line 1533 of file instruments.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ OnDestroyDevice()

void instruments::OnDestroyDevice ( void  )

Definition at line 1557 of file instruments.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ OnLostDevice()

void instruments::OnLostDevice ( )

Definition at line 1549 of file instruments.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ OnResetDevice()

void instruments::OnResetDevice ( IDirect3DDevice9 *  pd3dDevice,
const D3DSURFACE_DESC *  pBackBufferSurfaceDesc 
)

Definition at line 1541 of file instruments.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ logger

Logger* instruments::logger
private

Definition at line 26 of file instruments.h.

◆ turnByTurn

TurnByTurn* instruments::turnByTurn
private

Definition at line 27 of file instruments.h.

◆ viewscreen

Viewscreen* instruments::viewscreen
private

Definition at line 25 of file instruments.h.


The documentation for this class was generated from the following files: