mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 10:25:36 +08:00
Context menu "enable all aircraft"
This commit is contained in:
committed by
Roland Winklmeier
parent
fd2f63f246
commit
f1bb44060e
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user