#include <Instrument.h>
|
| | StreetView (int prmX, int prmY, float prmXScale, float prmYScale, Bus *prmBus, Logger *prmLogger, DeviceObject *prmDevice, std::vector< Font *> prmFonts) |
| |
| void | Render () override |
| |
| void | FrameMove (float fElapsed) override |
| |
| | Instrument (int prmX, int prmY, float prmXScale, float prmYScale, Bus *prmBus, Logger *prmLogger, DeviceObject *prmDevice, std::vector< Font *> prmFonts) |
| |
| void | DrawText (const WCHAR *str, int relativeX, int relativeY, float prmZ, int flags, D3DXCOLOR color, int font=-1, std::string elementName="", int width=0, int height=0) |
| |
| virtual bool | HandleKeyPress (short key, bool shift) |
| |
| virtual void | OnPageChanged () |
| |
Definition at line 398 of file Instrument.h.
◆ StreetView()
| StreetView::StreetView |
( |
int |
prmX, |
|
|
int |
prmY, |
|
|
float |
prmXScale, |
|
|
float |
prmYScale, |
|
|
Bus * |
prmBus, |
|
|
Logger * |
prmLogger, |
|
|
DeviceObject * |
prmDevice, |
|
|
std::vector< Font *> |
prmFonts |
|
) |
| |
◆ FrameMove()
| void StreetView::FrameMove |
( |
float |
fElapsed | ) |
|
|
overridevirtual |
◆ Render()
| void StreetView::Render |
( |
| ) |
|
|
overridevirtual |
◆ airplane
| Sprite* StreetView::airplane = nullptr |
|
private |
◆ cityMap
| Sprite* StreetView::cityMap = nullptr |
|
private |
◆ height
◆ navTarget
| Sprite* StreetView::navTarget = nullptr |
|
private |
◆ width
The documentation for this class was generated from the following files: