diff options
Diffstat (limited to 'doc/html/qmouseevent.html')
-rw-r--r-- | doc/html/qmouseevent.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/qmouseevent.html b/doc/html/qmouseevent.html index 9a1c933b3..cf36a1487 100644 --- a/doc/html/qmouseevent.html +++ b/doc/html/qmouseevent.html @@ -81,7 +81,7 @@ disable mouse and keyboard events for a widget. <p> The event handlers <a href="tqwidget.html#mousePressEvent">TQWidget::mousePressEvent</a>(), <a href="tqwidget.html#mouseReleaseEvent">TQWidget::mouseReleaseEvent</a>(), <a href="tqwidget.html#mouseDoubleClickEvent">TQWidget::mouseDoubleClickEvent</a>() and <a href="tqwidget.html#mouseMoveEvent">TQWidget::mouseMoveEvent</a>() receive mouse events. -<p> <p>See also <a href="tqwidget.html#mouseTracking-prop">TQWidget::mouseTracking</a>, <a href="tqwidget.html#grabMouse">TQWidget::grabMouse</a>(), <a href="ntqcursor.html#pos">TQCursor::pos</a>(), and <a href="events.html">Event Classes</a>. +<p> <p>See also <a href="tqwidget.html#mouseTracking-prop">TQWidget::mouseTracking</a>, <a href="tqwidget.html#grabMouse">TQWidget::grabMouse</a>(), <a href="tqcursor.html#pos">TQCursor::pos</a>(), and <a href="events.html">Event Classes</a>. <hr><h2>Member Function Documentation</h2> <h3 class=fn><a name="TQMouseEvent"></a>TQMouseEvent::TQMouseEvent ( <a href="tqevent.html#Type-enum">Type</a> type, const <a href="tqpoint.html">TQPoint</a> & pos, int button, int state ) @@ -95,7 +95,7 @@ disable mouse and keyboard events for a widget. receiving widget. <em>button</em> specifies the <a href="ntqt.html#ButtonState-enum">button</a> that caused the event, which should be <a href="ntqt.html#ButtonState-enum">TQt::NoButton</a> (0), if <em>type</em> is <a href="tqevent.html#Type-enum">MouseMove</a>. <em>state</em> is the <a href="ntqt.html#ButtonState-enum">ButtonState</a> at the time of the event. -<p> The <a href="#globalPos">globalPos</a>() is initialized to <a href="ntqcursor.html#pos">TQCursor::pos</a>(), which may not be +<p> The <a href="#globalPos">globalPos</a>() is initialized to <a href="tqcursor.html#pos">TQCursor::pos</a>(), which may not be appropriate. Use the other constructor to specify the global position explicitly. @@ -136,7 +136,7 @@ events. <p> Returns the global position of the mouse pointer <em>at the time of the event</em>. This is important on asynchronous window systems like X11. Whenever you move your widgets around in response to mouse events, <a href="#globalPos">globalPos</a>() may differ a lot from the current -pointer position <a href="ntqcursor.html#pos">TQCursor::pos</a>(), and from <a href="tqwidget.html#mapToGlobal">TQWidget::mapToGlobal</a>( +pointer position <a href="tqcursor.html#pos">TQCursor::pos</a>(), and from <a href="tqwidget.html#mapToGlobal">TQWidget::mapToGlobal</a>( <a href="#pos">pos</a>() ). <p> <p>See also <a href="#globalX">globalX</a>() and <a href="#globalY">globalY</a>(). |