mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 08:45:36 +08:00
Ref T736 Refactor CRadarComponent so the polar-to-cartesian conversion happens in one place only.
This commit is contained in:
committed by
Klaus Basan
parent
6d1f0328bf
commit
7b538a560a
@@ -57,6 +57,8 @@ namespace BlackGui
|
||||
void changeRangeInSteps(bool zoomIn);
|
||||
void changeRangeFromUserSelection(int index);
|
||||
|
||||
static QPointF polarPoint(double distance, double angleRadians);
|
||||
|
||||
//! Info area tab bar has changed
|
||||
void onInfoAreaTabBarChanged(int index);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user