mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 21:05:31 +08:00
refs #452, adjusted aircraft/aviation classes
* support for loading from datastore * improved timestamp handling * new color and country classes * new attributes * updates for missing parts in CUser
This commit is contained in:
committed by
Mathew Sutcliffe
parent
c5f7179588
commit
ae24700299
@@ -36,9 +36,14 @@ namespace BlackMisc
|
||||
//! Construct from a base class object.
|
||||
CLiveryList(const CSequence<CLivery> &other);
|
||||
|
||||
//! Find 0..n liveries by combined code
|
||||
CLiveryList findByCombinedCode(const QString &combinedCode) const;
|
||||
//! Find livery by airline
|
||||
CLiveryList findByAirlineIcaoDesignator(const QString &icao) const;
|
||||
|
||||
//! Find livery by airline
|
||||
CLivery findByAirlineIcaoDesignatorStdLivery(const QString &icao) const;
|
||||
|
||||
//! Find livery by combined code
|
||||
CLivery findByCombinedCode(const QString &combinedCode) const;
|
||||
};
|
||||
} //namespace
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user