diff options
author | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /doc/html/qwsmousehandler.html | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/qwsmousehandler.html')
-rw-r--r-- | doc/html/qwsmousehandler.html | 10 |
1 files changed, 5 insertions, 5 deletions
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. <p> The mouse driver handles events from system devices and generates mouse events. <p> A TQWSMouseHandler will usually open some system device in its -constructor, create a <a href="qsocketnotifier.html">TQSocketNotifier</a> on that opened device and +constructor, create a <a href="ntqsocketnotifier.html">TQSocketNotifier</a> on that opened device and when it receives data, it will call <a href="#mouseChanged">mouseChanged</a>() to send the event to TQt/Embedded for relaying to clients. <p>See also <a href="qws.html">TQt/Embedded</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQWSMouseHandler"></a>TQWSMouseHandler::TQWSMouseHandler ( const <a href="qstring.html">TQString</a> & driver = TQString::null, const <a href="qstring.html">TQString</a> & device = TQString::null ) +<h3 class=fn><a name="TQWSMouseHandler"></a>TQWSMouseHandler::TQWSMouseHandler ( const <a href="ntqstring.html">TQString</a> & driver = TQString::null, const <a href="ntqstring.html">TQString</a> & device = TQString::null ) </h3> Constructs a mouse handler. This becomes the primary mouse handler. @@ -85,17 +85,17 @@ calibration screen). This version does nothing. <p> This method is reimplemented in the calibrated mouse handler to clear calibration information. This version does nothing. -<h3 class=fn>void <a name="limitToScreen"></a>TQWSMouseHandler::limitToScreen ( <a href="qpoint.html">TQPoint</a> & pt ) +<h3 class=fn>void <a name="limitToScreen"></a>TQWSMouseHandler::limitToScreen ( <a href="ntqpoint.html">TQPoint</a> & pt ) </h3> Ensures that the given point, <em>pt</em> is within the screen's boundaries, changing <em>pt</em> if necessary. -<h3 class=fn>void <a name="mouseChanged"></a>TQWSMouseHandler::mouseChanged ( const <a href="qpoint.html">TQPoint</a> & pos, int bstate ) +<h3 class=fn>void <a name="mouseChanged"></a>TQWSMouseHandler::mouseChanged ( const <a href="ntqpoint.html">TQPoint</a> & pos, int bstate ) </h3> When a mouse event occurs this function is called with the mouse's position in <em>pos</em>, and the state of its buttons in <em>bstate</em>. -<h3 class=fn>const <a href="qpoint.html">TQPoint</a> & <a name="pos"></a>TQWSMouseHandler::pos () const +<h3 class=fn>const <a href="ntqpoint.html">TQPoint</a> & <a name="pos"></a>TQWSMouseHandler::pos () const </h3> <p> Returns the mouse position. |