mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-24 09:54:16 +08:00
refs #720, finder by Telephony designator (aka callsign) and name
This commit is contained in:
committed by
Mathew Sutcliffe
parent
dbdea2d846
commit
009bfc3ed1
@@ -55,6 +55,9 @@ namespace BlackMisc
|
||||
//! By simplified name
|
||||
CLiveryList findStdLiveriesBySimplifiedAirlineName(const QString &containedString) const;
|
||||
|
||||
//! By names or telephony designator(aka callsign)
|
||||
CLiveryList findStdLiveriesByNamesOrTelephonyDesignator(const QString &candidate) const;
|
||||
|
||||
//! Find livery by combined code
|
||||
CLivery findByCombinedCode(const QString &combinedCode) const;
|
||||
|
||||
@@ -64,7 +67,7 @@ namespace BlackMisc
|
||||
//! All combined codes plus more info
|
||||
QStringList getCombinedCodesPlusInfo(bool sort = false) const;
|
||||
|
||||
//! Find
|
||||
//! Find by multiple criteria
|
||||
CLivery smartLiverySelector(const CLivery &liveryPattern) const;
|
||||
};
|
||||
} //namespace
|
||||
|
||||
Reference in New Issue
Block a user