Ref T231, utility functions

* altitude
* situation
* callsign set
* elevation set
This commit is contained in:
Klaus Basan
2018-01-24 01:33:26 +01:00
parent b5106167d9
commit 5ec095684a
8 changed files with 108 additions and 36 deletions

View File

@@ -38,6 +38,9 @@ namespace BlackMisc
//! Construct from a base class object.
CCallsignSet(const CCollection<CCallsign> &other);
//! Contains by string
bool containsCallsign(const QString &callsign) const;
//! The callsign strings
QStringList getCallsignStrings(bool sorted = false) const;