AI.
More...
#include <Instrument.h>
|
| AttitudeIndicator (int prmX, int prmY, int prmWidth, int prmHeight, std::string prmTextureFile) |
|
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 () |
|
AI.
Definition at line 108 of file Instrument.h.
◆ AttitudeIndicator()
AttitudeIndicator::AttitudeIndicator |
( |
int |
prmX, |
|
|
int |
prmY, |
|
|
int |
prmWidth, |
|
|
int |
prmHeight, |
|
|
std::string |
prmTextureFile |
|
) |
| |
◆ Initialize()
void AttitudeIndicator::Initialize |
( |
Bus * |
prmBus, |
|
|
Logger * |
prmLogger, |
|
|
DEVICE_OBJECT * |
prmDevice, |
|
|
int |
prmScreenWidth, |
|
|
int |
prmScreenHeight, |
|
|
std::vector< Font > * |
prmFonts, |
|
|
bool |
prmFlip |
|
) |
| |
|
overridevirtual |
◆ Render()
void AttitudeIndicator::Render |
( |
float |
fElapsed | ) |
|
|
overridevirtual |
◆ cbpitchscale
float AttitudeIndicator::cbpitchscale = 0.0f |
|
private |
◆ cbvertoffset
float AttitudeIndicator::cbvertoffset = 0.0f |
|
private |
◆ commandBars
Sprite AttitudeIndicator::commandBars |
|
private |
◆ failflag
Sprite AttitudeIndicator::failflag |
|
private |
◆ glideslope
Sprite AttitudeIndicator::glideslope |
|
private |
◆ glideslopebug
Sprite AttitudeIndicator::glideslopebug |
|
private |
◆ localizer
Sprite AttitudeIndicator::localizer |
|
private |
◆ pitch
float AttitudeIndicator::pitch = 0.0f |
|
private |
◆ roll
float AttitudeIndicator::roll = 0.0f |
|
private |
◆ sprite
Sprite AttitudeIndicator::sprite |
|
private |
◆ textureFile
std::string AttitudeIndicator::textureFile |
|
private |
◆ tvpitchscale
float AttitudeIndicator::tvpitchscale = 0.0f |
|
private |
◆ tvrange
float AttitudeIndicator::tvrange = 0.0f |
|
private |
◆ tvvertoffset
float AttitudeIndicator::tvvertoffset = 0.0f |
|
private |
The documentation for this class was generated from the following files: