diff options
Diffstat (limited to 'doc/man/man3/tqcanvaspixmaparray.3qt')
-rw-r--r-- | doc/man/man3/tqcanvaspixmaparray.3qt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/man/man3/tqcanvaspixmaparray.3qt b/doc/man/man3/tqcanvaspixmaparray.3qt index 9bdc9e105..f7bd41879 100644 --- a/doc/man/man3/tqcanvaspixmaparray.3qt +++ b/doc/man/man3/tqcanvaspixmaparray.3qt @@ -20,10 +20,10 @@ TQCanvasPixmapArray \- Array of TQCanvasPixmaps .BI "\fBTQCanvasPixmapArray\fR ( const TQString & datafilenamepattern, int fc = 0 )" .br .ti -1c -.BI "TQCanvasPixmapArray ( TQPtrList<QPixmap> list, TQPtrList<QPoint> hotspots ) \fI(obsolete)\fR" +.BI "TQCanvasPixmapArray ( TQPtrList<TQPixmap> list, TQPtrList<TQPoint> hotspots ) \fI(obsolete)\fR" .br .ti -1c -.BI "\fBTQCanvasPixmapArray\fR ( TQValueList<QPixmap> list, QPointArray hotspots = QPointArray ( ) )" +.BI "\fBTQCanvasPixmapArray\fR ( TQValueList<TQPixmap> list, TQPointArray hotspots = TQPointArray ( ) )" .br .ti -1c .BI "\fB~TQCanvasPixmapArray\fR ()" @@ -55,7 +55,7 @@ The TQCanvasPixmapArray class provides an array of TQCanvasPixmaps. .PP This class is used by TQCanvasSprite to hold an array of pixmaps. It is used to implement animated sprites, i.e. images that change over time, with each pixmap in the array holding one frame. .PP -Depending on the constructor you use you can load multiple pixmaps into the array either from a directory (specifying a wildcard pattern for the files), or from a list of QPixmaps. You can also read in a set of pixmaps after construction using readPixmaps(). +Depending on the constructor you use you can load multiple pixmaps into the array either from a directory (specifying a wildcard pattern for the files), or from a list of TQPixmaps. You can also read in a set of pixmaps after construction using readPixmaps(). .PP Individual pixmaps can be set with setImage() and retrieved with image(). The number of pixmaps in the array is returned by count(). .PP @@ -75,14 +75,14 @@ If \fIfc\fR is not 0, \fIdatafilenamepattern\fR should contain "%1", e.g. "foo%1 If \fIfc\fR is 0, \fIdatafilenamepattern\fR is asssumed to be a filename, and the image contained in this file will be loaded as the first (and only) frame. .PP If \fIdatafilenamepattern\fR does not exist, is not readable, isn't an image, or some other error occurs, the array ends up empty and isValid() returns FALSE. -.SH "TQCanvasPixmapArray::TQCanvasPixmapArray ( TQPtrList<QPixmap> list, TQPtrList<QPoint> hotspots )" +.SH "TQCanvasPixmapArray::TQCanvasPixmapArray ( TQPtrList<TQPixmap> list, TQPtrList<TQPoint> hotspots )" \fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code. .PP -Use TQCanvasPixmapArray::TQCanvasPixmapArray( TQValueList<QPixmap>, QPointArray ) instead. +Use TQCanvasPixmapArray::TQCanvasPixmapArray( TQValueList<TQPixmap>, TQPointArray ) instead. .PP -Constructs a TQCanvasPixmapArray from the list of QPixmaps \fIlist\fR. The \fIhotspots\fR list has to be of the same size as \fIlist\fR. -.SH "TQCanvasPixmapArray::TQCanvasPixmapArray ( TQValueList<QPixmap> list, QPointArray hotspots = QPointArray ( ) )" -Constructs a TQCanvasPixmapArray from the list of QPixmaps in the \fIlist\fR. Each pixmap will get a hotspot according to the \fIhotspots\fR array. If no hotspots are specified, each one is set to be at position (0, 0). +Constructs a TQCanvasPixmapArray from the list of TQPixmaps \fIlist\fR. The \fIhotspots\fR list has to be of the same size as \fIlist\fR. +.SH "TQCanvasPixmapArray::TQCanvasPixmapArray ( TQValueList<TQPixmap> list, TQPointArray hotspots = TQPointArray ( ) )" +Constructs a TQCanvasPixmapArray from the list of TQPixmaps in the \fIlist\fR. Each pixmap will get a hotspot according to the \fIhotspots\fR array. If no hotspots are specified, each one is set to be at position (0, 0). .PP If an error occurs, isValid() will return FALSE. .SH "TQCanvasPixmapArray::~TQCanvasPixmapArray ()" |