mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 07:35:48 +08:00
Allow to alter model set simulator in pilot client
* selector can be read only * functions in context to obtain model set from loader/matcher, this will not be used when a plugin driver is present * adjusted UI
This commit is contained in:
@@ -148,6 +148,13 @@ namespace BlackCore
|
||||
//! \note might be slow since list can be big
|
||||
virtual BlackMisc::Simulation::CAircraftModelList getModelSet() const = 0;
|
||||
|
||||
//! Get the model set loader simulator directly
|
||||
virtual BlackMisc::Simulation::CSimulatorInfo getModelSetLoaderSimulator() const = 0;
|
||||
|
||||
//! Set the model set loader simulator directly
|
||||
//! \note for testing purposes
|
||||
virtual void setModelSetLoaderSimulator(const BlackMisc::Simulation::CSimulatorInfo &simulator) = 0;
|
||||
|
||||
//! Simulators which have an initialized model set
|
||||
virtual BlackMisc::Simulation::CSimulatorInfo simulatorsWithInitializedModelSet() const = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user