diff options
Diffstat (limited to 'doc/html/qwheelevent.html')
-rw-r--r-- | doc/html/qwheelevent.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/qwheelevent.html b/doc/html/qwheelevent.html index 7332d94eb..ce9d790f1 100644 --- a/doc/html/qwheelevent.html +++ b/doc/html/qwheelevent.html @@ -72,7 +72,7 @@ mouse and keyboard events for a widget. <p> <p>See also <a href="qmouseevent.html">TQMouseEvent</a>, <a href="tqwidget.html#grabMouse">TQWidget::grabMouse</a>(), and <a href="events.html">Event Classes</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQWheelEvent"></a>TQWheelEvent::TQWheelEvent ( const <a href="ntqpoint.html">TQPoint</a> & pos, int delta, int state, <a href="ntqt.html#Orientation-enum">Orientation</a> orient = Vertical ) +<h3 class=fn><a name="TQWheelEvent"></a>TQWheelEvent::TQWheelEvent ( const <a href="tqpoint.html">TQPoint</a> & pos, int delta, int state, <a href="ntqt.html#Orientation-enum">Orientation</a> orient = Vertical ) </h3> <p> Constructs a wheel event object. @@ -84,7 +84,7 @@ modifier flags at the time of the event and <em>orient</em> holds the wheel's orientation. <p> <p>See also <a href="#pos">pos</a>(), <a href="#delta">delta</a>(), and <a href="#state">state</a>(). -<h3 class=fn><a name="TQWheelEvent-2"></a>TQWheelEvent::TQWheelEvent ( const <a href="ntqpoint.html">TQPoint</a> & pos, const <a href="ntqpoint.html">TQPoint</a> & globalPos, int delta, int state, <a href="ntqt.html#Orientation-enum">Orientation</a> orient = Vertical ) +<h3 class=fn><a name="TQWheelEvent-2"></a>TQWheelEvent::TQWheelEvent ( const <a href="tqpoint.html">TQPoint</a> & pos, const <a href="tqpoint.html">TQPoint</a> & globalPos, int delta, int state, <a href="ntqt.html#Orientation-enum">Orientation</a> orient = Vertical ) </h3> <p> Constructs a wheel event object. The position when the event @@ -118,7 +118,7 @@ including perhaps a freely rotating wheel with no notches. The expectation is that such a device would send more messages per rotation but with a smaller value in each message. -<h3 class=fn>const <a href="ntqpoint.html">TQPoint</a> & <a name="globalPos"></a>TQWheelEvent::globalPos () const +<h3 class=fn>const <a href="tqpoint.html">TQPoint</a> & <a name="globalPos"></a>TQWheelEvent::globalPos () const </h3> <p> Returns the global position of the mouse pointer <em>at the time of the event</em>. This is important on asynchronous window systems @@ -161,7 +161,7 @@ otherwise returns FALSE. <p> Returns the wheel's orientation. -<h3 class=fn>const <a href="ntqpoint.html">TQPoint</a> & <a name="pos"></a>TQWheelEvent::pos () const +<h3 class=fn>const <a href="tqpoint.html">TQPoint</a> & <a name="pos"></a>TQWheelEvent::pos () const </h3> <p> Returns the position of the mouse pointer, relative to the widget |