diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-02 23:07:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-02 23:22:42 +0900 |
commit | 8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (patch) | |
tree | b95884617b9a37accc843676d5d42be4116a3f54 /doc/html/ntqevent.html | |
parent | 68b81013e8668f50fc18b7e26a520ec93a7a1251 (diff) | |
download | tqt-8ac0e970.tar.gz tqt-8ac0e970.zip |
Rename ntqwidget* related files to equivalent tqwidget*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqevent.html')
-rw-r--r-- | doc/html/ntqevent.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/ntqevent.html b/doc/html/ntqevent.html index 5bc98f5f2..01e22ff72 100644 --- a/doc/html/ntqevent.html +++ b/doc/html/ntqevent.html @@ -63,14 +63,14 @@ send events using <a href="ntqapplication.html#sendEvent">TQApplication::sendEve <p> TQObjects receive events by having their <a href="tqobject.html#event">TQObject::event</a>() function called. The function can be reimplemented in subclasses to customize event handling and add additional event types; -<a href="ntqwidget.html#event">TQWidget::event</a>() is a notable example. By default, events are +<a href="tqwidget.html#event">TQWidget::event</a>() is a notable example. By default, events are dispatched to event handlers like <a href="tqobject.html#timerEvent">TQObject::timerEvent</a>() and -<a href="ntqwidget.html#mouseMoveEvent">TQWidget::mouseMoveEvent</a>(). <a href="tqobject.html#installEventFilter">TQObject::installEventFilter</a>() allows an +<a href="tqwidget.html#mouseMoveEvent">TQWidget::mouseMoveEvent</a>(). <a href="tqobject.html#installEventFilter">TQObject::installEventFilter</a>() allows an object to intercept events destined for another object. <p> The basic TQEvent contains only an event type parameter. Subclasses of TQEvent contain additional parameters that describe the particular event. -<p> <p>See also <a href="tqobject.html#event">TQObject::event</a>(), <a href="tqobject.html#installEventFilter">TQObject::installEventFilter</a>(), <a href="ntqwidget.html#event">TQWidget::event</a>(), <a href="ntqapplication.html#sendEvent">TQApplication::sendEvent</a>(), <a href="ntqapplication.html#postEvent">TQApplication::postEvent</a>(), <a href="ntqapplication.html#processEvents">TQApplication::processEvents</a>(), <a href="environment.html">Environment Classes</a>, and <a href="events.html">Event Classes</a>. +<p> <p>See also <a href="tqobject.html#event">TQObject::event</a>(), <a href="tqobject.html#installEventFilter">TQObject::installEventFilter</a>(), <a href="tqwidget.html#event">TQWidget::event</a>(), <a href="ntqapplication.html#sendEvent">TQApplication::sendEvent</a>(), <a href="ntqapplication.html#postEvent">TQApplication::postEvent</a>(), <a href="ntqapplication.html#processEvents">TQApplication::processEvents</a>(), <a href="environment.html">Environment Classes</a>, and <a href="events.html">Event Classes</a>. <hr><h2>Member Type Documentation</h2> <h3 class=fn><a name="Type-enum"></a>TQEvent::Type</h3> @@ -151,7 +151,7 @@ cleaned up. <li><tt>TQEvent::HelpRequest</tt> - Internal event used by TQt on some platforms. <li><tt>TQEvent::IconDrag</tt> - Internal event used by TQt on some platforms when proxy icon is dragged. <li><tt>TQEvent::WindowStateChange</tt> - The window's state, i.e. minimized, -maximized or full-screen, has changed. See <a href="ntqwidget.html#windowState">TQWidget::windowState</a>(). +maximized or full-screen, has changed. See <a href="tqwidget.html#windowState">TQWidget::windowState</a>(). <li><tt>TQEvent::WindowBlocked</tt> - The window is modally blocked <li><tt>TQEvent::WindowUnblocked</tt> - The window leaves modal blocking <li><tt>TQEvent::User</tt> - User defined event. |