summaryrefslogtreecommitdiffstats
path: root/doc/html/tqevent.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-09-04 11:53:23 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-09-04 13:56:43 +0900
commit0582c90a9ed4b965629267713f51c0da7c38b39d (patch)
treecae95e850081d0a7f2be6cef5837f43a28d53d2c /doc/html/tqevent.html
parent39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1 (diff)
downloadtqt3-0582c90a9ed4b965629267713f51c0da7c38b39d.tar.gz
tqt3-0582c90a9ed4b965629267713f51c0da7c38b39d.zip
Rename remaining ntq[m-r]* related files to equivalent tq* (except ntqmodules.h)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqevent.html')
-rw-r--r--doc/html/tqevent.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/tqevent.html b/doc/html/tqevent.html
index f0513e1c..5731d247 100644
--- a/doc/html/tqevent.html
+++ b/doc/html/tqevent.html
@@ -36,7 +36,7 @@ event classes. Event objects contain event parameters.
<a href="#details">More...</a>
<p><tt>#include &lt;<a href="tqevent-h.html">tqevent.h</a>&gt;</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="tqtabletevent.html">TQTabletEvent</a>, <a href="tqkeyevent.html">TQKeyEvent</a>, <a href="tqfocusevent.html">TQFocusEvent</a>, <a href="tqpaintevent.html">TQPaintEvent</a>, <a href="qmoveevent.html">TQMoveEvent</a>, <a href="qresizeevent.html">TQResizeEvent</a>, <a href="tqcloseevent.html">TQCloseEvent</a>, <a href="tqicondragevent.html">TQIconDragEvent</a>, <a href="qshowevent.html">TQShowEvent</a>, <a href="tqhideevent.html">TQHideEvent</a>, <a href="tqcontextmenuevent.html">TQContextMenuEvent</a>, <a href="tqimevent.html">TQIMEvent</a>, <a href="tqdropevent.html">TQDropEvent</a>, <a href="tqdragleaveevent.html">TQDragLeaveEvent</a>, <a href="tqchildevent.html">TQChildEvent</a>, and <a href="tqcustomevent.html">TQCustomEvent</a>.
+<p>Inherited by <a href="tqtimerevent.html">TQTimerEvent</a>, <a href="tqmouseevent.html">TQMouseEvent</a>, <a href="qwheelevent.html">TQWheelEvent</a>, <a href="tqtabletevent.html">TQTabletEvent</a>, <a href="tqkeyevent.html">TQKeyEvent</a>, <a href="tqfocusevent.html">TQFocusEvent</a>, <a href="tqpaintevent.html">TQPaintEvent</a>, <a href="tqmoveevent.html">TQMoveEvent</a>, <a href="tqresizeevent.html">TQResizeEvent</a>, <a href="tqcloseevent.html">TQCloseEvent</a>, <a href="tqicondragevent.html">TQIconDragEvent</a>, <a href="qshowevent.html">TQShowEvent</a>, <a href="tqhideevent.html">TQHideEvent</a>, <a href="tqcontextmenuevent.html">TQContextMenuEvent</a>, <a href="tqimevent.html">TQIMEvent</a>, <a href="tqdropevent.html">TQDropEvent</a>, <a href="tqdragleaveevent.html">TQDragLeaveEvent</a>, <a href="tqchildevent.html">TQChildEvent</a>, and <a href="tqcustomevent.html">TQCustomEvent</a>.
<p><a href="tqevent-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -81,10 +81,10 @@ types and the specialized classes for each type are these:
<li><tt>TQEvent::None</tt> - Not an event.
<li><tt>TQEvent::Accessibility</tt> - Accessibility information is requested
<li><tt>TQEvent::Timer</tt> - Regular timer events, <a href="tqtimerevent.html">TQTimerEvent</a>.
-<li><tt>TQEvent::MouseButtonPress</tt> - Mouse press, <a href="qmouseevent.html">TQMouseEvent</a>.
-<li><tt>TQEvent::MouseButtonRelease</tt> - Mouse release, <a href="qmouseevent.html">TQMouseEvent</a>.
-<li><tt>TQEvent::MouseButtonDblClick</tt> - Mouse press again, <a href="qmouseevent.html">TQMouseEvent</a>.
-<li><tt>TQEvent::MouseMove</tt> - Mouse move, <a href="qmouseevent.html">TQMouseEvent</a>.
+<li><tt>TQEvent::MouseButtonPress</tt> - Mouse press, <a href="tqmouseevent.html">TQMouseEvent</a>.
+<li><tt>TQEvent::MouseButtonRelease</tt> - Mouse release, <a href="tqmouseevent.html">TQMouseEvent</a>.
+<li><tt>TQEvent::MouseButtonDblClick</tt> - Mouse press again, <a href="tqmouseevent.html">TQMouseEvent</a>.
+<li><tt>TQEvent::MouseMove</tt> - Mouse move, <a href="tqmouseevent.html">TQMouseEvent</a>.
<li><tt>TQEvent::KeyPress</tt> - Key press (including Shift, for example), <a href="tqkeyevent.html">TQKeyEvent</a>.
<li><tt>TQEvent::KeyRelease</tt> - Key release, <a href="tqkeyevent.html">TQKeyEvent</a>.
<li><tt>TQEvent::IMStart</tt> - The start of input method composition, <a href="tqimevent.html">TQIMEvent</a>.
@@ -95,8 +95,8 @@ types and the specialized classes for each type are these:
<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="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::Move</tt> - Widget's position changed, <a href="tqmoveevent.html">TQMoveEvent</a>.
+<li><tt>TQEvent::Resize</tt> - Widget's size changed, <a href="tqresizeevent.html">TQResizeEvent</a>.
<li><tt>TQEvent::Show</tt> - Widget was shown on screen, <a href="qshowevent.html">TQShowEvent</a>.
<li><tt>TQEvent::Hide</tt> - Widget was hidden, <a href="tqhideevent.html">TQHideEvent</a>.
<li><tt>TQEvent::ShowToParent</tt> - A child widget has been shown.