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/ntqurloperator.html | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'doc/html/ntqurloperator.html') diff --git a/doc/html/ntqurloperator.html b/doc/html/ntqurloperator.html index b42a245ce..103d2c78a 100644 --- a/doc/html/ntqurloperator.html +++ b/doc/html/ntqurloperator.html @@ -146,7 +146,7 @@ supported are: Constructs a TQUrlOperator with an empty (i.e. invalid) URL. -

TQUrlOperator::TQUrlOperator ( const TQString & url ) +

TQUrlOperator::TQUrlOperator ( const TQString & url )

Constructs a TQUrlOperator using url and parses this string.

If you pass strings like "/home/qt" the "file" protocol is @@ -156,7 +156,7 @@ assumed. Constructs a copy of url. -

TQUrlOperator::TQUrlOperator ( const TQUrlOperator & url, const TQString & relUrl, bool checkSlash = FALSE ) +

TQUrlOperator::TQUrlOperator ( const TQUrlOperator & url, const TQString & relUrl, bool checkSlash = FALSE )

Constructs a TQUrlOperator. The URL on which this TQUrlOperator operates is constructed out of the arguments url, relUrl and @@ -171,7 +171,7 @@ Destructor. Clears the cache of children. -

void TQUrlOperator::connectionStateChanged ( int state, const TQString & data ) [signal] +

void TQUrlOperator::connectionStateChanged ( int state, const TQString & data ) [signal]

This signal is emitted whenever the URL operator's connection @@ -180,7 +180,7 @@ state changes. state describes the new state, which is a

data is a string that describes the change of the connection. This can be used to display a message to the user. -

TQPtrList<TQNetworkOperation> TQUrlOperator::copy ( const TQString & from, const TQString & to, bool move = FALSE, bool toPath = TRUE ) [virtual] +

TQPtrList<TQNetworkOperation> TQUrlOperator::copy ( const TQString & from, const TQString & to, bool move = FALSE, bool toPath = TRUE ) [virtual]

Copies the file from to to. If move is TRUE, the file is moved (copied and removed). from must point to a file and to @@ -204,7 +204,7 @@ single TQNetworkOperation, but rather a lis the order: get(), put() and (if applicable) remove().

See also get() and put(). -

void TQUrlOperator::copy ( const TQStringList & files, const TQString & dest, bool move = FALSE ) [virtual] +

void TQUrlOperator::copy ( const TQStringList & files, const TQString & dest, bool move = FALSE ) [virtual]

This is an overloaded member function, provided for convenience. It behaves essentially like the above function.

Copies the files to the directory dest. If move is TRUE @@ -262,10 +262,10 @@ state and error code of the operation object to see whether or not the operation was successful.

See also TQNetworkOperation and TQNetworkProtocol. -

const TQNetworkOperation * TQUrlOperator::get ( const TQString & location = TQString::null ) [virtual] +

const TQNetworkOperation * TQUrlOperator::get ( const TQString & location = TQString::null ) [virtual]

Tells the network protocol to get data from location or, if -this is TQString::null, to get data from the location to which this +this is TQString::null, to get data from the location to which this URL points (see TQUrl::fileName() and TQUrl::encodedPathAndQuery()). What happens then depends on the network protocol. The data() signal is emitted when data comes in. Because it's unlikely that @@ -312,7 +312,7 @@ http://www.whatever.org/cgi-bin/search.pl?cmd=Hello) as location. Finds a network protocol for the URL and deletes the old network protocol. -

TQUrlInfo TQUrlOperator::info ( const TQString & entry ) const [virtual] +

TQUrlInfo TQUrlOperator::info ( const TQString & entry ) const [virtual]

Returns the URL information for the child entry, or returns an empty TQUrlInfo object if there is no information available about @@ -356,7 +356,7 @@ be 0 if the operation object couldn't be created. (because the children of this directory will be listed), not to a file. -

const TQNetworkOperation * TQUrlOperator::mkdir ( const TQString & dirname ) [virtual] +

const TQNetworkOperation * TQUrlOperator::mkdir ( const TQString & dirname ) [virtual]

Tries to create a directory (child) with the name dirname. If it is successful, a newChildren() signal with the new child is @@ -374,7 +374,7 @@ be 0 if the operation object couldn't be created.

The path of this TQUrlOperator must to point to a directory (not a file) because the new directory will be created in this path. -

TQString TQUrlOperator::nameFilter () const +

TQString TQUrlOperator::nameFilter () const

Returns the name filter of the URL.

See also TQUrlOperator::setNameFilter() and TQDir::nameFilter(). @@ -389,7 +389,7 @@ to the operation object which contains all the information about the operation, including the state.

See also TQNetworkOperation and TQNetworkProtocol. -

const TQNetworkOperation * TQUrlOperator::put ( const TQByteArray & data, const TQString & location = TQString::null ) [virtual] +

const TQNetworkOperation * TQUrlOperator::put ( const TQByteArray & data, const TQString & location = TQString::null ) [virtual]

This function tells the network protocol to put data in location. If location is empty (TQString::null), it puts the data in the location to which the URL points. What happens depends on the network protocol. Depending on the network protocol, some @@ -399,7 +399,7 @@ during processing of the operation. At the end, finished success or failure) is emitted, so check the state of the network operation object to see whether or not the operation was successful. -

If location is TQString::null, the path of this TQUrlOperator +

If location is TQString::null, the path of this TQUrlOperator should point to a file when you use this operation. If location is not empty, it can be a relative (a child of the path to which the TQUrlOperator points) or an absolute URL. @@ -421,7 +421,7 @@ the following:

This will upload the data to ftp://ftp.whatever.com/home/me/filename.dat.

See also copy(). -

const TQNetworkOperation * TQUrlOperator::remove ( const TQString & filename ) [virtual] +

const TQNetworkOperation * TQUrlOperator::remove ( const TQString & filename ) [virtual]

Tries to remove the file (child) filename. If it succeeds the removed() signal is emitted. finished() (with success or failure) @@ -448,7 +448,7 @@ information about the operation, including the state. op->arg(0) holds the name of the file that was removed.

See also TQNetworkOperation and TQNetworkProtocol. -

const TQNetworkOperation * TQUrlOperator::rename ( const TQString & oldname, const TQString & newname ) [virtual] +

const TQNetworkOperation * TQUrlOperator::rename ( const TQString & oldname, const TQString & newname ) [virtual]

Tries to rename the file (child) called oldname to newname. If it succeeds, the itemChanged() signal is emitted. finished() @@ -465,7 +465,7 @@ be 0 if the operation object couldn't be created. because oldname and newname are handled relative to this directory. -

void TQUrlOperator::setNameFilter ( const TQString & nameFilter ) [virtual] +

void TQUrlOperator::setNameFilter ( const TQString & nameFilter ) [virtual]

Sets the name filter of the URL to nameFilter.

See also TQDir::setNameFilter(). -- cgit v1.2.3