Ref T423, function to recalculate all aircraft (used when aircraft is moved or such)

This commit is contained in:
Klaus Basan
2018-11-06 01:27:26 +01:00
parent 2d4cdc8010
commit 8cf7f676fa
6 changed files with 23 additions and 0 deletions

View File

@@ -242,6 +242,9 @@ namespace BlackCore
//! Follow aircraft im simulator view
virtual bool followAircraft(const BlackMisc::Aviation::CCallsign &callsign) = 0;
//! Recalculate all aircraft
virtual void recalculateAllAircraft() = 0;
//! Reset model by matching it again
virtual bool resetToModelMatchingAircraft(const BlackMisc::Aviation::CCallsign &callsign) = 0;