mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 00:25:35 +08:00
refs #743, utility functions and formatting / typos
* simulator info for FS family / as set * fixed synchronized typo * info string for caches * getter for cached models from the loaders * get all FS family models (FSX/P3D/FS9) from list
This commit is contained in:
committed by
Mathew Sutcliffe
parent
7446ffcb80
commit
11e32a065e
@@ -109,7 +109,7 @@ namespace BlackMisc
|
||||
CAircraftModelList findWithKnownAircraftDesignator() const;
|
||||
|
||||
//! Find by manufacturer
|
||||
CAircraftModelList findByManunfacturer(const QString &manufacturer) const;
|
||||
CAircraftModelList findByManufacturer(const QString &manufacturer) const;
|
||||
|
||||
//! Models with aircraft family
|
||||
CAircraftModelList findByFamily(const QString &family) const;
|
||||
@@ -120,6 +120,9 @@ namespace BlackMisc
|
||||
//! Find by military flag
|
||||
CAircraftModelList findByMilitaryFlag(bool military) const;
|
||||
|
||||
//! All models of the FS (FSX, P3D, FS9) family
|
||||
CAircraftModelList getAllFsFamilyModels() const;
|
||||
|
||||
//! Model icon path
|
||||
QString findModelIconPathByModelString(const QString &modelString) const;
|
||||
|
||||
@@ -174,7 +177,7 @@ namespace BlackMisc
|
||||
//! Simulator counts
|
||||
CCountPerSimulator countPerSimulator() const;
|
||||
|
||||
//! Which simulator(s) have the most entries
|
||||
//! Which simulator(s) have the most entries?
|
||||
CSimulatorInfo simulatorsWithMaxEntries() const;
|
||||
|
||||
//! Update distributor, all models in list are set to given distributor
|
||||
|
||||
Reference in New Issue
Block a user