Documentation/Source/eric5.Helpviewer.Network.EmptyNetworkReply.html

Sun, 18 May 2014 14:13:09 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 18 May 2014 14:13:09 +0200
changeset 3591
2f2a4a76dd22
parent 2387
2d119e79ab54
permissions
-rw-r--r--

Corrected a bunch of source docu issues.

<!DOCTYPE html>
<html><head>
<title>eric5.Helpviewer.Network.EmptyNetworkReply</title>
<meta charset="UTF-8">
<style>
body {
    background: #EDECE6;
    margin: 0em 1em 10em 1em;
    color: black;
}

h1 { color: white; background: #85774A; }
h2 { color: white; background: #85774A; }
h3 { color: white; background: #9D936E; }
h4 { color: white; background: #9D936E; }
    
a { color: #BA6D36; }

</style>
</head>
<body><a NAME="top" ID="top"></a>
<h1>eric5.Helpviewer.Network.EmptyNetworkReply</h1>
<p>
Module implementing a network reply class for an empty reply
(i.e. request was handle other way).
</p>
<h3>Global Attributes</h3>
<table>
<tr><td>None</td></tr>
</table>
<h3>Classes</h3>
<table>
<tr>
<td><a href="#EmptyNetworkReply">EmptyNetworkReply</a></td>
<td>Class implementing an empty network reply.</td>
</tr>
</table>
<h3>Functions</h3>
<table>
<tr><td>None</td></tr>
</table>
<hr /><hr />
<a NAME="EmptyNetworkReply" ID="EmptyNetworkReply"></a>
<h2>EmptyNetworkReply</h2>
<p>
    Class implementing an empty network reply.
</p>
<h3>Derived from</h3>
QNetworkReply
<h3>Class Attributes</h3>
<table>
<tr><td>None</td></tr>
</table>
<h3>Class Methods</h3>
<table>
<tr><td>None</td></tr>
</table>
<h3>Methods</h3>
<table>
<tr>
<td><a href="#EmptyNetworkReply.__init__">EmptyNetworkReply</a></td>
<td>Constructor</td>
</tr><tr>
<td><a href="#EmptyNetworkReply.abort">abort</a></td>
<td>Public slot to abort the operation.</td>
</tr><tr>
<td><a href="#EmptyNetworkReply.readData">readData</a></td>
<td>Public method to retrieve data from the reply object.</td>
</tr>
</table>
<h3>Static Methods</h3>
<table>
<tr><td>None</td></tr>
</table>
<a NAME="EmptyNetworkReply.__init__" ID="EmptyNetworkReply.__init__"></a>
<h4>EmptyNetworkReply (Constructor)</h4>
<b>EmptyNetworkReply</b>(<i>parent=None</i>)
<p>
        Constructor
</p><dl>
<dt><i>parent</i></dt>
<dd>
reference to the parent object (QObject)
</dd>
</dl><a NAME="EmptyNetworkReply.abort" ID="EmptyNetworkReply.abort"></a>
<h4>EmptyNetworkReply.abort</h4>
<b>abort</b>(<i></i>)
<p>
        Public slot to abort the operation.
</p><a NAME="EmptyNetworkReply.readData" ID="EmptyNetworkReply.readData"></a>
<h4>EmptyNetworkReply.readData</h4>
<b>readData</b>(<i>maxlen</i>)
<p>
        Public method to retrieve data from the reply object.
</p><dl>
<dt><i>maxlen</i></dt>
<dd>
maximum number of bytes to read (integer)
</dd>
</dl><dl>
<dt>Returns:</dt>
<dd>
string containing the data (bytes)
</dd>
</dl>
<div align="right"><a href="#top">Up</a></div>
<hr />
</body></html>

eric ide

mercurial