![]() ![]() |
Keyboard driver/handler for Qt/Embedded More...
#include <qkeyboard_qws.h>
Inherits QObject.
The keyboard driver/handler handles events from system devices and generates key events.
A QWSKeyboardHandler will usually open some system device in its constructor, create a QSocketNotifier on that opened device and when it receives data, it will call processKeyEvent() to send the event to Qt/Embedded for relaying to clients.
[virtual protected]
Subclasses call this to send a key event. The server may additionally filter it before sending it on to applications.
Search the documentation, FAQ, qt-interest archive and more (uses
www.trolltech.com):
This file is part of the Qt toolkit, copyright © 1995-2000 Trolltech, all rights reserved.
Copyright © 2000 Trolltech | Trademarks | Qt version 2.3.1
|