Context menu "enable all aircraft"

This commit is contained in:
Klaus Basan
2018-05-08 04:20:10 +02:00
committed by Roland Winklmeier
parent fd2f63f246
commit f1bb44060e
2 changed files with 42 additions and 8 deletions

View File

@@ -66,12 +66,24 @@ namespace BlackGui
virtual void customMenu(BlackGui::Menus::CMenuActions &menuActions) override;
private:
//! Request text message for selected aircraft
void requestTextMessage();
void toogleEnabledAircraft();
void fastPositionUpdates();
//! Toogle aircraft state for selected aircraft
void toggleEnabledAircraft();
//! Toggle fast position updates for selected aircraft
void toggleFastPositionUpdates();
//! Highlight aircraft in simulator
void highlightInSimulator();
//! Show position log for selected aircraft
void showPositionLogInSimulator();
//! Enable all disabled aircraft
void enableAllDisabledAircraft();
bool m_withMenuHighlight = true;
bool m_withMenuEnable = true;
bool m_withMenuFastPosition = true;