mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 07:35:41 +08:00
Synchronize radar screen with own aircraft heading
ref T653
This commit is contained in:
committed by
Mat Sutcliffe
parent
8c7475f620
commit
6cb5478c5c
@@ -49,6 +49,7 @@ namespace BlackGui
|
||||
void addRadials();
|
||||
|
||||
void refreshTargets();
|
||||
void rotateView();
|
||||
|
||||
void toggleGrid(bool checked);
|
||||
|
||||
@@ -70,8 +71,10 @@ namespace BlackGui
|
||||
QPen m_radarTargetPen = { Qt::green, 1 };
|
||||
|
||||
qreal m_rangeNM = 10.0;
|
||||
int m_rotatenAngle = 0;
|
||||
|
||||
QTimer m_updateTimer;
|
||||
QTimer m_headingTimer;
|
||||
};
|
||||
} // ns
|
||||
} // ns
|
||||
|
||||
Reference in New Issue
Block a user