class Keyer : public Walkable

Manages the key evenements

Inheritance:


Public Methods

Keyer(bool _withoutRepeat=true) throw(Exception)
virtual ~Keyer() throw()
void virtual add(Keyable& keyable) throw()

Protected Fields

KeyboardBuffer* keyboard
List <Keyable *> list
bool withoutRepeat

Protected Methods

int virtual virtualWalk() throw(Exception)

Inherited from Walkable:

Public Methods

int walk() throw(Exception)
int getSlow() const throw()
virtual void setSlow(int slow) throw()

Protected Fields

int s
int t
int returnWalk

Documentation

Manages the key evenements. Creates a KeyboardBuffer, and sends key actions to its list of Keyable (added with add()).
KeyboardBuffer* keyboard

List <Keyable *> list

bool withoutRepeat

int virtual virtualWalk() throw(Exception)

Keyer(bool _withoutRepeat=true) throw(Exception)

virtual ~Keyer() throw()

void virtual add(Keyable& keyable) throw()


This class has no child classes.
Author:
David FAUTHOUX

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de