Allow to split callsign based list + samples

This commit is contained in:
Klaus Basan
2015-02-16 00:04:07 +01:00
parent 496d63cf11
commit 29bb7d02d0
3 changed files with 69 additions and 2 deletions

View File

@@ -57,6 +57,12 @@ namespace BlackMisc
//! All suffixes with their respective count
QMap<QString, int> getSuffixes() const;
//! Split into 0..n containers as per callsign
QMap<BlackMisc::Aviation::CCallsign, CONTAINER> splitPerCallsign() const;
//! Sort by callsign
void sortByCallsign();
//! Incremental update or add object
int incrementalUpdateOrAdd(const OBJ &objectBeforeChanged, const BlackMisc::CPropertyIndexVariantMap &changedValues);