cwidget::config::keybindings Class Reference
List of all members.
Public Member Functions |
| keybindings (keybindings *_parent=NULL) |
std::wstring | keyname (const std::string &tag) |
std::wstring | readable_keyname (const std::string &tag) |
keybinding | get (std::string tag) |
void | set (std::string tag, keybinding strokes) |
void | set (std::string tag, const key &stroke) |
bool | key_matches (const key &k, std::string tag) |
Member Function Documentation
std::wstring cwidget::config::keybindings::keyname |
( |
const std::string & |
tag |
) |
|
- Returns:
- the first binding of the given key, in a form suitable for inclusion in a config file.
std::wstring cwidget::config::keybindings::readable_keyname |
( |
const std::string & |
tag |
) |
|
- Returns:
- a human-readable string identifying the given keystroke (as opposed to 'keyname', which is a strict reverse mapping).
The documentation for this class was generated from the following file: