From e6077c30d14e9d662e8843c554db86c0d366d0b6 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 6 Jun 2024 13:44:12 +0900 Subject: Rename str nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/quridrag.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'doc/html/quridrag.html') diff --git a/doc/html/quridrag.html b/doc/html/quridrag.html index 33b8b0181..45c406bba 100644 --- a/doc/html/quridrag.html +++ b/doc/html/quridrag.html @@ -80,7 +80,7 @@ You can also decode URIs from a mimesource into a list with

See also Drag And Drop Classes.


Member Function Documentation

-

TQUriDrag::TQUriDrag ( TQStrList uris, TQWidget * dragSource = 0, const char * name = 0 ) +

TQUriDrag::TQUriDrag ( TQStrList uris, TQWidget * dragSource = 0, const char * name = 0 )

Constructs an object to drag the list of URIs in uris. The dragSource and name arguments are passed on to TQStoredDrag. Note that URIs are always in escaped UTF8 encoding. @@ -100,7 +100,7 @@ Destroys the object. Returns TRUE if decode() would be able to decode e; otherwise returns FALSE. -

bool TQUriDrag::decode ( const TQMimeSource * e, TQStrList & l ) [static] +

bool TQUriDrag::decode ( const TQMimeSource * e, TQStrList & l ) [static]

Decodes URIs from e, placing the result in l (which is first cleared). @@ -108,7 +108,7 @@ cleared). returns FALSE.

Example: dirview/dirview.cpp. -

bool TQUriDrag::decodeLocalFiles ( const TQMimeSource * e, TQStringList & l ) [static] +

bool TQUriDrag::decodeLocalFiles ( const TQMimeSource * e, TQStringList & l ) [static]

Decodes URIs from the mime source event e, converts them to local files if they refer to local files, and places them in l @@ -117,7 +117,7 @@ local files if they refer to local files, and places them in l returns FALSE. The list will be empty if no URIs were local files.

Example: fileiconview/qfileiconview.cpp. -

bool TQUriDrag::decodeToUnicodeUris ( const TQMimeSource * e, TQStringList & l ) [static] +

bool TQUriDrag::decodeToUnicodeUris ( const TQMimeSource * e, TQStringList & l ) [static]

Decodes URIs from the mime source event e, converts them to Unicode URIs (only useful for displaying to humans), placing them @@ -125,41 +125,41 @@ in l (which is first cleared).

Returns TRUE if contained a valid list of URIs; otherwise returns FALSE. -

TQCString TQUriDrag::localFileToUri ( const TQString & filename ) [static] +

TQCString TQUriDrag::localFileToUri ( const TQString & filename ) [static]

Returns the URI equivalent to the absolute local file filename.

See also uriToLocalFile(). -

void TQUriDrag::setFileNames ( const TQStringList & fnames ) +

void TQUriDrag::setFileNames ( const TQStringList & fnames )

Sets the URIs to be the local-file URIs equivalent to fnames.

See also localFileToUri() and setUris().

Example: dirview/dirview.cpp. -

void TQUriDrag::setFilenames ( const TQStringList & fnames ) +

void TQUriDrag::setFilenames ( const TQStringList & fnames )

This function is obsolete. It is provided to keep old source working. We strongly advise against using it in new code.

Use setFileNames() instead (notice the N). -

void TQUriDrag::setUnicodeUris ( const TQStringList & uuris ) +

void TQUriDrag::setUnicodeUris ( const TQStringList & uuris )

Sets the URIs in uuris to be the Unicode URIs (only useful for displaying to humans).

See also localFileToUri() and setUris(). -

void TQUriDrag::setUris ( TQStrList uris ) [virtual] +

void TQUriDrag::setUris ( TQStrList uris ) [virtual]

Changes the list of uris to be dragged.

Note that URIs are always in escaped UTF8 encoding. -

TQCString TQUriDrag::unicodeUriToUri ( const TQString & uuri ) [static] +

TQCString TQUriDrag::unicodeUriToUri ( const TQString & uuri ) [static]

Returns the URI equivalent of the Unicode URI given in uuri (only useful for displaying to humans).

See also uriToLocalFile(). -

TQString TQUriDrag::uriToLocalFile ( const char * uri ) [static] +

TQString TQUriDrag::uriToLocalFile ( const char * uri ) [static]

Returns the name of a local file equivalent to uri or a null string if uri is not a local file. @@ -167,7 +167,7 @@ string if uri is not a local file.

See also localFileToUri().

Example: dirview/dirview.cpp. -

TQString TQUriDrag::uriToUnicodeUri ( const char * uri ) [static] +

TQString TQUriDrag::uriToUnicodeUri ( const char * uri ) [static]

Returns the Unicode URI (only useful for displaying to humans) equivalent of uri. -- cgit v1.2.1