#include "../Include/Gauges.h"
#include "../Include/Utility.h"
#include "../Include/Ui.h"
#include "../Include/Globals.h"
#include "../Include/Subsystems.h"
Go to the source code of this file.
Enumerations | |
| enum | EMagnetoSwitch { MAGNETO_SWITCH_OFF = 0, MAGNETO_SWITCH_RIGHT = 1, MAGNETO_SWITCH_LEFT = 2, MAGNETO_SWITCH_BOTH = 3, MAGNETO_SWITCH_START = 4 } |
Functions | |
| static int | ClickAreaFromTag (Tag tag) |
| static void | BlitSurface (SSurface *surface, int xOffset, int yOffset, int y_isiz) |
| static void | ConvertFreq (float f, int *whole, int *fract) |
Definition in file Gauges.cpp.
|
|
Definition at line 9714 of file Gauges.cpp. |
|
||||||||||||||||||||
|
Definition at line 69 of file Gauges.cpp. References BlitTransparent(), SSurface::xScreen, SSurface::yScreen, and SSurface::ySize. Referenced by CNavigationGauge::Blit(), CBasicADFGauge::Blit(), and CGauge::Blit(). |
|
|
Helper function to search for click area datatags. These are tags of the format <ca??> where ?? is a 2-digit value, i.e <ca01>, <ca15> etc.
Definition at line 49 of file Gauges.cpp. Referenced by CBKAP140Gauge::Read(), CBKADFKR87Gauge::Read(), and CBKXPDRKT76Gauge::Read(). |
|
||||||||||||||||
|
Definition at line 3970 of file Gauges.cpp. Referenced by CBKNavComKX155Gauge::Draw(). |
|
|
Documentation generated by
|