mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-23 05:45:35 +08:00
Ref T515, functions for matcher setting/getting disabled models
This commit is contained in:
committed by
Mat Sutcliffe
parent
da92f3885c
commit
faddf40ba7
@@ -193,6 +193,9 @@ namespace BlackCore
|
||||
//! \remark effective until new set is set
|
||||
void disableModelsForMatching(const BlackMisc::Simulation::CAircraftModelList &removedModels, bool incremental);
|
||||
|
||||
//! The disabled models for matching
|
||||
BlackMisc::Simulation::CAircraftModelList getDisabledModelsForMatching() const { return m_disabledModels; }
|
||||
|
||||
//! Restore the models removed with CAircraftMatcher::disableModelForMatching
|
||||
void restoreDisabledModels();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user