First version of CRadarComponent

This commit is contained in:
Roland Rossgotterer
2019-01-30 09:45:16 +01:00
committed by Mat Sutcliffe
parent e0d04e7b92
commit 4273eb4260
14 changed files with 706 additions and 7 deletions

View File

@@ -34,6 +34,7 @@ namespace BlackGui
class CLogComponent;
class CMappingComponent;
class CInterpolationComponent;
class CRadarComponent;
class CSettingsComponent;
class CSimulatorComponent;
class CTextMessageComponent;
@@ -68,6 +69,7 @@ namespace BlackGui
InfoAreaInterpolation = 9,
InfoAreaSettings = 10,
InfoAreaLog = 11,
InfoAreaRadar = 12,
InfoAreaNone = -1
};
@@ -107,6 +109,9 @@ namespace BlackGui
//! Text messages
CTextMessageComponent *getTextMessageComponent();
//! Radar
CRadarComponent *getRadarComponent();
//! Display the log
void displayLog();