mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 10:15:38 +08:00
First version of CRadarComponent
This commit is contained in:
committed by
Mat Sutcliffe
parent
e0d04e7b92
commit
4273eb4260
@@ -97,6 +97,11 @@ namespace BlackGui
|
||||
return ui->comp_TextMessages;
|
||||
}
|
||||
|
||||
CRadarComponent *CMainInfoAreaComponent::getRadarComponent()
|
||||
{
|
||||
return ui->comp_Radar;
|
||||
}
|
||||
|
||||
void CMainInfoAreaComponent::displayLog()
|
||||
{
|
||||
ui->comp_Log->displayLog();
|
||||
@@ -195,6 +200,7 @@ namespace BlackGui
|
||||
case InfoAreaLog: return CIcons::appLog16();
|
||||
case InfoAreaTextMessages: return CIcons::appTextMessages16();
|
||||
case InfoAreaInterpolation: return CIcons::appInterpolation16();
|
||||
case InfoAreaRadar: return CIcons::appRadar16();
|
||||
default: return CIcons::empty();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user