Ref T26, Ref T27, utility functions in "value object" classes

This commit is contained in:
Klaus Basan
2017-06-24 23:39:41 +02:00
parent 28a2ca6ad6
commit 0c336952d2
10 changed files with 97 additions and 9 deletions

View File

@@ -152,6 +152,9 @@ namespace BlackMisc
//! Combined description
QString getCombinedModelDescription() const;
//! Matches any of the (unempty) descriptions
bool matchesAnyDescription(const QString &candidate) const;
//! Matches given combined code
//! \remark * can be used as wildcard, e.g. L*J, L**
bool matchesCombinedType(const QString &combinedType) const;