mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-09 21:45:34 +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
@@ -113,12 +113,15 @@ namespace BlackGui
|
||||
//! Request to stash if applicable
|
||||
void requestStash(const BlackMisc::Simulation::CAircraftModelList &models);
|
||||
|
||||
//! Highlight stashed models has been toggled
|
||||
void toggledHighlightStashedModels();
|
||||
|
||||
//! Request further handling of drops I cannot handle on my own
|
||||
void requestHandlingOfStashDrop(const BlackMisc::Aviation::CAirlineIcaoCode &airlineIcao);
|
||||
|
||||
//! Temp.disable model
|
||||
void requestTempDisableModelsForMatching(const BlackMisc::Simulation::CAircraftModelList &models);
|
||||
|
||||
//! Highlight stashed models has been toggled
|
||||
void toggledHighlightStashedModels();
|
||||
|
||||
//! Models for simulator loaded (JSON)
|
||||
void jsonModelsForSimulatorLoaded(const BlackMisc::Simulation::CSimulatorInfo &simulator);
|
||||
|
||||
@@ -148,6 +151,9 @@ namespace BlackGui
|
||||
//! Stash shortcut pressed
|
||||
void requestedStash();
|
||||
|
||||
//! Requested a temporary disabled model
|
||||
void requestTempDisable();
|
||||
|
||||
//! Dialog about model statistics
|
||||
void displayModelStatisticsDialog();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user