From d796c9dd933ab96ec83b9a634feedd5d32e1ba3f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 8 Nov 2011 12:31:36 -0600 Subject: Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 --- doc/html/qwsmousehandler.html | 113 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 113 insertions(+) create mode 100644 doc/html/qwsmousehandler.html (limited to 'doc/html/qwsmousehandler.html') diff --git a/doc/html/qwsmousehandler.html b/doc/html/qwsmousehandler.html new file mode 100644 index 000000000..916387bb8 --- /dev/null +++ b/doc/html/qwsmousehandler.html @@ -0,0 +1,113 @@ + + + + + +TQWSMouseHandler Class + + + + + + + +
+ +Home + | +All Classes + | +Main Classes + | +Annotated + | +Grouped Classes + | +Functions +

TQWSMouseHandler Class Reference

+ +

The TQWSMouseHandler class is a mouse driver for TQt/Embedded. +More... +

#include <qmouse_qws.h> +

List of all member functions. +

Public Members

+ +

Detailed Description

+ + +The TQWSMouseHandler class is a mouse driver for TQt/Embedded. +

+

The mouse driver handles events from system devices and generates +mouse events. +

A TQWSMouseHandler will usually open some system device in its +constructor, create a TQSocketNotifier on that opened device and +when it receives data, it will call mouseChanged() to send the +event to TQt/Embedded for relaying to clients. +

See also TQt/Embedded. + +


Member Function Documentation

+

TQWSMouseHandler::TQWSMouseHandler ( const TQString & driver = TQString::null, const TQString & device = TQString::null ) +

+Constructs a mouse handler. This becomes the primary mouse +handler. +

Note that once created, mouse handlers are controlled by the +system and should not be deleted. +

The driver and device arguments are not used by this base +class. + +

TQWSMouseHandler::~TQWSMouseHandler () [virtual] +

+Destroys the mouse handler. You should not call this directly. + +

void TQWSMouseHandler::calibrate ( TQWSPointerCalibrationData * ) [virtual] +

+ +

This method is reimplemented in the calibrated mouse handler to +set calibration information (from, for instance, the TQtopia +calibration screen). This version does nothing. + +

void TQWSMouseHandler::clearCalibration () [virtual] +

+ +

This method is reimplemented in the calibrated mouse handler to +clear calibration information. This version does nothing. + +

void TQWSMouseHandler::limitToScreen ( TQPoint & pt ) +

+Ensures that the given point, pt is within the screen's +boundaries, changing pt if necessary. + +

void TQWSMouseHandler::mouseChanged ( const TQPoint & pos, int bstate ) +

+When a mouse event occurs this function is called with the mouse's +position in pos, and the state of its buttons in bstate. + +

const TQPoint & TQWSMouseHandler::pos () const +

+ +

Returns the mouse position. + + +


+This file is part of the TQt toolkit. +Copyright © 1995-2007 +Trolltech. All Rights Reserved.


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