summaryrefslogtreecommitdiffstats
path: root/doc/html/qtabletevent.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-20 20:15:52 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-21 23:04:19 +0900
commit1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (patch)
tree5f1bb482f68ee0f95843fbf375cd2274acdabf25 /doc/html/qtabletevent.html
parent14c414378d96f7463b989384f4a0e5dd76632b6d (diff)
downloadtqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.tar.gz
tqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.zip
Rename graphics class nt* related files to equivalent tq* (part 2)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qtabletevent.html')
-rw-r--r--doc/html/qtabletevent.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/qtabletevent.html b/doc/html/qtabletevent.html
index 8ac6a3a20..14d9c0e87 100644
--- a/doc/html/qtabletevent.html
+++ b/doc/html/qtabletevent.html
@@ -97,7 +97,7 @@ a transparent circle with cross-hairs).
<li><tt>TQTabletEvent::Eraser</tt> - An Eraser (the broad end of the pen).
</ul>
<hr><h2>Member Function Documentation</h2>
-<h3 class=fn><a name="TQTabletEvent"></a>TQTabletEvent::TQTabletEvent ( <a href="ntqevent.html#Type-enum">Type</a>&nbsp;t, 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;device, int&nbsp;pressure, int&nbsp;xTilt, int&nbsp;yTilt, const&nbsp;<a href="tqpair.html">TQPair</a>&lt;int,&nbsp;int&gt;&nbsp;&amp;&nbsp;uId )
+<h3 class=fn><a name="TQTabletEvent"></a>TQTabletEvent::TQTabletEvent ( <a href="ntqevent.html#Type-enum">Type</a>&nbsp;t, const&nbsp;<a href="tqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos, const&nbsp;<a href="tqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;globalPos, int&nbsp;device, int&nbsp;pressure, int&nbsp;xTilt, int&nbsp;yTilt, const&nbsp;<a href="tqpair.html">TQPair</a>&lt;int,&nbsp;int&gt;&nbsp;&amp;&nbsp;uId )
</h3>
Construct a tablet event of type <em>t</em>. The position of when the event occurred is given
@@ -109,7 +109,7 @@ event id.
tablet device driver, instead of from the windowing system.
<p> <p>See also <a href="#pos">pos</a>(), <a href="#globalPos">globalPos</a>(), <a href="#device">device</a>(), <a href="#pressure">pressure</a>(), <a href="#xTilt">xTilt</a>(), and <a href="#yTilt">yTilt</a>().
-<h3 class=fn><a name="TQTabletEvent-2"></a>TQTabletEvent::TQTabletEvent ( 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;device, int&nbsp;pressure, int&nbsp;xTilt, int&nbsp;yTilt, const&nbsp;<a href="tqpair.html">TQPair</a>&lt;int,&nbsp;int&gt;&nbsp;&amp;&nbsp;uId )
+<h3 class=fn><a name="TQTabletEvent-2"></a>TQTabletEvent::TQTabletEvent ( const&nbsp;<a href="tqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos, const&nbsp;<a href="tqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;globalPos, int&nbsp;device, int&nbsp;pressure, int&nbsp;xTilt, int&nbsp;yTilt, const&nbsp;<a href="tqpair.html">TQPair</a>&lt;int,&nbsp;int&gt;&nbsp;&amp;&nbsp;uId )
</h3>
<b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code.
<p>
@@ -140,7 +140,7 @@ parent widget.
want one end of the pen to do something different than the other.
<p> <p>See also <a href="#TabletDevice-enum">TabletDevice</a>.
-<h3 class=fn>const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp; <a name="globalPos"></a>TQTabletEvent::globalPos () const
+<h3 class=fn>const&nbsp;<a href="tqpoint.html">TQPoint</a>&nbsp;&amp; <a name="globalPos"></a>TQTabletEvent::globalPos () const
</h3>
<p> Returns the global position of the device <em>at the time of the event</em>. This is important on asynchronous windows systems like X11;
@@ -179,7 +179,7 @@ parent widget.
<p> Returns TRUE if the receiver of the event handles the tablet
event; otherwise returns FALSE.
-<h3 class=fn>const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp; <a name="pos"></a>TQTabletEvent::pos () const
+<h3 class=fn>const&nbsp;<a href="tqpoint.html">TQPoint</a>&nbsp;&amp; <a name="pos"></a>TQTabletEvent::pos () const
</h3>
<p> Returns the position of the device, relative to the widget that