diff options
Diffstat (limited to 'doc/man/man3/tqimagedrag.3qt')
-rw-r--r-- | doc/man/man3/tqimagedrag.3qt | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/doc/man/man3/tqimagedrag.3qt b/doc/man/man3/tqimagedrag.3qt index 8c61fb42b..3db69ee29 100644 --- a/doc/man/man3/tqimagedrag.3qt +++ b/doc/man/man3/tqimagedrag.3qt @@ -1,5 +1,5 @@ '\" t -.TH QImageDrag 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- +.TH TQImageDrag 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- .\" Copyright 1992-2007 Trolltech ASA. All rights reserved. See the .\" license file included in the distribution for a complete license .\" statement. @@ -7,7 +7,7 @@ .ad l .nh .SH NAME -QImageDrag \- Drag and drop object for transferring images +TQImageDrag \- Drag and drop object for transferring images .SH SYNOPSIS \fC#include <ntqdragobject.h>\fR .PP @@ -16,13 +16,13 @@ Inherits QDragObject. .SS "Public Members" .in +1c .ti -1c -.BI "\fBQImageDrag\fR ( TQImage image, TQWidget * dragSource = 0, const char * name = 0 )" +.BI "\fBTQImageDrag\fR ( TQImage image, TQWidget * dragSource = 0, const char * name = 0 )" .br .ti -1c -.BI "\fBQImageDrag\fR ( TQWidget * dragSource = 0, const char * name = 0 )" +.BI "\fBTQImageDrag\fR ( TQWidget * dragSource = 0, const char * name = 0 )" .br .ti -1c -.BI "\fB~QImageDrag\fR ()" +.BI "\fB~TQImageDrag\fR ()" .br .ti -1c .BI "virtual void \fBsetImage\fR ( TQImage image )" @@ -41,7 +41,7 @@ Inherits QDragObject. .br .in -1c .SH DESCRIPTION -The QImageDrag class provides a drag and drop object for transferring images. +The TQImageDrag class provides a drag and drop object for transferring images. .PP Images are offered to the receiving application in multiple formats, determined by Qt's output formats. .PP @@ -49,25 +49,25 @@ For more information about drag and drop, see the QDragObject class and the drag .PP See also Drag And Drop Classes. .SH MEMBER FUNCTION DOCUMENTATION -.SH "QImageDrag::QImageDrag ( TQImage image, TQWidget * dragSource = 0, const char * name = 0 )" +.SH "TQImageDrag::TQImageDrag ( TQImage image, TQWidget * dragSource = 0, const char * name = 0 )" Constructs an image drag object and sets its data to \fIimage\fR. \fIdragSource\fR must be the drag source; \fIname\fR is the object name. -.SH "QImageDrag::QImageDrag ( TQWidget * dragSource = 0, const char * name = 0 )" +.SH "TQImageDrag::TQImageDrag ( TQWidget * dragSource = 0, const char * name = 0 )" Constructs a default image drag object. \fIdragSource\fR must be the drag source; \fIname\fR is the object name. -.SH "QImageDrag::~QImageDrag ()" +.SH "TQImageDrag::~TQImageDrag ()" Destroys the image drag object and frees up all allocated resources. -.SH "bool QImageDrag::canDecode ( const QMimeSource * e )\fC [static]\fR" +.SH "bool TQImageDrag::canDecode ( const QMimeSource * e )\fC [static]\fR" Returns TRUE if the information in mime source \fIe\fR can be decoded into an image; otherwise returns FALSE. .PP See also decode(). .PP Example: desktop/desktop.cpp. -.SH "bool QImageDrag::decode ( const QMimeSource * e, TQImage & img )\fC [static]\fR" +.SH "bool TQImageDrag::decode ( const QMimeSource * e, TQImage & img )\fC [static]\fR" Attempts to decode the dropped information in mime source \fIe\fR into \fIimg\fR. Returns TRUE if successful; otherwise returns FALSE. .PP See also canDecode(). .PP Example: desktop/desktop.cpp. -.SH "bool QImageDrag::decode ( const QMimeSource * e, QPixmap & pm )\fC [static]\fR" +.SH "bool TQImageDrag::decode ( const QMimeSource * e, QPixmap & pm )\fC [static]\fR" This is an overloaded member function, provided for convenience. It behaves essentially like the above function. .PP Attempts to decode the dropped information in mime source \fIe\fR into pixmap \fIpm\fR. Returns TRUE if successful; otherwise returns FALSE. @@ -75,12 +75,12 @@ Attempts to decode the dropped information in mime source \fIe\fR into pixmap \f This is a convenience function that converts to a QPixmap via a TQImage. .PP See also canDecode(). -.SH "void QImageDrag::setImage ( TQImage image )\fC [virtual]\fR" +.SH "void TQImageDrag::setImage ( TQImage image )\fC [virtual]\fR" Sets the image to be dragged to \fIimage\fR. You will need to call this if you did not pass the image during construction. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qimagedrag.html +.BR http://doc.trolltech.com/tqimagedrag.html .BR http://www.trolltech.com/faq/tech.html .SH COPYRIGHT Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the |