mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-19 03:45:30 +08:00
refs #614, changed matcher and applied changes
* new function in model list * removed all models in matcher, only provider data will be used
This commit is contained in:
@@ -102,8 +102,17 @@ namespace BlackMisc
|
||||
int removeModelsWithString(const QStringList &modelStrings, Qt::CaseSensitivity sensitivity);
|
||||
|
||||
//! Remove if not matching simulator
|
||||
//! \return number of elements removed
|
||||
int removeIfNotMatchingSimulator(const CSimulatorInfo &needToMatch);
|
||||
|
||||
//! Remove if having no model string
|
||||
//! \return number of elements removed
|
||||
int removeAllWithoutModelString();
|
||||
|
||||
//! Remove if excluded CAircraftModel::Exclude
|
||||
//! \return number of elements removed
|
||||
int removeIfExcluded();
|
||||
|
||||
//! Replace or add based on model string
|
||||
//! \return number of elements removed
|
||||
int replaceOrAddModelsWithString(const CAircraftModelList &addOrReplaceList, Qt::CaseSensitivity sensitivity);
|
||||
|
||||
Reference in New Issue
Block a user