From 4d495175043c399fdca6e1bb4c74ef176fc76fb4 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 6 Aug 2025 11:29:57 +0900 Subject: Replace TRUE/FALSE with boolean values true/false - part 4 Signed-off-by: Michele Calgaro --- doc/html/tqmovie.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/html/tqmovie.html') 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 conne

bool TQMovie::finished () const

-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.

Example: movies/main.cpp.

const TQImage & TQMovie::frameImage () const @@ -290,7 +290,7 @@ generated.

bool TQMovie::isNull () const

-Returns TRUE if the movie is null; otherwise returns FALSE. +Returns true if the movie is null; otherwise returns false.

TQMovie & TQMovie::operator= ( const TQMovie & movie )

@@ -305,7 +305,7 @@ Pauses the progress of the animation.

Example: movies/main.cpp.

bool TQMovie::paused () const

-Returns TRUE if the image is paused; otherwise returns FALSE. +Returns true if the image is paused; otherwise returns false.

Example: movies/main.cpp.

void TQMovie::pushData ( const uchar * data, int length ) @@ -329,8 +329,8 @@ paused, it begins playing again.

Example: movies/main.cpp.

bool TQMovie::running () const

-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.

void TQMovie::setBackgroundColor ( const TQColor & c )

-- cgit v1.2.3