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 06433a077..e4d3b073a 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 QMovie::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 QMovie::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 & QMovie::frameImage () const" @@ -244,7 +244,7 @@ Example: movies/main.cpp. .SH "const QRect & QMovie::getValidRect () const" Returns the area of the pixmap for which pixels have been generated. .SH "bool QMovie::isNull () const" -Returns TRUE if the movie is null; otherwise returns FALSE. +Returns true if the movie is null; otherwise returns false. .SH "QMovie & QMovie::operator= ( const QMovie & movie )" Makes this movie use the same data as movie \fImovie\fR. QMovies use explicit sharing. .SH "void QMovie::pause ()" @@ -254,7 +254,7 @@ See also unpause(). .PP Example: movies/main.cpp. .SH "bool QMovie::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 QMovie::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 QMovie::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 QMovie::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 |
