mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 04:45:31 +08:00
Ref T578, display level and path (not just path)
This commit is contained in:
committed by
Mat Sutcliffe
parent
6b17f847e9
commit
057031293d
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user