diff options
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 |