KeyEvent Class Reference

#include <glwx.h>

List of all members.

Public Member Functions

 KeyEvent (int id)
 KeyEvent (const KeyEvent &copy)
KeyEventoperator= (const KeyEvent &copy)
bool displayable ()
char getKeyChar ()
int getKeyID ()
bool getUsed ()
void setUsed (bool value)

Private Attributes

int id
bool used


Detailed Description

Definition at line 193 of file glwx.h.


Constructor & Destructor Documentation

KeyEvent::KeyEvent ( int  id  ) 

Definition at line 38 of file GUIEvent.cpp.

References used.

KeyEvent::KeyEvent ( const KeyEvent copy  ) 

Definition at line 44 of file GUIEvent.cpp.

References operator=().


Member Function Documentation

KeyEvent & KeyEvent::operator= ( const KeyEvent copy  ) 

Definition at line 49 of file GUIEvent.cpp.

References id, and used.

Referenced by KeyEvent().

bool KeyEvent::displayable (  ) 

Definition at line 59 of file GUIEvent.cpp.

Referenced by GUITextBox::checkKeyboardEvents().

char KeyEvent::getKeyChar (  ) 

Definition at line 67 of file GUIEvent.cpp.

Referenced by GUITextBox::checkKeyboardEvents().

int KeyEvent::getKeyID (  ) 

Definition at line 68 of file GUIEvent.cpp.

References id.

Referenced by GUITextBox::checkKeyboardEvents().

bool KeyEvent::getUsed (  ) 

Definition at line 64 of file GUIEvent.cpp.

References used.

void KeyEvent::setUsed ( bool  value  ) 

Definition at line 65 of file GUIEvent.cpp.

References used.

Referenced by GUITextBox::checkKeyboardEvents().


Member Data Documentation

int KeyEvent::id [private]

Definition at line 207 of file glwx.h.

Referenced by getKeyID(), and operator=().

bool KeyEvent::used [private]

Definition at line 208 of file glwx.h.

Referenced by getUsed(), KeyEvent(), operator=(), and setUsed().


The documentation for this class was generated from the following files:
Generated on Wed Dec 5 20:32:03 2007 for GLWX by  doxygen 1.5.3