#include <Instrument.h>
|
| | EngineBox (int prmX, int prmY, float prmXScale, float prmYScale, Bus *prmBus, Logger *prmLogger, DeviceObject *prmDevice, std::vector< Font *> prmFonts, int prmEngineIndex) |
| |
| 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 166 of file Instrument.h.
◆ EngineBox()
| EngineBox::EngineBox |
( |
int |
prmX, |
|
|
int |
prmY, |
|
|
float |
prmXScale, |
|
|
float |
prmYScale, |
|
|
Bus * |
prmBus, |
|
|
Logger * |
prmLogger, |
|
|
DeviceObject * |
prmDevice, |
|
|
std::vector< Font *> |
prmFonts, |
|
|
int |
prmEngineIndex |
|
) |
| |
◆ FrameMove()
| void EngineBox::FrameMove |
( |
float |
fElapsed | ) |
|
|
overridevirtual |
◆ Render()
| void EngineBox::Render |
( |
| ) |
|
|
overridevirtual |
◆ box
| Sprite* EngineBox::box = nullptr |
|
private |
◆ color
| DWORD EngineBox::color = 0L |
|
private |
◆ engineIndex
| int EngineBox::engineIndex = -1 |
|
private |
◆ label
| WCHAR EngineBox::label[5] = { 0 } |
|
private |
◆ percent
| WCHAR EngineBox::percent[5] = { 0 } |
|
private |
The documentation for this class was generated from the following files: