Ref T578, display level and path (not just path)

This commit is contained in:
Klaus Basan
2019-03-28 20:11:47 +01:00
committed by Mat Sutcliffe
parent 6b17f847e9
commit 057031293d
3 changed files with 18 additions and 1 deletions

View File

@@ -41,6 +41,8 @@ namespace BlackMisc
IndexName = CPropertyIndex::GlobalIndexCAircraftCategory,
IndexDescription,
IndexLevelString,
IndexLevelStringAndName,
IndexLevelStringAndPath,
IndexPath,
IndexAssignable
};
@@ -108,6 +110,9 @@ namespace BlackMisc
//! Level and name
QString getLevelAndName() const;
//! Level and path
QString getLevelAndPath() const;
//! Matching path?
bool matchesPath(const QString &path, Qt::CaseSensitivity cs);