refs #912, keyboard key list / combination utility functions and minor fixes

* Ctor for single key
* static const CKeyboardKeyList
* some formatting
This commit is contained in:
Klaus Basan
2017-03-18 23:43:59 +01:00
committed by Mathew Sutcliffe
parent 9921cc3497
commit 09b9ca5d50
4 changed files with 33 additions and 16 deletions

View File

@@ -37,6 +37,9 @@ namespace BlackMisc
//! Default constructor
CKeyboardKeyList();
//! Init by single key
CKeyboardKeyList(const CKeyboardKey &key);
//! Construct from a base class object.
CKeyboardKeyList(const CSequence<CKeyboardKey> &baseClass);
@@ -45,9 +48,7 @@ namespace BlackMisc
//! Get all supported keys
static const CKeyboardKeyList &allSupportedKeys();
};
} //namespace
} // namespace