diff options
Diffstat (limited to 'doc/man/man3/tqpixmap.3qt')
-rw-r--r-- | doc/man/man3/tqpixmap.3qt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/man/man3/tqpixmap.3qt b/doc/man/man3/tqpixmap.3qt index 98ae130f3..7cbeb19fa 100644 --- a/doc/man/man3/tqpixmap.3qt +++ b/doc/man/man3/tqpixmap.3qt @@ -258,7 +258,7 @@ If your application uses dozens or hundreds of pixmaps (for example on tool bar .PP In general it is recommended to make as much use of QPixmap's implicit sharing and the QPixmapCache as possible. .PP -See also QBitmap, TQImage, QImageIO, Shared Classes, Graphics Classes, Image Processing Classes, and Implicitly and Explicitly Shared Classes. +See also QBitmap, TQImage, TQImageIO, Shared Classes, Graphics Classes, Image Processing Classes, and Implicitly and Explicitly Shared Classes. .SS "Member Type Documentation" .SH "QPixmap::ColorMode" This enum type defines the color modes that exist for converting TQImage objects to QPixmap. @@ -472,7 +472,7 @@ Example: .SH "QPixmap QPixmap::fromMimeSource ( const TQString & abs_name )\fC [static]\fR" Convenience function. Gets the data associated with the absolute name \fIabs_name\fR from the default mime source factory and decodes it to a pixmap. .PP -See also QMimeSourceFactory, TQImage::fromMimeSource(), and QImageDrag::decode(). +See also QMimeSourceFactory, TQImage::fromMimeSource(), and TQImageDrag::decode(). .PP Example: textedit/textedit.cpp. .SH "QPixmap QPixmap::grabWidget ( TQWidget * widget, int x = 0, int y = 0, int w = -1, int h = -1 )\fC [static]\fR" @@ -533,7 +533,7 @@ Examples: .SH "const char * QPixmap::imageFormat ( const TQString & fileName )\fC [static]\fR" Returns a string that specifies the image format of the file \fIfileName\fR, or 0 if the file cannot be read or if the format cannot be recognized. .PP -The QImageIO documentation lists the supported image formats. +The TQImageIO documentation lists the supported image formats. .PP See also load() and save(). .SH "bool QPixmap::isNull () const" @@ -556,9 +556,9 @@ If \fIformat\fR is specified, the loader attempts to read the pixmap using the s .PP See the convertFromImage() documentation for a description of the \fIconversion_flags\fR argument. .PP -The QImageIO documentation lists the supported image formats and explains how to add extra formats. +The TQImageIO documentation lists the supported image formats and explains how to add extra formats. .PP -See also loadFromData(), save(), imageFormat(), TQImage::load(), and QImageIO. +See also loadFromData(), save(), imageFormat(), TQImage::load(), and TQImageIO. .PP Examples: .)l picture/picture.cpp, scrollview/scrollview.cpp, and xform/xform.cpp. @@ -579,9 +579,9 @@ If \fIformat\fR is specified, the loader attempts to read the pixmap using the s .PP See the convertFromImage() documentation for a description of the \fIconversion_flags\fR argument. .PP -The QImageIO documentation lists the supported image formats and explains how to add extra formats. +The TQImageIO documentation lists the supported image formats and explains how to add extra formats. .PP -See also load(), save(), imageFormat(), TQImage::loadFromData(), and QImageIO. +See also load(), save(), imageFormat(), TQImage::loadFromData(), and TQImageIO. .SH "bool QPixmap::loadFromData ( const uchar * buf, uint len, const char * format = 0, ColorMode mode = Auto )" This is an overloaded member function, provided for convenience. It behaves essentially like the above function. .PP @@ -638,7 +638,7 @@ Resizes the pixmap to size \fIsize\fR. .SH "bool QPixmap::save ( const TQString & fileName, const char * format, int quality = -1 ) const" Saves the pixmap to the file \fIfileName\fR using the image file format \fIformat\fR and a quality factor \fIquality\fR. \fIquality\fR must be in the range [0,100] or -1. Specify 0 to obtain small compressed files, 100 for large uncompressed files, and -1 to use the default settings. Returns TRUE if successful; otherwise returns FALSE. .PP -See also load(), loadFromData(), imageFormat(), TQImage::save(), and QImageIO. +See also load(), loadFromData(), imageFormat(), TQImage::save(), and TQImageIO. .PP Example: qmag/qmag.cpp. .SH "bool QPixmap::save ( TQIODevice * device, const char * format, int quality = -1 ) const" |