summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tquridrag.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tquridrag.3qt')
-rw-r--r--doc/man/man3/tquridrag.3qt60
1 files changed, 30 insertions, 30 deletions
diff --git a/doc/man/man3/tquridrag.3qt b/doc/man/man3/tquridrag.3qt
index e538c7b94..2093eacef 100644
--- a/doc/man/man3/tquridrag.3qt
+++ b/doc/man/man3/tquridrag.3qt
@@ -1,5 +1,5 @@
'\" t
-.TH QUriDrag 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
+.TH TQUriDrag 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,22 +7,22 @@
.ad l
.nh
.SH NAME
-QUriDrag \- Drag object for a list of URI references
+TQUriDrag \- Drag object for a list of URI references
.SH SYNOPSIS
-\fC#include <ntqdragobject.h>\fR
+\fC#include <tqdragobject.h>\fR
.PP
-Inherits QStoredDrag.
+Inherits TQStoredDrag.
.PP
.SS "Public Members"
.in +1c
.ti -1c
-.BI "\fBQUriDrag\fR ( TQStrList uris, TQWidget * dragSource = 0, const char * name = 0 )"
+.BI "\fBTQUriDrag\fR ( TQStrList uris, TQWidget * dragSource = 0, const char * name = 0 )"
.br
.ti -1c
-.BI "\fBQUriDrag\fR ( TQWidget * dragSource = 0, const char * name = 0 )"
+.BI "\fBTQUriDrag\fR ( TQWidget * dragSource = 0, const char * name = 0 )"
.br
.ti -1c
-.BI "\fB~QUriDrag\fR ()"
+.BI "\fB~TQUriDrag\fR ()"
.br
.ti -1c
.BI "void setFilenames ( const TQStringList & fnames ) \fI(obsolete)\fR"
@@ -52,20 +52,20 @@ Inherits QStoredDrag.
.BI "QCString \fBunicodeUriToUri\fR ( const TQString & uuri )"
.br
.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, TQStrList & l )"
+.BI "bool \fBdecode\fR ( const TQMimeSource * e, TQStrList & l )"
.br
.ti -1c
-.BI "bool \fBdecodeToUnicodeUris\fR ( const QMimeSource * e, TQStringList & l )"
+.BI "bool \fBdecodeToUnicodeUris\fR ( const TQMimeSource * e, TQStringList & l )"
.br
.ti -1c
-.BI "bool \fBdecodeLocalFiles\fR ( const QMimeSource * e, TQStringList & l )"
+.BI "bool \fBdecodeLocalFiles\fR ( const TQMimeSource * e, TQStringList & l )"
.br
.in -1c
.SH DESCRIPTION
-The QUriDrag class provides a drag object for a list of URI references.
+The TQUriDrag class provides a drag object for a list of URI references.
.PP
URIs are a useful way to refer to files that may be distributed across multiple machines. A URI will often refer to a file on a machine local to both the drag source and the drop target, so the URI can be equivalent to passing a file name but is more extensible.
.PP
@@ -77,57 +77,57 @@ 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 ( 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.
-.SH "QUriDrag::~QUriDrag ()"
+.SH "TQUriDrag::TQUriDrag ( 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 TQStoredDrag. Note that URIs are always in escaped UTF8 encoding.
+.SH "TQUriDrag::TQUriDrag ( 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 TQStoredDrag constructor.
+.SH "TQUriDrag::~TQUriDrag ()"
Destroys the object.
-.SH "bool QUriDrag::canDecode ( const QMimeSource * e )\fC [static]\fR"
+.SH "bool TQUriDrag::canDecode ( const TQMimeSource * 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, TQStrList & l )\fC [static]\fR"
+.SH "bool TQUriDrag::decode ( const TQMimeSource * 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, TQStringList & l )\fC [static]\fR"
+.SH "bool TQUriDrag::decodeLocalFiles ( const TQMimeSource * 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, TQStringList & l )\fC [static]\fR"
+.SH "bool TQUriDrag::decodeToUnicodeUris ( const TQMimeSource * 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.
-.SH "QCString QUriDrag::localFileToUri ( const TQString & filename )\fC [static]\fR"
+.SH "QCString TQUriDrag::localFileToUri ( const TQString & filename )\fC [static]\fR"
Returns the URI equivalent to the absolute local file \fIfilename\fR.
.PP
See also uriToLocalFile().
-.SH "void QUriDrag::setFileNames ( const TQStringList & fnames )"
+.SH "void TQUriDrag::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 TQStringList & fnames )"
+.SH "void TQUriDrag::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 TQStringList & uuris )"
+.SH "void TQUriDrag::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 ( TQStrList uris )\fC [virtual]\fR"
+.SH "void TQUriDrag::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.
-.SH "QCString QUriDrag::unicodeUriToUri ( const TQString & uuri )\fC [static]\fR"
+.SH "QCString TQUriDrag::unicodeUriToUri ( const TQString & uuri )\fC [static]\fR"
Returns the URI equivalent of the Unicode URI given in \fIuuri\fR (only useful for displaying to humans).
.PP
See also uriToLocalFile().
-.SH "TQString QUriDrag::uriToLocalFile ( const char * uri )\fC [static]\fR"
+.SH "TQString TQUriDrag::uriToLocalFile ( const char * uri )\fC [static]\fR"
Returns the name of a local file equivalent to \fIuri\fR or a null string if \fIuri\fR is not a local file.
.PP
Note that URIs are always in escaped UTF8 encoding.
@@ -135,7 +135,7 @@ Note that URIs are always in escaped UTF8 encoding.
See also localFileToUri().
.PP
Example: dirview/dirview.cpp.
-.SH "TQString QUriDrag::uriToUnicodeUri ( const char * uri )\fC [static]\fR"
+.SH "TQString TQUriDrag::uriToUnicodeUri ( const char * uri )\fC [static]\fR"
Returns the Unicode URI (only useful for displaying to humans) equivalent of \fIuri\fR.
.PP
Note that URIs are always in escaped UTF8 encoding.
@@ -143,7 +143,7 @@ Note that URIs are always in escaped UTF8 encoding.
See also localFileToUri().
.SH "SEE ALSO"
-.BR http://doc.trolltech.com/quridrag.html
+.BR http://doc.trolltech.com/tquridrag.html
.BR http://www.trolltech.com/faq/tech.html
.SH COPYRIGHT
Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the