diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-20 20:15:52 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-21 23:04:19 +0900 |
commit | 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (patch) | |
tree | 5f1bb482f68ee0f95843fbf375cd2274acdabf25 /doc/html/qmouseevent.html | |
parent | 14c414378d96f7463b989384f4a0e5dd76632b6d (diff) | |
download | tqt-1e9fa8e0.tar.gz tqt-1e9fa8e0.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/qmouseevent.html')
-rw-r--r-- | doc/html/qmouseevent.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/qmouseevent.html b/doc/html/qmouseevent.html index 7d6748ba2..a485f73ac 100644 --- a/doc/html/qmouseevent.html +++ b/doc/html/qmouseevent.html @@ -84,7 +84,7 @@ disable mouse and keyboard events for a widget. <p> <p>See also <a href="tqwidget.html#mouseTracking-prop">TQWidget::mouseTracking</a>, <a href="tqwidget.html#grabMouse">TQWidget::grabMouse</a>(), <a href="ntqcursor.html#pos">TQCursor::pos</a>(), and <a href="events.html">Event Classes</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQMouseEvent"></a>TQMouseEvent::TQMouseEvent ( <a href="ntqevent.html#Type-enum">Type</a> type, const <a href="ntqpoint.html">TQPoint</a> & pos, int button, int state ) +<h3 class=fn><a name="TQMouseEvent"></a>TQMouseEvent::TQMouseEvent ( <a href="ntqevent.html#Type-enum">Type</a> type, const <a href="tqpoint.html">TQPoint</a> & pos, int button, int state ) </h3> <p> Constructs a mouse event object. @@ -99,7 +99,7 @@ event. appropriate. Use the other constructor to specify the global position explicitly. -<h3 class=fn><a name="TQMouseEvent-2"></a>TQMouseEvent::TQMouseEvent ( <a href="ntqevent.html#Type-enum">Type</a> type, const <a href="ntqpoint.html">TQPoint</a> & pos, const <a href="ntqpoint.html">TQPoint</a> & globalPos, int button, int state ) +<h3 class=fn><a name="TQMouseEvent-2"></a>TQMouseEvent::TQMouseEvent ( <a href="ntqevent.html#Type-enum">Type</a> type, const <a href="tqpoint.html">TQPoint</a> & pos, const <a href="tqpoint.html">TQPoint</a> & globalPos, int button, int state ) </h3> <p> Constructs a mouse event object. @@ -130,7 +130,7 @@ events. <p> <p>See also <a href="#state">state</a>() and <a href="ntqt.html#ButtonState-enum">TQt::ButtonState</a>. <p>Examples: <a href="dclock-example.html#x1101">dclock/dclock.cpp</a>, <a href="life-example.html#x1890">life/life.cpp</a>, and <a href="tutorial1-14.html#x2417">t14/cannon.cpp</a>. -<h3 class=fn>const <a href="ntqpoint.html">TQPoint</a> & <a name="globalPos"></a>TQMouseEvent::globalPos () const +<h3 class=fn>const <a href="tqpoint.html">TQPoint</a> & <a name="globalPos"></a>TQMouseEvent::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 @@ -171,7 +171,7 @@ the parent widget. <p> Returns TRUE if the receiver of the event wants to keep the key; otherwise returns FALSE. -<h3 class=fn>const <a href="ntqpoint.html">TQPoint</a> & <a name="pos"></a>TQMouseEvent::pos () const +<h3 class=fn>const <a href="tqpoint.html">TQPoint</a> & <a name="pos"></a>TQMouseEvent::pos () const </h3> <p> Returns the position of the mouse pointer relative to the widget |