diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /doc/html/qtabletevent.html | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/qtabletevent.html')
-rw-r--r-- | doc/html/qtabletevent.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/html/qtabletevent.html b/doc/html/qtabletevent.html index 2eff7b1ba..4c58e0904 100644 --- a/doc/html/qtabletevent.html +++ b/doc/html/qtabletevent.html @@ -34,8 +34,8 @@ body { background: #ffffff; color: black; } <p>The TQTabletEvent class contains parameters that describe a Tablet event. <a href="#details">More...</a> -<p><tt>#include <<a href="qevent-h.html">qevent.h</a>></tt> -<p>Inherits <a href="qevent.html">TQEvent</a>. +<p><tt>#include <<a href="qevent-h.html">ntqevent.h</a>></tt> +<p>Inherits <a href="ntqevent.html">TQEvent</a>. <p><a href="qtabletevent-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -76,9 +76,9 @@ type of device being used with <a href="#device">device</a>() (see <a href="#Tab whether the receiver wants the event. You should call <a href="#accept">TQTabletEvent::accept</a>() if you handle the tablet event; otherwise it will be sent to the parent widget. -<p> The <a href="qwidget.html#setEnabled">TQWidget::setEnabled</a>() function can be used to enable or +<p> The <a href="ntqwidget.html#setEnabled">TQWidget::setEnabled</a>() function can be used to enable or disable mouse and keyboard events for a widget. -<p> The event handler <a href="qwidget.html#tabletEvent">TQWidget::tabletEvent</a>() receives all three types of tablet +<p> The event handler <a href="ntqwidget.html#tabletEvent">TQWidget::tabletEvent</a>() receives all three types of tablet events. TQt will first send a tabletEvent and then, if it is not accepted, it will send a mouse event. This allows applications that don't utilize tablets to use a tablet like a mouse while also enabling those who want to @@ -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="qevent.html#Type-enum">Type</a> t, const <a href="qpoint.html">TQPoint</a> & pos, const <a href="qpoint.html">TQPoint</a> & globalPos, int device, int pressure, int xTilt, int yTilt, const <a href="qpair.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="ntqpair.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="qpoint.html">TQPoint</a> & pos, const <a href="qpoint.html">TQPoint</a> & globalPos, int device, int pressure, int xTilt, int yTilt, const <a href="qpair.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="ntqpair.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> @@ -140,13 +140,13 @@ 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 <a href="qpoint.html">TQPoint</a> & <a name="globalPos"></a>TQTabletEvent::globalPos () const +<h3 class=fn>const <a href="ntqpoint.html">TQPoint</a> & <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; whenever you move your widgets around in response to mouse events, <a href="#globalPos">globalPos</a>() can differ significantly from the current position -<a href="qcursor.html#pos">TQCursor::pos</a>(). +<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>TQTabletEvent::globalX () const @@ -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 <a href="qpoint.html">TQPoint</a> & <a name="pos"></a>TQTabletEvent::pos () const +<h3 class=fn>const <a href="ntqpoint.html">TQPoint</a> & <a name="pos"></a>TQTabletEvent::pos () const </h3> <p> Returns the position of the device, relative to the widget that @@ -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="qpair.html">TQPair</a><int, int> <a name="uniqueId"></a>TQTabletEvent::uniqueId () +<h3 class=fn><a href="ntqpair.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 |