#include <Instrument.h>
|
| | LandingGear (int prmX, int prmY, float prmXScale, float prmYScale, Bus *prmBus, Logger *prmLogger, DeviceObject *prmDevice, std::vector< Font *> prmFonts) |
| |
| void | Render () 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 void | FrameMove (float fElapsed) |
| |
| virtual bool | HandleKeyPress (short key, bool shift) |
| |
| virtual void | OnPageChanged () |
| |
Definition at line 156 of file Instrument.h.
◆ LandingGear()
| LandingGear::LandingGear |
( |
int |
prmX, |
|
|
int |
prmY, |
|
|
float |
prmXScale, |
|
|
float |
prmYScale, |
|
|
Bus * |
prmBus, |
|
|
Logger * |
prmLogger, |
|
|
DeviceObject * |
prmDevice, |
|
|
std::vector< Font *> |
prmFonts |
|
) |
| |
◆ Render()
| void LandingGear::Render |
( |
| ) |
|
|
overridevirtual |
◆ box
| Sprite* LandingGear::box = nullptr |
|
private |
◆ dots
| Sprite* LandingGear::dots = nullptr |
|
private |
The documentation for this class was generated from the following files: