Forward definitions for the instruments are below.
More...
#include <Instrument.h>
|
| IndicatedAirSpeedTape (int prmX, int prmY, int prmWidth, int prmHeight, std::string prmTextureFile, float prmModulateKm) |
|
void | Initialize (Bus *prmBus, Logger *prmLogger, DEVICE_OBJECT *prmDevice, int prmScreenWidth, int prmScreenHeight, std::vector< Font > *prmFonts, bool prmFlip) override |
|
void | Render (float fElapsed) override |
|
| Instrument (int prmX, int prmY, float prmXScale, float prmYScale) |
|
void | DrawText (const WCHAR *str, int x, int y, int flags, D3DXCOLOR color, int font, std::string elementName) |
|
virtual | ~Instrument () |
|
Forward definitions for the instruments are below.
IAS
Definition at line 89 of file Instrument.h.
◆ IndicatedAirSpeedTape()
IndicatedAirSpeedTape::IndicatedAirSpeedTape |
( |
int |
prmX, |
|
|
int |
prmY, |
|
|
int |
prmWidth, |
|
|
int |
prmHeight, |
|
|
std::string |
prmTextureFile, |
|
|
float |
prmModulateKm |
|
) |
| |
◆ Initialize()
void IndicatedAirSpeedTape::Initialize |
( |
Bus * |
prmBus, |
|
|
Logger * |
prmLogger, |
|
|
DEVICE_OBJECT * |
prmDevice, |
|
|
int |
prmScreenWidth, |
|
|
int |
prmScreenHeight, |
|
|
std::vector< Font > * |
prmFonts, |
|
|
bool |
prmFlip |
|
) |
| |
|
overridevirtual |
◆ Render()
void IndicatedAirSpeedTape::Render |
( |
float |
fElapsed | ) |
|
|
overridevirtual |
◆ font
UINT IndicatedAirSpeedTape::font = 1 |
|
private |
◆ ias
float IndicatedAirSpeedTape::ias = 0.0f |
|
private |
◆ modulateKm
float IndicatedAirSpeedTape::modulateKm = 0.0f |
|
private |
◆ sprite
Sprite IndicatedAirSpeedTape::sprite |
|
private |
◆ textureFile
std::string IndicatedAirSpeedTape::textureFile |
|
private |
◆ tvpitchscale
float IndicatedAirSpeedTape::tvpitchscale = 0.0f |
|
private |
◆ tvrange
float IndicatedAirSpeedTape::tvrange = 0.0f |
|
private |
◆ vertoffset
float IndicatedAirSpeedTape::vertoffset = 0.0f |
|
private |
The documentation for this class was generated from the following files: