|
FIFE 2008.0
|
#include <ec_key.h>
Public Types | |
| enum | KeyType |
Public Member Functions | |
| Key (KeyType key=INVALID_KEY, uint32_t codepoint=0) | |
| virtual | ~Key () |
| bool | isPrintable () const |
| KeyType | getValue () const |
| std::string | getAsString () const |
| enum FIFE::Key::KeyType |
| FIFE::Key::Key | ( | KeyType | key = INVALID_KEY, |
| uint32_t | codepoint = 0 |
||
| ) | [inline] |
| std::string FIFE::Key::getAsString | ( | ) | const [inline] |
| KeyType FIFE::Key::getValue | ( | ) | const [inline] |
| bool FIFE::Key::isPrintable | ( | ) | const [inline] |