Ref T298, new attributes for matching setup in editor

This commit is contained in:
Klaus Basan
2018-08-11 00:44:24 +02:00
parent 3aadef458d
commit c4bd1536f2
3 changed files with 134 additions and 34 deletions

View File

@@ -55,6 +55,18 @@ namespace BlackGui
//! Mode
BlackMisc::Simulation::CAircraftMatcherSetup::MatchingMode matchingMode() const;
//! Stragey
BlackMisc::Simulation::CAircraftMatcherSetup::PickSimilarStrategy pickStrategy() const;
//! Set the pick strategy
void setPickStrategy(const BlackMisc::Simulation::CAircraftMatcherSetup &setup);
//! Set the matching mode
void setMatchingAlgorithm(const BlackMisc::Simulation::CAircraftMatcherSetup &setup);
//! Algorithm has been toggled
void onAlgorithmChanged(bool checked);
QScopedPointer<Ui::CMatchingForm> ui;
};
} // ns