diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-05 19:02:23 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-05 19:02:23 +0900 |
commit | 1f0ce8533cc837aa2d4155b5fc17d2004bed0197 (patch) | |
tree | d62f4174c0e58e1aa895fc71484d068b614cd6de /doc/html/qtabletevent.html | |
parent | 8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (diff) | |
download | tqt3-1f0ce8533cc837aa2d4155b5fc17d2004bed0197.tar.gz tqt3-1f0ce8533cc837aa2d4155b5fc17d2004bed0197.zip |
Rename template library nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qtabletevent.html')
-rw-r--r-- | doc/html/qtabletevent.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/qtabletevent.html b/doc/html/qtabletevent.html index 850ec6bab..8ac6a3a20 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> t, const <a href="ntqpoint.html">TQPoint</a> & pos, const <a href="ntqpoint.html">TQPoint</a> & globalPos, int device, int pressure, int xTilt, int yTilt, const <a href="ntqpair.html">TQPair</a><int, int> & uId ) +<h3 class=fn><a name="TQTabletEvent"></a>TQTabletEvent::TQTabletEvent ( <a href="ntqevent.html#Type-enum">Type</a> t, const <a href="ntqpoint.html">TQPoint</a> & pos, const <a href="ntqpoint.html">TQPoint</a> & globalPos, int device, int pressure, int xTilt, int yTilt, const <a href="tqpair.html">TQPair</a><int, int> & 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 <a href="ntqpoint.html">TQPoint</a> & pos, const <a href="ntqpoint.html">TQPoint</a> & globalPos, int device, int pressure, int xTilt, int yTilt, const <a href="ntqpair.html">TQPair</a><int, int> & uId ) +<h3 class=fn><a name="TQTabletEvent-2"></a>TQTabletEvent::TQTabletEvent ( const <a href="ntqpoint.html">TQPoint</a> & pos, const <a href="ntqpoint.html">TQPoint</a> & globalPos, int device, int pressure, int xTilt, int yTilt, const <a href="tqpair.html">TQPair</a><int, int> & 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> @@ -196,7 +196,7 @@ a value from 0 (no pressure) to 255 (maximum pressure). The pressure is always scaled to be within this range no matter how many pressure levels the underlying hardware supports. -<h3 class=fn><a href="ntqpair.html">TQPair</a><int, int> <a name="uniqueId"></a>TQTabletEvent::uniqueId () +<h3 class=fn><a href="tqpair.html">TQPair</a><int, int> <a name="uniqueId"></a>TQTabletEvent::uniqueId () </h3> <p> Returns a unique ID for the current device. It is possible to |