diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
commit | dcce5b1f2c449ed9a02b1752e0d74f147a83d07d (patch) | |
tree | d57fe27457a96451f1a67e2a2db268a441d917fc /doc/html/tqmovie.html | |
parent | 649c4c61a1f1f479f4532b196f68df476cef2680 (diff) | |
download | tqt-rename/true-false-4.tar.gz tqt-rename/true-false-4.zip |
Replace TRUE/FALSE with boolean values true/false - part 4rename/true-false-4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqmovie.html')
-rw-r--r-- | doc/html/tqmovie.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/tqmovie.html b/doc/html/tqmovie.html index 7840a5377..8c67131d6 100644 --- a/doc/html/tqmovie.html +++ b/doc/html/tqmovie.html @@ -255,8 +255,8 @@ member is zero) that were previously connected by <a href="#connectUpdate">conne <h3 class=fn>bool <a name="finished"></a>TQMovie::finished () const </h3> -Returns TRUE if the image is no longer playing: this happens when -all loops of all frames are complete; otherwise returns FALSE. +Returns true if the image is no longer playing: this happens when +all loops of all frames are complete; otherwise returns false. <p>Example: <a href="movies-example.html#x501">movies/main.cpp</a>. <h3 class=fn>const <a href="tqimage.html">TQImage</a> & <a name="frameImage"></a>TQMovie::frameImage () const @@ -290,7 +290,7 @@ generated. <h3 class=fn>bool <a name="isNull"></a>TQMovie::isNull () const </h3> -Returns TRUE if the movie is null; otherwise returns FALSE. +Returns true if the movie is null; otherwise returns false. <h3 class=fn><a href="tqmovie.html">TQMovie</a> & <a name="operator-eq"></a>TQMovie::operator= ( const <a href="tqmovie.html">TQMovie</a> & movie ) </h3> @@ -305,7 +305,7 @@ Pauses the progress of the animation. <p>Example: <a href="movies-example.html#x503">movies/main.cpp</a>. <h3 class=fn>bool <a name="paused"></a>TQMovie::paused () const </h3> -Returns TRUE if the image is paused; otherwise returns FALSE. +Returns true if the image is paused; otherwise returns false. <p>Example: <a href="movies-example.html#x504">movies/main.cpp</a>. <h3 class=fn>void <a name="pushData"></a>TQMovie::pushData ( const uchar * data, int length ) @@ -329,8 +329,8 @@ paused, it begins playing again. <p>Example: <a href="movies-example.html#x505">movies/main.cpp</a>. <h3 class=fn>bool <a name="running"></a>TQMovie::running () const </h3> -Returns TRUE if the image is not single-stepping, not paused, and -not finished; otherwise returns FALSE. +Returns true if the image is not single-stepping, not paused, and +not finished; otherwise returns false. <h3 class=fn>void <a name="setBackgroundColor"></a>TQMovie::setBackgroundColor ( const <a href="tqcolor.html">TQColor</a> & c ) </h3> |