diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-23 14:04:45 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-27 16:08:54 +0900 |
commit | 04913ce7a46fd027856e83a96205fdc388742a19 (patch) | |
tree | a04a117317c14854a6b91072658ba0eb3ad8b3fc /doc/html/ntqevent.html | |
parent | c11c0f228b65f7471a26513ef8dbde413e75f8fa (diff) | |
download | tqt-04913ce7.tar.gz tqt-04913ce7.zip |
Rename ntqobject*.h and qobject*.cpp to tqobject*
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 4137dfdba..5bc98f5f2 100644 --- a/doc/html/ntqevent.html +++ b/doc/html/ntqevent.html @@ -60,17 +60,17 @@ and sends the translated events to TQObjects. (<a href="#spontaneous">spontaneous</a>() returns TRUE) but it is also possible to manually send events using <a href="ntqapplication.html#sendEvent">TQApplication::sendEvent</a>() and <a href="ntqapplication.html#postEvent">TQApplication::postEvent</a>() (spontaneous() returns FALSE). -<p> TQObjects receive events by having their <a href="ntqobject.html#event">TQObject::event</a>() function +<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 -dispatched to event handlers like <a href="ntqobject.html#timerEvent">TQObject::timerEvent</a>() and -<a href="ntqwidget.html#mouseMoveEvent">TQWidget::mouseMoveEvent</a>(). <a href="ntqobject.html#installEventFilter">TQObject::installEventFilter</a>() allows an +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 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="ntqobject.html#event">TQObject::event</a>(), <a href="ntqobject.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="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>. <hr><h2>Member Type Documentation</h2> <h3 class=fn><a name="Type-enum"></a>TQEvent::Type</h3> |