refs #899, added replaceOrAddObjectsByCallsign utility function

This commit is contained in:
Klaus Basan
2017-03-06 02:30:52 +01:00
committed by Mathew Sutcliffe
parent f71e717ec1
commit 297fef7c3c
2 changed files with 20 additions and 0 deletions

View File

@@ -87,6 +87,8 @@ namespace BlackMisc
//! Split into 0..n containers as per callsign
QHash<BlackMisc::Aviation::CCallsign, CONTAINER> splitPerCallsign() const;
//! Replace or add objects by callsign
int replaceOrAddObjectsByCallsign(const CONTAINER &others);
//! Incremental update or add object
int incrementalUpdateOrAdd(const OBJ &objectBeforeChanged, const BlackMisc::CPropertyIndexVariantMap &changedValues);