mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-23 05:45:35 +08:00
First version of CRadarComponent
This commit is contained in:
committed by
Mat Sutcliffe
parent
e0d04e7b92
commit
4273eb4260
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user