refs #820, utility functions for score and groupBy

This commit is contained in:
Klaus Basan
2016-12-02 02:50:12 +01:00
parent d398fc7e9e
commit 630ec78d38
13 changed files with 250 additions and 40 deletions

View File

@@ -338,6 +338,9 @@ namespace BlackMisc
//! Matches model string?
bool matchesModelString(const QString &modelString, Qt::CaseSensitivity sensitivity) const;
//! Calculate score
int calculateScore(const CAircraftModel &compareModel) const;
//! Validate
BlackMisc::CStatusMessageList validate(bool withNestedObjects) const;
@@ -368,7 +371,7 @@ namespace BlackMisc
//! Model mode
static ModelMode modelModeFromString(const QString &mode);
//! Model mode-
//! Model mode
static const QString &modelModeToString(ModelMode mode);
//! From swift DB JSON