From a09a6bc05e3f64c27e7c84dd768c7720fdf41136 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 25 Jun 2024 12:25:06 +0900 Subject: Remove documentation for QWS classes and Qt/Embedded Signed-off-by: Michele Calgaro --- doc/html/emb-pointer.html | 80 ----------------------------------------------- 1 file changed, 80 deletions(-) delete mode 100644 doc/html/emb-pointer.html (limited to 'doc/html/emb-pointer.html') diff --git a/doc/html/emb-pointer.html b/doc/html/emb-pointer.html deleted file mode 100644 index dbad8edc4..000000000 --- a/doc/html/emb-pointer.html +++ /dev/null @@ -1,80 +0,0 @@ - - - - - -TQt/Embedded Pointer Handling - - - - - - - -
- -Home - | -All Classes - | -Main Classes - | -Annotated - | -Grouped Classes - | -Functions -

TQt/Embedded Pointer Handling

- - -Pointer handling in TQt/Embedded works for any mouse or mouse-like -device such as touchpanels and trackballs. -

Usually only one pointer device is supported in an embedded device, -but for demonstration purposes, TQt/Embedded includes a large number of -supported devices. -

Mouse Protocols -

-

Mouse drivers can be enabled/disabled via the configure script. Running -./configure -help lists the available mouse drivers. Only the -"pc" mouse driver is enabled in the default configuration. -

Provided the "pc" mouse driver is enabled, TQt/Embedded auto-detects the -mouse type and device if it is one of -the supported types on /dev/psaux or one of the /dev/ttyS? -serial lines. If multiple mice are detected, all may be used simultaneously. -

Alternatively, you may set the environment variable TQWS_MOUSE_PROTO -to determine which mouse to use. This environment variable may be set -to: -

-<protocol>:<device> -
-where <protocol> is one of: - -and <device> is the mouse device, often /dev/mouse. If no -such variable is specified, the built-in default is Auto, which -enables auto-detection of the mouse protocol and device. -

To add another protocol, new subclasses of TQWSMouseHandler and -TQMouseDriverPlugin can be written and installed as plugins. -

Touch Panels -

-

TQt/Embedded ships with support for the NEC Vr41XX touchpanel and the -emerging linux touchpanel standard used by the iPAQ and Zaurus. These -are subclasses of TQWSCalibratedMouseHandler which is in turn a subclass -of TQWSMouseHandler in embedded/qmouse_qws.cpp. - - -


- -
Copyright © 2007 -TrolltechTrademarks -
TQt 3.3.8
-
- -- cgit v1.2.1