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/ntqmovie.html | |
parent | c11c0f228b65f7471a26513ef8dbde413e75f8fa (diff) | |
download | tqt3-04913ce7a46fd027856e83a96205fdc388742a19.tar.gz tqt3-04913ce7a46fd027856e83a96205fdc388742a19.zip |
Rename ntqobject*.h and qobject*.cpp to tqobject*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqmovie.html')
-rw-r--r-- | doc/html/ntqmovie.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/ntqmovie.html b/doc/html/ntqmovie.html index 9a02f4cb9..7564b9ef2 100644 --- a/doc/html/ntqmovie.html +++ b/doc/html/ntqmovie.html @@ -192,7 +192,7 @@ the movie, the data is deallocated. Returns the background color of the movie set by <a href="#setBackgroundColor">setBackgroundColor</a>(). -<h3 class=fn>void <a name="connectResize"></a>TQMovie::connectResize ( <a href="ntqobject.html">TQObject</a> * receiver, const char * member ) +<h3 class=fn>void <a name="connectResize"></a>TQMovie::connectResize ( <a href="tqobject.html">TQObject</a> * receiver, const char * member ) </h3> Connects the <em>receiver</em>'s <em>member</em> of type <tt>void member(const TQSize&)</tt> so that it is signalled when the movie changes size. <p> Note that due to the <a href="shclass.html#explicit-sharing">explicit sharing</a> of TQMovie objects, these @@ -201,7 +201,7 @@ connections persist until they are explicitly disconnected with deleted. <p>Example: <a href="movies-example.html#x498">movies/main.cpp</a>. -<h3 class=fn>void <a name="connectStatus"></a>TQMovie::connectStatus ( <a href="ntqobject.html">TQObject</a> * receiver, const char * member ) +<h3 class=fn>void <a name="connectStatus"></a>TQMovie::connectStatus ( <a href="tqobject.html">TQObject</a> * receiver, const char * member ) </h3> Connects the <em>receiver</em>'s <em>member</em>, of type <tt>void member(int)</tt> so that it is signalled when the movie changes status. The status codes are negative for errors and positive for @@ -231,7 +231,7 @@ connections persist until they are explicitly disconnected with deleted. <p>Example: <a href="movies-example.html#x499">movies/main.cpp</a>. -<h3 class=fn>void <a name="connectUpdate"></a>TQMovie::connectUpdate ( <a href="ntqobject.html">TQObject</a> * receiver, const char * member ) +<h3 class=fn>void <a name="connectUpdate"></a>TQMovie::connectUpdate ( <a href="tqobject.html">TQObject</a> * receiver, const char * member ) </h3> Connects the <em>receiver</em>'s <em>member</em> of type <tt>void member(const TQRect&)</tt> so that it is signalled when an area of the <a href="#framePixmap">framePixmap</a>() has changed since the previous frame. @@ -241,15 +241,15 @@ connections persist until they are explicitly disconnected with deleted. <p>Example: <a href="movies-example.html#x500">movies/main.cpp</a>. -<h3 class=fn>void <a name="disconnectResize"></a>TQMovie::disconnectResize ( <a href="ntqobject.html">TQObject</a> * receiver, const char * member = 0 ) +<h3 class=fn>void <a name="disconnectResize"></a>TQMovie::disconnectResize ( <a href="tqobject.html">TQObject</a> * receiver, const char * member = 0 ) </h3> Disconnects the <em>receiver</em>'s <em>member</em> (or all members if <em>member</em> is zero) that were previously connected by <a href="#connectResize">connectResize</a>(). -<h3 class=fn>void <a name="disconnectStatus"></a>TQMovie::disconnectStatus ( <a href="ntqobject.html">TQObject</a> * receiver, const char * member = 0 ) +<h3 class=fn>void <a name="disconnectStatus"></a>TQMovie::disconnectStatus ( <a href="tqobject.html">TQObject</a> * receiver, const char * member = 0 ) </h3> Disconnects the <em>receiver</em>'s <em>member</em> (or all members if <em>member</em> is zero) that were previously connected by <a href="#connectStatus">connectStatus</a>(). -<h3 class=fn>void <a name="disconnectUpdate"></a>TQMovie::disconnectUpdate ( <a href="ntqobject.html">TQObject</a> * receiver, const char * member = 0 ) +<h3 class=fn>void <a name="disconnectUpdate"></a>TQMovie::disconnectUpdate ( <a href="tqobject.html">TQObject</a> * receiver, const char * member = 0 ) </h3> Disconnects the <em>receiver</em>'s <em>member</em> (or all members if \q member is zero) that were previously connected by <a href="#connectUpdate">connectUpdate</a>(). |