Ref T515, functions for matcher setting/getting disabled models

This commit is contained in:
Klaus Basan
2019-01-22 21:35:08 +01:00
committed by Mat Sutcliffe
parent da92f3885c
commit faddf40ba7
7 changed files with 51 additions and 0 deletions

View File

@@ -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();