|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric6.Helpviewer.Network.EmptyNetworkReply</title> |
|
4 <meta charset="UTF-8"> |
|
5 <style> |
|
6 body { |
|
7 background: #EDECE6; |
|
8 margin: 0em 1em 10em 1em; |
|
9 color: black; |
|
10 } |
|
11 |
|
12 h1 { color: white; background: #85774A; } |
|
13 h2 { color: white; background: #85774A; } |
|
14 h3 { color: white; background: #9D936E; } |
|
15 h4 { color: white; background: #9D936E; } |
|
16 |
|
17 a { color: #BA6D36; } |
|
18 |
|
19 </style> |
|
20 </head> |
|
21 <body><a NAME="top" ID="top"></a> |
|
22 <h1>eric6.Helpviewer.Network.EmptyNetworkReply</h1> |
|
23 <p> |
|
24 Module implementing a network reply class for an empty reply |
|
25 (i.e. request was handle other way). |
|
26 </p> |
|
27 <h3>Global Attributes</h3> |
|
28 <table> |
|
29 <tr><td>None</td></tr> |
|
30 </table> |
|
31 <h3>Classes</h3> |
|
32 <table> |
|
33 <tr> |
|
34 <td><a href="#EmptyNetworkReply">EmptyNetworkReply</a></td> |
|
35 <td>Class implementing an empty network reply.</td> |
|
36 </tr> |
|
37 </table> |
|
38 <h3>Functions</h3> |
|
39 <table> |
|
40 <tr><td>None</td></tr> |
|
41 </table> |
|
42 <hr /><hr /> |
|
43 <a NAME="EmptyNetworkReply" ID="EmptyNetworkReply"></a> |
|
44 <h2>EmptyNetworkReply</h2> |
|
45 <p> |
|
46 Class implementing an empty network reply. |
|
47 </p> |
|
48 <h3>Derived from</h3> |
|
49 QNetworkReply |
|
50 <h3>Class Attributes</h3> |
|
51 <table> |
|
52 <tr><td>None</td></tr> |
|
53 </table> |
|
54 <h3>Class Methods</h3> |
|
55 <table> |
|
56 <tr><td>None</td></tr> |
|
57 </table> |
|
58 <h3>Methods</h3> |
|
59 <table> |
|
60 <tr> |
|
61 <td><a href="#EmptyNetworkReply.__init__">EmptyNetworkReply</a></td> |
|
62 <td>Constructor</td> |
|
63 </tr><tr> |
|
64 <td><a href="#EmptyNetworkReply.abort">abort</a></td> |
|
65 <td>Public slot to abort the operation.</td> |
|
66 </tr><tr> |
|
67 <td><a href="#EmptyNetworkReply.readData">readData</a></td> |
|
68 <td>Public method to retrieve data from the reply object.</td> |
|
69 </tr> |
|
70 </table> |
|
71 <h3>Static Methods</h3> |
|
72 <table> |
|
73 <tr><td>None</td></tr> |
|
74 </table> |
|
75 <a NAME="EmptyNetworkReply.__init__" ID="EmptyNetworkReply.__init__"></a> |
|
76 <h4>EmptyNetworkReply (Constructor)</h4> |
|
77 <b>EmptyNetworkReply</b>(<i>parent=None</i>) |
|
78 <p> |
|
79 Constructor |
|
80 </p><dl> |
|
81 <dt><i>parent</i></dt> |
|
82 <dd> |
|
83 reference to the parent object (QObject) |
|
84 </dd> |
|
85 </dl><a NAME="EmptyNetworkReply.abort" ID="EmptyNetworkReply.abort"></a> |
|
86 <h4>EmptyNetworkReply.abort</h4> |
|
87 <b>abort</b>(<i></i>) |
|
88 <p> |
|
89 Public slot to abort the operation. |
|
90 </p><a NAME="EmptyNetworkReply.readData" ID="EmptyNetworkReply.readData"></a> |
|
91 <h4>EmptyNetworkReply.readData</h4> |
|
92 <b>readData</b>(<i>maxlen</i>) |
|
93 <p> |
|
94 Public method to retrieve data from the reply object. |
|
95 </p><dl> |
|
96 <dt><i>maxlen</i></dt> |
|
97 <dd> |
|
98 maximum number of bytes to read (integer) |
|
99 </dd> |
|
100 </dl><dl> |
|
101 <dt>Returns:</dt> |
|
102 <dd> |
|
103 string containing the data (bytes) |
|
104 </dd> |
|
105 </dl> |
|
106 <div align="right"><a href="#top">Up</a></div> |
|
107 <hr /> |
|
108 </body></html> |