diff options
Diffstat (limited to 'doc/man/man3/tqimageconsumer.3qt')
-rw-r--r-- | doc/man/man3/tqimageconsumer.3qt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqimageconsumer.3qt b/doc/man/man3/tqimageconsumer.3qt index b5a0e9062..b0db864f2 100644 --- a/doc/man/man3/tqimageconsumer.3qt +++ b/doc/man/man3/tqimageconsumer.3qt @@ -17,13 +17,13 @@ TQImageConsumer \- Abstraction used by TQImageDecoder .BI "virtual void \fBend\fR () = 0" .br .ti -1c -.BI "virtual void \fBchanged\fR ( const QRect & ) = 0" +.BI "virtual void \fBchanged\fR ( const TQRect & ) = 0" .br .ti -1c .BI "virtual void \fBframeDone\fR () = 0" .br .ti -1c -.BI "virtual void \fBframeDone\fR ( const QPoint & offset, const QRect & rect ) = 0" +.BI "virtual void \fBframeDone\fR ( const TQPoint & offset, const TQRect & rect ) = 0" .br .ti -1c .BI "virtual void \fBsetLooping\fR ( int n ) = 0" @@ -46,7 +46,7 @@ You'd use the TQImageConsumer class, for example, if you were implementing a web .PP See also TQImageDecoder, Graphics Classes, Image Processing Classes, and Multimedia Classes. .SH MEMBER FUNCTION DOCUMENTATION -.SH "void TQImageConsumer::changed ( const QRect & )\fC [pure virtual]\fR" +.SH "void TQImageConsumer::changed ( const TQRect & )\fC [pure virtual]\fR" Called when the given area of the image has changed. .SH "void TQImageConsumer::end ()\fC [pure virtual]\fR" Called when all the data from all the frames has been decoded and revealed as changed(). @@ -56,7 +56,7 @@ One of the two frameDone() functions will be called when a frame of an animated When this function is called, the current image should be displayed. .PP The decoder will not make any further changes to the image until the next call to TQImageFormat::decode(). -.SH "void TQImageConsumer::frameDone ( const QPoint & offset, const QRect & rect )\fC [pure virtual]\fR" +.SH "void TQImageConsumer::frameDone ( const TQPoint & offset, const TQRect & rect )\fC [pure virtual]\fR" This is an overloaded member function, provided for convenience. It behaves essentially like the above function. .PP One of the two frameDone() functions will be called when a frame of an animated image has ended and been revealed as changed(). |