diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 13:06:00 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 13:06:00 +0900 |
commit | 628b0bb74c3fc327efff8add9c73ada04b1cbea2 (patch) | |
tree | 16062922d35b5e0153b9f866e440f36603bd4f55 /doc/man/man3/tqtextdrag.3qt | |
parent | 7552c6d73043b1040139033f6864db48ae5446cf (diff) | |
download | tqt-628b0bb74c3fc327efff8add9c73ada04b1cbea2.tar.gz tqt-628b0bb74c3fc327efff8add9c73ada04b1cbea2.zip |
Rename drag-n-drop nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqtextdrag.3qt')
-rw-r--r-- | doc/man/man3/tqtextdrag.3qt | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/man/man3/tqtextdrag.3qt b/doc/man/man3/tqtextdrag.3qt index b4f903450..9573071ca 100644 --- a/doc/man/man3/tqtextdrag.3qt +++ b/doc/man/man3/tqtextdrag.3qt @@ -9,9 +9,9 @@ .SH NAME TQTextDrag \- Drag and drop object for transferring plain and Unicode text .SH SYNOPSIS -\fC#include <ntqdragobject.h>\fR +\fC#include <tqdragobject.h>\fR .PP -Inherits QDragObject. +Inherits TQDragObject. .PP .SS "Public Members" .in +1c @@ -34,13 +34,13 @@ Inherits QDragObject. .SS "Static Public Members" .in +1c .ti -1c -.BI "bool \fBcanDecode\fR ( const QMimeSource * e )" +.BI "bool \fBcanDecode\fR ( const TQMimeSource * e )" .br .ti -1c -.BI "bool \fBdecode\fR ( const QMimeSource * e, TQString & str )" +.BI "bool \fBdecode\fR ( const TQMimeSource * e, TQString & str )" .br .ti -1c -.BI "bool \fBdecode\fR ( const QMimeSource * e, TQString & str, QCString & subtype )" +.BI "bool \fBdecode\fR ( const TQMimeSource * e, TQString & str, QCString & subtype )" .br .in -1c .SH DESCRIPTION @@ -50,7 +50,7 @@ Plain text is passed in a TQString which may contain multiple lines (i.e. may co .PP Qt provides no built-in mechanism for delivering only a single-line. .PP -For more information about drag and drop, see the QDragObject class and the drag and drop documentation. +For more information about drag and drop, see the TQDragObject class and the drag and drop documentation. .PP See also Drag And Drop Classes. .SH MEMBER FUNCTION DOCUMENTATION @@ -60,19 +60,19 @@ Constructs a text drag object and sets its data to \fItext\fR. \fIdragSource\fR Constructs a default text drag object. \fIdragSource\fR must be the drag source; \fIname\fR is the object name. .SH "TQTextDrag::~TQTextDrag ()" Destroys the text drag object and frees up all allocated resources. -.SH "bool TQTextDrag::canDecode ( const QMimeSource * e )\fC [static]\fR" +.SH "bool TQTextDrag::canDecode ( const TQMimeSource * e )\fC [static]\fR" Returns TRUE if the information in \fIe\fR can be decoded into a TQString; otherwise returns FALSE. .PP See also decode(). .PP Example: iconview/simple_dd/main.cpp. -.SH "bool TQTextDrag::decode ( const QMimeSource * e, TQString & str )\fC [static]\fR" +.SH "bool TQTextDrag::decode ( const TQMimeSource * e, TQString & str )\fC [static]\fR" Attempts to decode the dropped information in \fIe\fR into \fIstr\fR. Returns TRUE if successful; otherwise returns FALSE. .PP See also canDecode(). .PP Example: iconview/simple_dd/main.cpp. -.SH "bool TQTextDrag::decode ( const QMimeSource * e, TQString & str, QCString & subtype )\fC [static]\fR" +.SH "bool TQTextDrag::decode ( const TQMimeSource * e, TQString & str, QCString & subtype )\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 \fIe\fR into \fIstr\fR. Returns TRUE if successful; otherwise returns FALSE. If \fIsubtype\fR is null, any text subtype is accepted; otherwise only the specified \fIsubtype\fR is accepted. |