From ea318d1431c89e647598c510c4245c6571aa5f46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 26 Jan 2012 23:32:43 -0600 Subject: Update to latest tqt3 automated conversion --- doc/html/qwsmousehandler.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/html/qwsmousehandler.html') diff --git a/doc/html/qwsmousehandler.html b/doc/html/qwsmousehandler.html index 916387bb8..6b4ad2171 100644 --- a/doc/html/qwsmousehandler.html +++ b/doc/html/qwsmousehandler.html @@ -53,13 +53,13 @@ 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 +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 ) +

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

Constructs a mouse handler. This becomes the primary mouse handler. @@ -85,17 +85,17 @@ calibration screen). This version does nothing.

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

void TQWSMouseHandler::limitToScreen ( TQPoint & pt ) +

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 ) +

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 +

const TQPoint & TQWSMouseHandler::pos () const

Returns the mouse position. -- cgit v1.2.1