mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-30 05:51:23 +08:00
Ref T778, allow to re-calculate all aircraft from the log.display
This commit is contained in:
committed by
Mat Sutcliffe
parent
373e45e958
commit
09a2377197
@@ -177,6 +177,12 @@ namespace BlackGui
|
||||
//! Request arbitrary elevation
|
||||
void requestElevationAtPosition();
|
||||
|
||||
//! Do a full interpolation cycle for a while
|
||||
void requestRecalculateAll();
|
||||
|
||||
//! Can use the log. display?
|
||||
bool canLog() const;
|
||||
|
||||
//! Pseudo callsign for CInterpolationLogDisplay::requestElevationAtPosition
|
||||
static const BlackMisc::Aviation::CCallsign &pseudoCallsignElevation();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user