diff options
author | Michele Calgaro <[email protected]> | 2024-06-06 13:44:12 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-06-06 13:52:29 +0900 |
commit | e6077c30d14e9d662e8843c554db86c0d366d0b6 (patch) | |
tree | 672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/man/man3/tquridrag.3qt | |
parent | 8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff) | |
download | tqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.tar.gz tqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.zip |
Rename str nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/man/man3/tquridrag.3qt')
-rw-r--r-- | doc/man/man3/tquridrag.3qt | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/doc/man/man3/tquridrag.3qt b/doc/man/man3/tquridrag.3qt index c6144fd22..e538c7b94 100644 --- a/doc/man/man3/tquridrag.3qt +++ b/doc/man/man3/tquridrag.3qt @@ -16,7 +16,7 @@ Inherits QStoredDrag. .SS "Public Members" .in +1c .ti -1c -.BI "\fBQUriDrag\fR ( QStrList uris, TQWidget * dragSource = 0, const char * name = 0 )" +.BI "\fBQUriDrag\fR ( TQStrList uris, TQWidget * dragSource = 0, const char * name = 0 )" .br .ti -1c .BI "\fBQUriDrag\fR ( TQWidget * dragSource = 0, const char * name = 0 )" @@ -25,16 +25,16 @@ Inherits QStoredDrag. .BI "\fB~QUriDrag\fR ()" .br .ti -1c -.BI "void setFilenames ( const QStringList & fnames ) \fI(obsolete)\fR" +.BI "void setFilenames ( const TQStringList & fnames ) \fI(obsolete)\fR" .br .ti -1c -.BI "void \fBsetFileNames\fR ( const QStringList & fnames )" +.BI "void \fBsetFileNames\fR ( const TQStringList & fnames )" .br .ti -1c -.BI "void \fBsetUnicodeUris\fR ( const QStringList & uuris )" +.BI "void \fBsetUnicodeUris\fR ( const TQStringList & uuris )" .br .ti -1c -.BI "virtual void \fBsetUris\fR ( QStrList uris )" +.BI "virtual void \fBsetUris\fR ( TQStrList uris )" .br .in -1c .SS "Static Public Members" @@ -55,13 +55,13 @@ Inherits QStoredDrag. .BI "bool \fBcanDecode\fR ( const QMimeSource * e )" .br .ti -1c -.BI "bool \fBdecode\fR ( const QMimeSource * e, QStrList & l )" +.BI "bool \fBdecode\fR ( const QMimeSource * e, TQStrList & l )" .br .ti -1c -.BI "bool \fBdecodeToUnicodeUris\fR ( const QMimeSource * e, QStringList & l )" +.BI "bool \fBdecodeToUnicodeUris\fR ( const QMimeSource * e, TQStringList & l )" .br .ti -1c -.BI "bool \fBdecodeLocalFiles\fR ( const QMimeSource * e, QStringList & l )" +.BI "bool \fBdecodeLocalFiles\fR ( const QMimeSource * e, TQStringList & l )" .br .in -1c .SH DESCRIPTION @@ -77,7 +77,7 @@ Static functions are provided to convert between filenames and URIs, e.g. uriToL .PP See also Drag And Drop Classes. .SH MEMBER FUNCTION DOCUMENTATION -.SH "QUriDrag::QUriDrag ( QStrList uris, TQWidget * dragSource = 0, const char * name = 0 )" +.SH "QUriDrag::QUriDrag ( TQStrList uris, TQWidget * dragSource = 0, const char * name = 0 )" Constructs an object to drag the list of URIs in \fIuris\fR. The \fIdragSource\fR and \fIname\fR arguments are passed on to QStoredDrag. Note that URIs are always in escaped UTF8 encoding. .SH "QUriDrag::QUriDrag ( TQWidget * dragSource = 0, const char * name = 0 )" Constructs an object to drag. You must call setUris() before you start the drag(). Passes \fIdragSource\fR and \fIname\fR to the QStoredDrag constructor. @@ -85,19 +85,19 @@ Constructs an object to drag. You must call setUris() before you start the drag( Destroys the object. .SH "bool QUriDrag::canDecode ( const QMimeSource * e )\fC [static]\fR" Returns TRUE if decode() would be able to decode \fIe\fR; otherwise returns FALSE. -.SH "bool QUriDrag::decode ( const QMimeSource * e, QStrList & l )\fC [static]\fR" +.SH "bool QUriDrag::decode ( const QMimeSource * e, TQStrList & l )\fC [static]\fR" Decodes URIs from \fIe\fR, placing the result in \fIl\fR (which is first cleared). .PP Returns TRUE if \fIe\fR contained a valid list of URIs; otherwise returns FALSE. .PP Example: dirview/dirview.cpp. -.SH "bool QUriDrag::decodeLocalFiles ( const QMimeSource * e, QStringList & l )\fC [static]\fR" +.SH "bool QUriDrag::decodeLocalFiles ( const QMimeSource * e, TQStringList & l )\fC [static]\fR" Decodes URIs from the mime source event \fIe\fR, converts them to local files if they refer to local files, and places them in \fIl\fR (which is first cleared). .PP Returns TRUE if \fIcontained\fR a valid list of URIs; otherwise returns FALSE. The list will be empty if no URIs were local files. .PP Example: fileiconview/qfileiconview.cpp. -.SH "bool QUriDrag::decodeToUnicodeUris ( const QMimeSource * e, QStringList & l )\fC [static]\fR" +.SH "bool QUriDrag::decodeToUnicodeUris ( const QMimeSource * e, TQStringList & l )\fC [static]\fR" Decodes URIs from the mime source event \fIe\fR, converts them to Unicode URIs (only useful for displaying to humans), placing them in \fIl\fR (which is first cleared). .PP Returns TRUE if \fIcontained\fR a valid list of URIs; otherwise returns FALSE. @@ -105,21 +105,21 @@ Returns TRUE if \fIcontained\fR a valid list of URIs; otherwise returns FALSE. Returns the URI equivalent to the absolute local file \fIfilename\fR. .PP See also uriToLocalFile(). -.SH "void QUriDrag::setFileNames ( const QStringList & fnames )" +.SH "void QUriDrag::setFileNames ( const TQStringList & fnames )" Sets the URIs to be the local-file URIs equivalent to \fIfnames\fR. .PP See also localFileToUri() and setUris(). .PP Example: dirview/dirview.cpp. -.SH "void QUriDrag::setFilenames ( const QStringList & fnames )" +.SH "void QUriDrag::setFilenames ( const TQStringList & fnames )" \fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code. .PP Use setFileNames() instead (notice the N). -.SH "void QUriDrag::setUnicodeUris ( const QStringList & uuris )" +.SH "void QUriDrag::setUnicodeUris ( const TQStringList & uuris )" Sets the URIs in \fIuuris\fR to be the Unicode URIs (only useful for displaying to humans). .PP See also localFileToUri() and setUris(). -.SH "void QUriDrag::setUris ( QStrList uris )\fC [virtual]\fR" +.SH "void QUriDrag::setUris ( TQStrList uris )\fC [virtual]\fR" Changes the list of \fIuris\fR to be dragged. .PP Note that URIs are always in escaped UTF8 encoding. |