Ref T275, Ref T280 improved interpolation log and allow to disable all aircraft

* show when interpolation log updates its views (LED)
* allow to disable all aircraft (one can disable all, then just enable one aircraft which is useful for debugging)
This commit is contained in:
Klaus Basan
2018-06-15 12:34:51 +02:00
parent b1fc56bb57
commit 58b484d997
6 changed files with 137 additions and 114 deletions

View File

@@ -99,9 +99,15 @@ namespace BlackGui
//! Enable all disabled aircraft
void enableAllDisabledAircraft();
//! Disable all enabled aircraft
void disableAllEnabledAircraft();
//! Enable all unrendered aircraft
void reEnableAllUnrenderedAircraft();
//! Enable or disable aircraft
void enableOrDisableAircraft(const BlackMisc::Simulation::CSimulatedAircraftList &aircraft, bool newEnabled);
bool m_withMenuHighlightAndFollow = true;
bool m_withMenuEnableAircraft = true;
bool m_withMenuEnableGndFlag = true;