diff options
Diffstat (limited to 'doc/html/qnetworkoperation.html')
-rw-r--r-- | doc/html/qnetworkoperation.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/qnetworkoperation.html b/doc/html/qnetworkoperation.html index fc83474e1..cb9aa9701 100644 --- a/doc/html/qnetworkoperation.html +++ b/doc/html/qnetworkoperation.html @@ -68,7 +68,7 @@ to implement and use network protocols in TQt, see the <a href="network.html">TQ <p> <p>See also <a href="ntqnetworkprotocol.html">TQNetworkProtocol</a> and <a href="io.html">Input/Output and Networking</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQNetworkOperation"></a>TQNetworkOperation::TQNetworkOperation ( <a href="ntqnetworkprotocol.html#Operation-enum">TQNetworkProtocol::Operation</a> operation, const <a href="ntqstring.html">TQString</a> & arg0, const <a href="ntqstring.html">TQString</a> & arg1, const <a href="ntqstring.html">TQString</a> & arg2 ) +<h3 class=fn><a name="TQNetworkOperation"></a>TQNetworkOperation::TQNetworkOperation ( <a href="ntqnetworkprotocol.html#Operation-enum">TQNetworkProtocol::Operation</a> operation, const <a href="tqstring.html">TQString</a> & arg0, const <a href="tqstring.html">TQString</a> & arg1, const <a href="tqstring.html">TQString</a> & arg2 ) </h3> Constructs a network operation object. <em>operation</em> is the type of the operation, and <em>arg0</em>, <em>arg1</em> and <em>arg2</em> are the first @@ -88,7 +88,7 @@ initialized to TQNetworkProtocol::StWaiting. </h3> Destructor. -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="arg"></a>TQNetworkOperation::arg ( int num ) const +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="arg"></a>TQNetworkOperation::arg ( int num ) const </h3> Returns the operation's <em>num</em>-th argument. If this argument was not already set, an empty string is returned. @@ -112,7 +112,7 @@ need an operation any more it will call this function instead. </h3> Returns the type of the operation. -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="protocolDetail"></a>TQNetworkOperation::protocolDetail () const +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="protocolDetail"></a>TQNetworkOperation::protocolDetail () const </h3> Returns a detailed error message for the last error. This must have been set using <a href="#setProtocolDetail">setProtocolDetail</a>(). @@ -122,7 +122,7 @@ have been set using <a href="#setProtocolDetail">setProtocolDetail</a>(). Returns the operation's <em>num</em>-th raw data argument. If this argument was not already set, an empty bytearray is returned. -<h3 class=fn>void <a name="setArg"></a>TQNetworkOperation::setArg ( int num, const <a href="ntqstring.html">TQString</a> & arg ) +<h3 class=fn>void <a name="setArg"></a>TQNetworkOperation::setArg ( int num, const <a href="tqstring.html">TQString</a> & arg ) </h3> Sets the network operation's <em>num</em>-th argument to <em>arg</em>. @@ -134,7 +134,7 @@ describe the error in more detail. If possible, one of the error codes defined in <a href="ntqnetworkprotocol.html">TQNetworkProtocol</a> should be used. <p> <p>See also <a href="#setProtocolDetail">setProtocolDetail</a>() and <a href="ntqnetworkprotocol.html#Error-enum">TQNetworkProtocol::Error</a>. -<h3 class=fn>void <a name="setProtocolDetail"></a>TQNetworkOperation::setProtocolDetail ( const <a href="ntqstring.html">TQString</a> & detail ) +<h3 class=fn>void <a name="setProtocolDetail"></a>TQNetworkOperation::setProtocolDetail ( const <a href="tqstring.html">TQString</a> & detail ) </h3> If the operation failed, the error message can be specified as <em>detail</em>. |