Functions to remove models from model set

This commit is contained in:
Klaus Basan
2019-09-06 19:02:39 +02:00
committed by Mat Sutcliffe
parent 79c947f8fa
commit 2e96caef5c
6 changed files with 35 additions and 0 deletions

View File

@@ -210,6 +210,9 @@ namespace BlackCore
//! Model set completer string
virtual QStringList getModelSetCompleterStrings(bool sorted) const = 0;
//! Remove models from set
virtual int removeModelsFromSet(const BlackMisc::Simulation::CAircraftModelList &removeModels) = 0;
//! \copydoc CAircraftMatcher::disableModelsForMatching
virtual void disableModelsForMatching(const BlackMisc::Simulation::CAircraftModelList &removedModels, bool incremental) = 0;