diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-15 19:08:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-18 09:31:41 +0900 |
commit | a30f5359f03c3017fa19a6770fab32d25d22cb87 (patch) | |
tree | cb365dd7a1c3666e3f972c6cad04be7b8e846cba /doc/html/ntqevent.html | |
parent | 25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff) | |
download | tqt-a30f5359.tar.gz tqt-a30f5359.zip |
Rename graphics class nt* related files to equivalent tq* (part 1)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqevent.html')
-rw-r--r-- | doc/html/ntqevent.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/ntqevent.html b/doc/html/ntqevent.html index 643940701..0c7a72b7b 100644 --- a/doc/html/ntqevent.html +++ b/doc/html/ntqevent.html @@ -36,7 +36,7 @@ event classes. Event objects contain event parameters. <a href="#details">More...</a> <p><tt>#include <<a href="qevent-h.html">ntqevent.h</a>></tt> <p>Inherits <a href="ntqt.html">TQt</a>. -<p>Inherited by <a href="tqtimerevent.html">TQTimerEvent</a>, <a href="qmouseevent.html">TQMouseEvent</a>, <a href="qwheelevent.html">TQWheelEvent</a>, <a href="qtabletevent.html">TQTabletEvent</a>, <a href="qkeyevent.html">TQKeyEvent</a>, <a href="qfocusevent.html">TQFocusEvent</a>, <a href="qpaintevent.html">TQPaintEvent</a>, <a href="qmoveevent.html">TQMoveEvent</a>, <a href="qresizeevent.html">TQResizeEvent</a>, <a href="qcloseevent.html">TQCloseEvent</a>, <a href="tqicondragevent.html">TQIconDragEvent</a>, <a href="qshowevent.html">TQShowEvent</a>, <a href="qhideevent.html">TQHideEvent</a>, <a href="qcontextmenuevent.html">TQContextMenuEvent</a>, <a href="qimevent.html">TQIMEvent</a>, <a href="tqdropevent.html">TQDropEvent</a>, <a href="tqdragleaveevent.html">TQDragLeaveEvent</a>, <a href="qchildevent.html">TQChildEvent</a>, and <a href="qcustomevent.html">TQCustomEvent</a>. +<p>Inherited by <a href="tqtimerevent.html">TQTimerEvent</a>, <a href="qmouseevent.html">TQMouseEvent</a>, <a href="qwheelevent.html">TQWheelEvent</a>, <a href="qtabletevent.html">TQTabletEvent</a>, <a href="qkeyevent.html">TQKeyEvent</a>, <a href="qfocusevent.html">TQFocusEvent</a>, <a href="tqpaintevent.html">TQPaintEvent</a>, <a href="qmoveevent.html">TQMoveEvent</a>, <a href="qresizeevent.html">TQResizeEvent</a>, <a href="qcloseevent.html">TQCloseEvent</a>, <a href="tqicondragevent.html">TQIconDragEvent</a>, <a href="qshowevent.html">TQShowEvent</a>, <a href="qhideevent.html">TQHideEvent</a>, <a href="qcontextmenuevent.html">TQContextMenuEvent</a>, <a href="qimevent.html">TQIMEvent</a>, <a href="tqdropevent.html">TQDropEvent</a>, <a href="tqdragleaveevent.html">TQDragLeaveEvent</a>, <a href="qchildevent.html">TQChildEvent</a>, and <a href="qcustomevent.html">TQCustomEvent</a>. <p><a href="qevent-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -94,7 +94,7 @@ types and the specialized classes for each type are these: <li><tt>TQEvent::FocusOut</tt> - Widget loses keyboard focus, <a href="qfocusevent.html">TQFocusEvent</a>. <li><tt>TQEvent::Enter</tt> - Mouse enters widget's boundaries. <li><tt>TQEvent::Leave</tt> - Mouse leaves widget's boundaries. -<li><tt>TQEvent::Paint</tt> - Screen update necessary, <a href="qpaintevent.html">TQPaintEvent</a>. +<li><tt>TQEvent::Paint</tt> - Screen update necessary, <a href="tqpaintevent.html">TQPaintEvent</a>. <li><tt>TQEvent::Move</tt> - Widget's position changed, <a href="qmoveevent.html">TQMoveEvent</a>. <li><tt>TQEvent::Resize</tt> - Widget's size changed, <a href="qresizeevent.html">TQResizeEvent</a>. <li><tt>TQEvent::Show</tt> - Widget was shown on screen, <a href="qshowevent.html">TQShowEvent</a>. |