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/qtimerevent.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/qtimerevent.html')
-rw-r--r-- | doc/html/qtimerevent.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/qtimerevent.html b/doc/html/qtimerevent.html index ebbdd73b4..f3414d7da 100644 --- a/doc/html/qtimerevent.html +++ b/doc/html/qtimerevent.html @@ -50,11 +50,11 @@ timer event. <p> <p> Timer events are sent at regular intervals to objects that have started one or more timers. Each timer has a unique identifier. A -timer is started with <a href="ntqobject.html#startTimer">TQObject::startTimer</a>(). +timer is started with <a href="tqobject.html#startTimer">TQObject::startTimer</a>(). <p> The <a href="ntqtimer.html">TQTimer</a> class provides a high-level programming interface that uses signals instead of events. It also provides one-shot timers. -<p> The event handler <a href="ntqobject.html#timerEvent">TQObject::timerEvent</a>() receives timer events. -<p> <p>See also <a href="ntqtimer.html">TQTimer</a>, <a href="ntqobject.html#timerEvent">TQObject::timerEvent</a>(), <a href="ntqobject.html#startTimer">TQObject::startTimer</a>(), <a href="ntqobject.html#killTimer">TQObject::killTimer</a>(), <a href="ntqobject.html#killTimers">TQObject::killTimers</a>(), and <a href="events.html">Event Classes</a>. +<p> The event handler <a href="tqobject.html#timerEvent">TQObject::timerEvent</a>() receives timer events. +<p> <p>See also <a href="ntqtimer.html">TQTimer</a>, <a href="tqobject.html#timerEvent">TQObject::timerEvent</a>(), <a href="tqobject.html#startTimer">TQObject::startTimer</a>(), <a href="tqobject.html#killTimer">TQObject::killTimer</a>(), <a href="tqobject.html#killTimers">TQObject::killTimers</a>(), and <a href="events.html">Event Classes</a>. <hr><h2>Member Function Documentation</h2> <h3 class=fn><a name="TQTimerEvent"></a>TQTimerEvent::TQTimerEvent ( int timerId ) @@ -67,7 +67,7 @@ uses signals instead of events. It also provides one-shot timers. </h3> <p> Returns the unique timer identifier, which is the same identifier -as returned from <a href="ntqobject.html#startTimer">TQObject::startTimer</a>(). +as returned from <a href="tqobject.html#startTimer">TQObject::startTimer</a>(). <p>Example: <a href="dclock-example.html#x1105">dclock/dclock.cpp</a>. <!-- eof --> |