summaryrefslogtreecommitdiffstats
path: root/doc/html/qwheelevent.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qwheelevent.html')
-rw-r--r--doc/html/qwheelevent.html26
1 files changed, 13 insertions, 13 deletions
diff --git a/doc/html/qwheelevent.html b/doc/html/qwheelevent.html
index c248926f3..f9f433435 100644
--- a/doc/html/qwheelevent.html
+++ b/doc/html/qwheelevent.html
@@ -33,8 +33,8 @@ body { background: #ffffff; color: black; }
<p>The TQWheelEvent class contains parameters that describe a wheel event.
<a href="#details">More...</a>
-<p><tt>#include &lt;<a href="qevent-h.html">qevent.h</a>&gt;</tt>
-<p>Inherits <a href="qevent.html">TQEvent</a>.
+<p><tt>#include &lt;<a href="qevent-h.html">ntqevent.h</a>&gt;</tt>
+<p>Inherits <a href="ntqevent.html">TQEvent</a>.
<p><a href="qwheelevent-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -68,15 +68,15 @@ whether the receiver wants the event. You should call
will be sent to the parent widget.
<p> The TQWidget::setEnable() function can be used to enable or disable
mouse and keyboard events for a widget.
-<p> The event handler <a href="qwidget.html#wheelEvent">TQWidget::wheelEvent</a>() receives wheel events.
-<p> <p>See also <a href="qmouseevent.html">TQMouseEvent</a>, <a href="qwidget.html#grabMouse">TQWidget::grabMouse</a>(), and <a href="events.html">Event Classes</a>.
+<p> The event handler <a href="ntqwidget.html#wheelEvent">TQWidget::wheelEvent</a>() receives wheel events.
+<p> <p>See also <a href="qmouseevent.html">TQMouseEvent</a>, <a href="ntqwidget.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&nbsp;<a href="qpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos, int&nbsp;delta, int&nbsp;state, <a href="qt.html#Orientation-enum">Orientation</a>&nbsp;orient = Vertical )
+<h3 class=fn><a name="TQWheelEvent"></a>TQWheelEvent::TQWheelEvent ( const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos, int&nbsp;delta, int&nbsp;state, <a href="ntqt.html#Orientation-enum">Orientation</a>&nbsp;orient = Vertical )
</h3>
<p> Constructs a wheel event object.
-<p> The <a href="#globalPos">globalPos</a>() is initialized to <a href="qcursor.html#pos">TQCursor::pos</a>(), i.e. <em>pos</em>,
+<p> The <a href="#globalPos">globalPos</a>() is initialized to <a href="ntqcursor.html#pos">TQCursor::pos</a>(), i.e. <em>pos</em>,
which is usually (but not always) right. Use the other constructor
if you need to specify the global position explicitly. <em>delta</em>
contains the rotation distance, <em>state</em> holds the keyboard
@@ -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&nbsp;<a href="qpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos, const&nbsp;<a href="qpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;globalPos, int&nbsp;delta, int&nbsp;state, <a href="qt.html#Orientation-enum">Orientation</a>&nbsp;orient = Vertical )
+<h3 class=fn><a name="TQWheelEvent-2"></a>TQWheelEvent::TQWheelEvent ( const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos, const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;globalPos, int&nbsp;delta, int&nbsp;state, <a href="ntqt.html#Orientation-enum">Orientation</a>&nbsp;orient = Vertical )
</h3>
<p> Constructs a wheel event object. The position when the event
@@ -118,13 +118,13 @@ 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&nbsp;<a href="qpoint.html">TQPoint</a>&nbsp;&amp; <a name="globalPos"></a>TQWheelEvent::globalPos () const
+<h3 class=fn>const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp; <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
such as X11; whenever you move your widgets around in response to
mouse events, <a href="#globalPos">globalPos</a>() can differ a lot from the current
-pointer position <a href="qcursor.html#pos">TQCursor::pos</a>().
+pointer position <a href="ntqcursor.html#pos">TQCursor::pos</a>().
<p> <p>See also <a href="#globalX">globalX</a>() and <a href="#globalY">globalY</a>().
<h3 class=fn>int <a name="globalX"></a>TQWheelEvent::globalX () const
@@ -156,12 +156,12 @@ the parent widget. The accept flag is set by default.
<p> Returns TRUE if the receiver of the event handles the wheel event;
otherwise returns FALSE.
-<h3 class=fn><a href="qt.html#Orientation-enum">Orientation</a> <a name="orientation"></a>TQWheelEvent::orientation () const
+<h3 class=fn><a href="ntqt.html#Orientation-enum">Orientation</a> <a name="orientation"></a>TQWheelEvent::orientation () const
</h3>
<p> Returns the wheel's orientation.
-<h3 class=fn>const&nbsp;<a href="qpoint.html">TQPoint</a>&nbsp;&amp; <a name="pos"></a>TQWheelEvent::pos () const
+<h3 class=fn>const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp; <a name="pos"></a>TQWheelEvent::pos () const
</h3>
<p> Returns the position of the mouse pointer, relative to the widget
@@ -170,11 +170,11 @@ that received the event.
events, use <a href="#globalPos">globalPos</a>() instead of this function.
<p> <p>See also <a href="#x">x</a>(), <a href="#y">y</a>(), and <a href="#globalPos">globalPos</a>().
-<h3 class=fn><a href="qt.html#ButtonState-enum">ButtonState</a> <a name="state"></a>TQWheelEvent::state () const
+<h3 class=fn><a href="ntqt.html#ButtonState-enum">ButtonState</a> <a name="state"></a>TQWheelEvent::state () const
</h3>
<p> Returns the keyboard modifier flags of the event.
-<p> The returned value is <a href="qt.html#ButtonState-enum">ShiftButton</a>, <a href="qt.html#ButtonState-enum">ControlButton</a>, and <a href="qt.html#ButtonState-enum">AltButton</a> OR'ed together.
+<p> The returned value is <a href="ntqt.html#ButtonState-enum">ShiftButton</a>, <a href="ntqt.html#ButtonState-enum">ControlButton</a>, and <a href="ntqt.html#ButtonState-enum">AltButton</a> OR'ed together.
<h3 class=fn>int <a name="x"></a>TQWheelEvent::x () const
</h3>