#include <glwx.h>
Public Member Functions | |
KeyEvent (int id) | |
KeyEvent (const KeyEvent ©) | |
KeyEvent & | operator= (const KeyEvent ©) |
bool | displayable () |
char | getKeyChar () |
int | getKeyID () |
bool | getUsed () |
void | setUsed (bool value) |
Private Attributes | |
int | id |
bool | used |
Definition at line 193 of file glwx.h.
KeyEvent::KeyEvent | ( | int | id | ) |
KeyEvent::KeyEvent | ( | const KeyEvent & | copy | ) |
bool KeyEvent::displayable | ( | ) |
char KeyEvent::getKeyChar | ( | ) |
int KeyEvent::getKeyID | ( | ) |
Definition at line 68 of file GUIEvent.cpp.
References id.
Referenced by GUITextBox::checkKeyboardEvents().
bool KeyEvent::getUsed | ( | ) |
void KeyEvent::setUsed | ( | bool | value | ) |
Definition at line 65 of file GUIEvent.cpp.
References used.
Referenced by GUITextBox::checkKeyboardEvents().
int KeyEvent::id [private] |
bool KeyEvent::used [private] |
Definition at line 208 of file glwx.h.
Referenced by getUsed(), KeyEvent(), operator=(), and setUsed().