mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 23:35:33 +08:00
Ref T451, context menu in views (simulated aircraft/model) to disable model
This commit is contained in:
committed by
Mat Sutcliffe
parent
158ba34936
commit
93cf349a04
@@ -60,6 +60,9 @@ namespace BlackGui
|
||||
//! Request a text message
|
||||
void requestTextMessageWidget(const BlackMisc::Aviation::CCallsign &callsign);
|
||||
|
||||
//! Disable for matching
|
||||
void requestTempDisableModelsForMatching(const BlackMisc::Simulation::CAircraftModelList &models);
|
||||
|
||||
protected:
|
||||
//! \copydoc CViewBase::customMenu
|
||||
virtual void customMenu(Menus::CMenuActions &menuActions) override;
|
||||
@@ -83,6 +86,9 @@ namespace BlackGui
|
||||
//! Follow in simulator
|
||||
void requestFollowInSimulator();
|
||||
|
||||
//! Request temp disabling of matching models
|
||||
void requestTempDisable();
|
||||
|
||||
//! Show position log for selected aircraft
|
||||
void showPositionLogInSimulator();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user