refs #618, unified naming in model list + minor adjustments

This commit is contained in:
Klaus Basan
2016-03-23 03:19:36 +01:00
parent b78d823485
commit 50ac317065
4 changed files with 64 additions and 16 deletions

View File

@@ -51,7 +51,8 @@ namespace BlackMisc
{
Undefined = 0,
Include = 1 << 0,
Exclude = 1 << 1
Exclude = 1 << 1,
All = Include | Exclude
};
//! Supposed to be used only in filter operations