diff options
Diffstat (limited to 'doc/man/man3/tqpixmap.3qt')
-rw-r--r-- | doc/man/man3/tqpixmap.3qt | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/man/man3/tqpixmap.3qt b/doc/man/man3/tqpixmap.3qt index 37c9aaa2e..a00579abb 100644 --- a/doc/man/man3/tqpixmap.3qt +++ b/doc/man/man3/tqpixmap.3qt @@ -198,10 +198,10 @@ Inherited by TQBitmap and TQCanvasPixmap. .SH RELATED FUNCTION DOCUMENTATION .in +1c .ti -1c -.BI "QDataStream & \fBoperator<<\fR ( QDataStream & s, const QPixmap & pixmap )" +.BI "TQDataStream & \fBoperator<<\fR ( TQDataStream & s, const QPixmap & pixmap )" .br .ti -1c -.BI "QDataStream & \fBoperator>>\fR ( QDataStream & s, QPixmap & pixmap )" +.BI "TQDataStream & \fBoperator>>\fR ( TQDataStream & s, QPixmap & pixmap )" .br .ti -1c .BI "void \fBcopyBlt\fR ( QPixmap * dst, int dx, int dy, const QPixmap * src, int sx, int sy, int sw, int sh )" @@ -546,7 +546,7 @@ Resizing an existing pixmap to (0, 0) makes a pixmap into a null pixmap. See also resize(). .PP Examples: -.)l movies/main.cpp, qdir/qdir.cpp, qmag/qmag.cpp, and scrollview/scrollview.cpp. +.)l movies/main.cpp, tqdir/tqdir.cpp, qmag/qmag.cpp, and scrollview/scrollview.cpp. .SH "bool QPixmap::isTQBitmap () const" Returns TRUE if this is a TQBitmap; otherwise returns FALSE. .SH "bool QPixmap::load ( const TQString & fileName, const char * format, int conversion_flags )" @@ -652,7 +652,7 @@ This function writes a QPixmap to the TQIODevice, \fIdevice\fR. This can be used .br TQByteArray ba; .br - QBuffer buffer( ba ); + TQBuffer buffer( ba ); .br buffer.open( IO_WriteOnly ); .br @@ -741,7 +741,7 @@ This function is slow because it involves transformation to a TQImage, non-trivi See also trueMatrix(), QWMatrix, QPainter::setWorldMatrix(), and TQImage::xForm(). .PP Examples: -.)l desktop/desktop.cpp, fileiconview/qfileiconview.cpp, movies/main.cpp, and qmag/qmag.cpp. +.)l desktop/desktop.cpp, fileiconview/tqfileiconview.cpp, movies/main.cpp, and qmag/qmag.cpp. .SH RELATED FUNCTION DOCUMENTATION .SH "void copyBlt ( QPixmap * dst, int dx, int dy, const QPixmap * src, int sx, int sy, int sw, int sh )" Copies a block of pixels from \fIsrc\fR to \fIdst\fR. The alpha channel and mask data (if any) is also copied from \fIsrc\fR. NOTE: \fIsrc\fR is \fInot\fR alpha blended or masked when copied to \fIdst\fR. Use bitBlt() or QPainter::drawPixmap() to perform alpha blending or masked drawing. @@ -751,16 +751,16 @@ Copies a block of pixels from \fIsrc\fR to \fIdst\fR. The alpha channel and mask If \fIsrc\fR, \fIdst\fR, \fIsw\fR or \fIsh\fR is 0 (zero), copyBlt() does nothing. If \fIsw\fR or \fIsh\fR is negative, copyBlt() copies starting at \fIsx\fR (and respectively, \fIsy\fR) and ending at the right edge (and respectively, the bottom edge) of \fIsrc\fR. .PP copyBlt() does nothing if \fIsrc\fR and \fIdst\fR have different depths. -.SH "QDataStream & operator<< ( QDataStream & s, const QPixmap & pixmap )" +.SH "TQDataStream & operator<< ( TQDataStream & s, const QPixmap & pixmap )" Writes the pixmap \fIpixmap\fR to the stream \fIs\fR as a PNG image. .PP Note that writing the stream to a file will not produce a valid image file. .PP -See also QPixmap::save() and Format of the QDataStream operators. -.SH "QDataStream & operator>> ( QDataStream & s, QPixmap & pixmap )" +See also QPixmap::save() and Format of the TQDataStream operators. +.SH "TQDataStream & operator>> ( TQDataStream & s, QPixmap & pixmap )" Reads a pixmap from the stream \fIs\fR into the pixmap \fIpixmap\fR. .PP -See also QPixmap::load() and Format of the QDataStream operators. +See also QPixmap::load() and Format of the TQDataStream operators. .SH "SEE ALSO" .BR http://doc.trolltech.com/ntqpixmap.html |