mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-29 04:35:41 +08:00
@@ -54,6 +54,7 @@ namespace BlackGui::Components
|
||||
void fitInView();
|
||||
void changeRangeInSteps(bool zoomIn);
|
||||
void changeRangeFromUserSelection(int index);
|
||||
void updateFont(int pointSize);
|
||||
|
||||
static QPointF polarPoint(double distance, double angleRadians);
|
||||
|
||||
@@ -74,6 +75,8 @@ namespace BlackGui::Components
|
||||
QTimer m_updateTimer;
|
||||
QTimer m_headingTimer;
|
||||
|
||||
QFont m_tagFont;
|
||||
|
||||
BlackCore::CActionBind m_actionZoomIn { BlackMisc::Input::radarZoomInHotkeyAction(), BlackMisc::Input::radarZoomInHotkeyIcon(), this, &CRadarComponent::rangeZoomIn };
|
||||
BlackCore::CActionBind m_actionZoomOut { BlackMisc::Input::radarZoomOutHotkeyAction(), BlackMisc::Input::radarZoomOutHotkeyIcon(), this, &CRadarComponent::rangeZoomOut };
|
||||
void rangeZoomIn(bool keydown)
|
||||
|
||||
Reference in New Issue
Block a user