#include <Instrument.h>
|
| TCASOverlay (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 452 of file Instrument.h.
◆ TCASOverlay()
TCASOverlay::TCASOverlay |
( |
int |
prmX, |
|
|
int |
prmY, |
|
|
float |
prmXScale, |
|
|
float |
prmYScale, |
|
|
Bus * |
prmBus, |
|
|
Logger * |
prmLogger, |
|
|
DeviceObject * |
prmDevice, |
|
|
std::vector< Font *> |
prmFonts |
|
) |
| |
◆ FrameMove()
void TCASOverlay::FrameMove |
( |
float |
fElapsed | ) |
|
|
overridevirtual |
◆ Render()
void TCASOverlay::Render |
( |
| ) |
|
|
overridevirtual |
◆ collisionThreat
Sprite* TCASOverlay::collisionThreat = nullptr |
|
private |
◆ headingTrueRad
float TCASOverlay::headingTrueRad = 0.0f |
|
private |
◆ iconOffsetX
float TCASOverlay::iconOffsetX = 0.0f |
|
private |
◆ iconOffsetY
float TCASOverlay::iconOffsetY = 0.0f |
|
private |
◆ noThreat
Sprite* TCASOverlay::noThreat = nullptr |
|
private |
◆ pixelPerKmX
float TCASOverlay::pixelPerKmX = 0.0f |
|
private |
◆ pixelPerKmY
float TCASOverlay::pixelPerKmY = 0.0f |
|
private |
◆ potentialThreat
Sprite* TCASOverlay::potentialThreat = nullptr |
|
private |
◆ proximate
Sprite* TCASOverlay::proximate = nullptr |
|
private |
◆ relativeCenter
D3DXVECTOR2 TCASOverlay::relativeCenter = D3DXVECTOR2(0, 0) |
|
private |
◆ rotate
float TCASOverlay::rotate = 0.0f |
|
private |
◆ targets
The documentation for this class was generated from the following files: