mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 02:45:33 +08:00
Ref T515, logic for "isLikely" simulator list moved to model list
This commit is contained in:
committed by
Mat Sutcliffe
parent
11daf3b418
commit
77e642d42d
@@ -229,9 +229,18 @@ namespace BlackMisc
|
||||
//! Set simulator for all elements
|
||||
int setSimulatorInfo(const CSimulatorInfo &info);
|
||||
|
||||
//! Which simulators are supported in that model list
|
||||
//! Which simulators are supported in this model list
|
||||
CSimulatorInfo simulatorsSupported() const;
|
||||
|
||||
//! Is this here a FS family (P3D/FSX/FS9) model list?
|
||||
bool isLikelyFsFamilyModelList() const;
|
||||
|
||||
//! Is this here a FS family (P3D/FSX) model list?
|
||||
bool isLikelyFsxFamilyModelList() const;
|
||||
|
||||
//! Is this here a XPlane model list?
|
||||
bool isLikelyXplaneModelList() const;
|
||||
|
||||
//! Set mode for all elements
|
||||
int setModelMode(CAircraftModel::ModelMode mode);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user