mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-11 14:45:33 +08:00
Ref T705, use model set for reverse lookup
* allow finding model string from set, for NON DB models * pass model set as parameter
This commit is contained in:
committed by
Mat Sutcliffe
parent
1f148cf7f8
commit
b87d0f5f15
@@ -11,8 +11,8 @@
|
||||
#ifndef BLACKGUI_COMPONENT_MODELMATCHERCOMPONENT_H
|
||||
#define BLACKGUI_COMPONENT_MODELMATCHERCOMPONENT_H
|
||||
|
||||
#include "blackcore/aircraftmatcher.h"
|
||||
#include "blackgui/blackguiexport.h"
|
||||
#include "blackcore/aircraftmatcher.h"
|
||||
#include "blackmisc/simulation/settings/modelmatchersettings.h"
|
||||
#include "blackmisc/simulation/aircraftmodel.h"
|
||||
#include "blackmisc/simulation/simulatedaircraft.h"
|
||||
@@ -95,7 +95,7 @@ namespace BlackGui
|
||||
BlackMisc::Simulation::CAircraftModel defaultModel() const;
|
||||
|
||||
//! Run matching script
|
||||
static BlackMisc::Simulation::MatchingScriptReturnValues matchingScript(const BlackMisc::Simulation::CAircraftModel &inModel, const BlackMisc::Simulation::CAircraftMatcherSetup &setup, BlackMisc::CStatusMessageList &msgs);
|
||||
static BlackMisc::Simulation::MatchingScriptReturnValues matchingScript(const BlackMisc::Simulation::CAircraftModel &inModel, const BlackMisc::Simulation::CAircraftMatcherSetup &setup, const BlackMisc::Simulation::CAircraftModelList &modelSet, BlackMisc::CStatusMessageList &msgs);
|
||||
|
||||
QScopedPointer<Ui::CModelMatcherComponent> ui;
|
||||
QPointer<Views::CAircraftModelView> m_workbenchView; //!< an external workbenc
|
||||
|
||||
Reference in New Issue
Block a user