summaryrefslogtreecommitdiffstats
path: root/doc/html/tqmovie.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-20 20:15:52 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-21 23:04:19 +0900
commit1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (patch)
tree5f1bb482f68ee0f95843fbf375cd2274acdabf25 /doc/html/tqmovie.html
parent14c414378d96f7463b989384f4a0e5dd76632b6d (diff)
downloadtqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.tar.gz
tqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.zip
Rename graphics class nt* related files to equivalent tq* (part 2)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqmovie.html')
-rw-r--r--doc/html/tqmovie.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/tqmovie.html b/doc/html/tqmovie.html
index b5b4b6d8b..6d4734cc7 100644
--- a/doc/html/tqmovie.html
+++ b/doc/html/tqmovie.html
@@ -83,7 +83,7 @@ The TQMovie class provides incremental loading of animations or images, signalli
<p> The simplest way to display a TQMovie is to use a <a href="ntqlabel.html">TQLabel</a> and
<a href="ntqlabel.html#setMovie">TQLabel::setMovie</a>().
-<p> A TQMovie provides a <a href="ntqpixmap.html">TQPixmap</a> as the <a href="#framePixmap">framePixmap</a>(); connections can
+<p> A TQMovie provides a <a href="tqpixmap.html">TQPixmap</a> as the <a href="#framePixmap">framePixmap</a>(); connections can
be made via <a href="#connectResize">connectResize</a>() and <a href="#connectUpdate">connectUpdate</a>() to receive
notification of size and pixmap changes. All decoding is driven
by the normal event-processing mechanisms.
@@ -275,16 +275,16 @@ start of the current loop of the movie. Thus, before any
EndOfFrame has been emitted the value will be 0; within slots
processing the first signal, <a href="#frameNumber">frameNumber</a>() will be 1, and so on.
-<h3 class=fn>const&nbsp;<a href="ntqpixmap.html">TQPixmap</a>&nbsp;&amp; <a name="framePixmap"></a>TQMovie::framePixmap () const
+<h3 class=fn>const&nbsp;<a href="tqpixmap.html">TQPixmap</a>&nbsp;&amp; <a name="framePixmap"></a>TQMovie::framePixmap () const
</h3>
-Returns the current frame of the movie, as a <a href="ntqpixmap.html">TQPixmap</a>. It is not
+Returns the current frame of the movie, as a <a href="tqpixmap.html">TQPixmap</a>. It is not
generally useful to keep a copy of this pixmap. It is better to
keep a copy of the TQMovie and get the <a href="#framePixmap">framePixmap</a>() only when
needed for drawing.
<p> <p>See also <a href="#frameImage">frameImage</a>().
<p>Example: <a href="movies-example.html#x502">movies/main.cpp</a>.
-<h3 class=fn>const&nbsp;<a href="ntqrect.html">TQRect</a>&nbsp;&amp; <a name="getValidRect"></a>TQMovie::getValidRect () const
+<h3 class=fn>const&nbsp;<a href="tqrect.html">TQRect</a>&nbsp;&amp; <a name="getValidRect"></a>TQMovie::getValidRect () const
</h3>
Returns the area of the pixmap for which pixels have been
generated.