Ref T242, null functions for livery, airline, aircraft

This commit is contained in:
Klaus Basan
2018-02-07 05:23:25 +01:00
parent e001b0338f
commit 33d4cf82ea
6 changed files with 51 additions and 0 deletions

View File

@@ -291,6 +291,12 @@ namespace BlackMisc
//! \remark normally used with a selected set of ICAO codes or combined types
int calculateScore(const CAircraftIcaoCode &otherCode, CStatusMessageList *log = nullptr) const;
//! Null ICAO?
bool isNull() const;
//! NULL object
static const CAircraftIcaoCode &null();
//! Valid designator?
static bool isValidDesignator(const QString &designator);