mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:55:33 +08:00
Ref T310, added model statistics dialog
* UI for statistics * renamed to "coverageSummaryForModel" * model list "htmlStatistics"
This commit is contained in:
@@ -30,6 +30,12 @@ namespace BlackMisc
|
||||
//! Object with key, notFound otherwise
|
||||
OBJ findByKey(KEYTYPE key, const OBJ ¬Found = OBJ()) const;
|
||||
|
||||
//! Objects with DB key
|
||||
CONTAINER findObjectsWithDbKey() const;
|
||||
|
||||
//! Objects without DB key
|
||||
CONTAINER findObjectsWithoutDbKey() const;
|
||||
|
||||
//! Object with max.key
|
||||
OBJ maxKeyObject() const;
|
||||
|
||||
@@ -66,6 +72,9 @@ namespace BlackMisc
|
||||
//! Number of entries with valid DB key
|
||||
int countWithValidDbKey() const;
|
||||
|
||||
//! Any object without key?
|
||||
bool containsAnyObjectWithoutKey() const;
|
||||
|
||||
//! From multiple JSON formats
|
||||
//! \remark supports native swift C++ format, DB format, and cache format
|
||||
static CONTAINER fromMultipleJsonFormats(const QJsonObject &jsonObject);
|
||||
|
||||
Reference in New Issue
Block a user