diff options
Diffstat (limited to 'doc/man/man3/tqmovie.3qt')
| -rw-r--r-- | doc/man/man3/tqmovie.3qt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqmovie.3qt b/doc/man/man3/tqmovie.3qt index c0a9e61f9..59badb3c5 100644 --- a/doc/man/man3/tqmovie.3qt +++ b/doc/man/man3/tqmovie.3qt @@ -226,7 +226,7 @@ Disconnects the \fIreceiver\fR's \fImember\fR (or all members if \fImember\fR is .SH "void TQMovie::disconnectUpdate ( TQObject * receiver, const char * member = 0 )" Disconnects the \fIreceiver\fR's \fImember\fR (or all members if \\q member is zero) that were previously connected by connectUpdate(). .SH "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. .PP Example: movies/main.cpp. .SH "const TQImage & TQMovie::frameImage () const" @@ -244,7 +244,7 @@ Example: movies/main.cpp. .SH "const TQRect & TQMovie::getValidRect () const" Returns the area of the pixmap for which pixels have been generated. .SH "bool TQMovie::isNull () const" -Returns TRUE if the movie is null; otherwise returns FALSE. +Returns true if the movie is null; otherwise returns false. .SH "TQMovie & TQMovie::operator= ( const TQMovie & movie )" Makes this movie use the same data as movie \fImovie\fR. TQMovies use explicit sharing. .SH "void TQMovie::pause ()" @@ -254,7 +254,7 @@ See also unpause(). .PP Example: movies/main.cpp. .SH "bool TQMovie::paused () const" -Returns TRUE if the image is paused; otherwise returns FALSE. +Returns true if the image is paused; otherwise returns false. .PP Example: movies/main.cpp. .SH "void TQMovie::pushData ( const uchar * data, int length )" @@ -266,7 +266,7 @@ Rewinds the movie to the beginning. If the movie has not been paused, it begins .PP Example: movies/main.cpp. .SH "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. .SH "void TQMovie::setBackgroundColor ( const TQColor & c )" Sets the background color of the pixmap to \fIc\fR. If the background color isValid(), the pixmap will never have a mask because the background color will be used in transparent regions of the image. .PP |
