summaryrefslogtreecommitdiffstats
path: root/doc/html/qwsmousehandler.html
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-01-26 23:32:43 -0600
committerTimothy Pearson <[email protected]>2012-01-26 23:32:43 -0600
commitea318d1431c89e647598c510c4245c6571aa5f46 (patch)
tree996d29b80c30d453dda86d1a23162d441628f169 /doc/html/qwsmousehandler.html
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-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.html10
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&nbsp;<a href="qstring.html">TQString</a>&nbsp;&amp;&nbsp;driver = TQString::null, const&nbsp;<a href="qstring.html">TQString</a>&nbsp;&amp;&nbsp;device = TQString::null )
+<h3 class=fn><a name="TQWSMouseHandler"></a>TQWSMouseHandler::TQWSMouseHandler ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;driver = TQString::null, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;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>&nbsp;&amp;&nbsp;pt )
+<h3 class=fn>void <a name="limitToScreen"></a>TQWSMouseHandler::limitToScreen ( <a href="ntqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;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&nbsp;<a href="qpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos, int&nbsp;bstate )
+<h3 class=fn>void <a name="mouseChanged"></a>TQWSMouseHandler::mouseChanged ( const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos, int&nbsp;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&nbsp;<a href="qpoint.html">TQPoint</a>&nbsp;&amp; <a name="pos"></a>TQWSMouseHandler::pos () const
+<h3 class=fn>const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp; <a name="pos"></a>TQWSMouseHandler::pos () const
</h3>
<p> Returns the mouse position.