Documentation/Source/eric5.E5Network.E5NetworkMonitor.html

changeset 1228
7afaf2fca55b
parent 945
8cd4d08fa9f6
child 1229
a8207dc73672
equal deleted inserted replaced
1227:c5db073a124f 1228:7afaf2fca55b
55 QDialog, Ui_E5NetworkMonitor 55 QDialog, Ui_E5NetworkMonitor
56 <h3>Class Attributes</h3> 56 <h3>Class Attributes</h3>
57 <table> 57 <table>
58 <tr><td>_monitor</td></tr> 58 <tr><td>_monitor</td></tr>
59 </table> 59 </table>
60 <h3>Class Methods</h3>
61 <table>
62 <tr>
63 <td><a href="#E5NetworkMonitor.closeMonitor">closeMonitor</a></td>
64 <td>Class method to close the monitor dialog.</td>
65 </tr><tr>
66 <td><a href="#E5NetworkMonitor.instance">instance</a></td>
67 <td>Class method to get a reference to our singleton.</td>
68 </tr>
69 </table>
60 <h3>Methods</h3> 70 <h3>Methods</h3>
61 <table> 71 <table>
62 <tr> 72 <tr>
63 <td><a href="#E5NetworkMonitor.__init__">E5NetworkMonitor</a></td>
64 <td>Constructor</td>
65 </tr><tr>
66 <td><a href="#E5NetworkMonitor.__currentChanged">__currentChanged</a></td> 73 <td><a href="#E5NetworkMonitor.__currentChanged">__currentChanged</a></td>
67 <td>Private slot to handle a change of the current index.</td> 74 <td>Private slot to handle a change of the current index.</td>
68 </tr><tr> 75 </tr><tr>
69 <td><a href="#E5NetworkMonitor.__showHeaderDetails">__showHeaderDetails</a></td> 76 <td><a href="#E5NetworkMonitor.__showHeaderDetails">__showHeaderDetails</a></td>
70 <td>Private slot to show a dialog with the header details.</td> 77 <td>Private slot to show a dialog with the header details.</td>
71 </tr><tr> 78 </tr><tr>
72 <td><a href="#E5NetworkMonitor.closeEvent">closeEvent</a></td> 79 <td><a href="#E5NetworkMonitor.closeEvent">closeEvent</a></td>
73 <td>Protected method called upon closing the dialog.</td> 80 <td>Protected method called upon closing the dialog.</td>
74 </tr><tr>
75 <td><a href="#E5NetworkMonitor.closeMonitor">closeMonitor</a></td>
76 <td>Class method to close the monitor dialog.</td>
77 </tr><tr>
78 <td><a href="#E5NetworkMonitor.instance">instance</a></td>
79 <td>Class method to get a reference to our singleton.</td>
80 </tr><tr> 81 </tr><tr>
81 <td><a href="#E5NetworkMonitor.reject">reject</a></td> 82 <td><a href="#E5NetworkMonitor.reject">reject</a></td>
82 <td>Public slot to close the dialog with a Reject status.</td> 83 <td>Public slot to close the dialog with a Reject status.</td>
83 </tr> 84 </tr>
84 </table> 85 </table>
85 <a NAME="E5NetworkMonitor.__init__" ID="E5NetworkMonitor.__init__"></a> 86 <h3>Static Methods</h3>
87 <table>
88 <tr><td>None</td></tr>
89 </table>
90 <a NAME="E5NetworkMonitor.closeMonitor" ID="E5NetworkMonitor.closeMonitor"></a>
91 <h4>E5NetworkMonitor.closeMonitor (class method)</h4>
92 <b>closeMonitor</b>(<i></i>)
93 <p>
94 Class method to close the monitor dialog.
95 </p><a NAME="E5NetworkMonitor.instance" ID="E5NetworkMonitor.instance"></a>
96 <h4>E5NetworkMonitor.instance (class method)</h4>
97 <b>instance</b>(<i>networkAccessManager</i>)
98 <p>
99 Class method to get a reference to our singleton.
100 </p><dl>
101 <dt><i>networkAccessManager</i></dt>
102 <dd>
103 reference to the network access manager
104 (QNetworkAccessManager)
105 </dd>
106 </dl><a NAME="E5NetworkMonitor.__init__" ID="E5NetworkMonitor.__init__"></a>
86 <h4>E5NetworkMonitor (Constructor)</h4> 107 <h4>E5NetworkMonitor (Constructor)</h4>
87 <b>E5NetworkMonitor</b>(<i>networkAccessManager, parent=None</i>) 108 <b>E5NetworkMonitor</b>(<i>networkAccessManager, parent=None</i>)
88 <p> 109 <p>
89 Constructor 110 Constructor
90 </p><dl> 111 </p><dl>
126 Protected method called upon closing the dialog. 147 Protected method called upon closing the dialog.
127 </p><dl> 148 </p><dl>
128 <dt><i>evt</i></dt> 149 <dt><i>evt</i></dt>
129 <dd> 150 <dd>
130 reference to the close event object (QCloseEvent) 151 reference to the close event object (QCloseEvent)
131 </dd>
132 </dl><a NAME="E5NetworkMonitor.closeMonitor" ID="E5NetworkMonitor.closeMonitor"></a>
133 <h4>E5NetworkMonitor.closeMonitor</h4>
134 <b>closeMonitor</b>(<i></i>)
135 <p>
136 Class method to close the monitor dialog.
137 </p><a NAME="E5NetworkMonitor.instance" ID="E5NetworkMonitor.instance"></a>
138 <h4>E5NetworkMonitor.instance</h4>
139 <b>instance</b>(<i>networkAccessManager</i>)
140 <p>
141 Class method to get a reference to our singleton.
142 </p><dl>
143 <dt><i>networkAccessManager</i></dt>
144 <dd>
145 reference to the network access manager
146 (QNetworkAccessManager)
147 </dd> 152 </dd>
148 </dl><a NAME="E5NetworkMonitor.reject" ID="E5NetworkMonitor.reject"></a> 153 </dl><a NAME="E5NetworkMonitor.reject" ID="E5NetworkMonitor.reject"></a>
149 <h4>E5NetworkMonitor.reject</h4> 154 <h4>E5NetworkMonitor.reject</h4>
150 <b>reject</b>(<i></i>) 155 <b>reject</b>(<i></i>)
151 <p> 156 <p>
162 object 167 object
163 <h3>Class Attributes</h3> 168 <h3>Class Attributes</h3>
164 <table> 169 <table>
165 <tr><td>None</td></tr> 170 <tr><td>None</td></tr>
166 </table> 171 </table>
172 <h3>Class Methods</h3>
173 <table>
174 <tr><td>None</td></tr>
175 </table>
167 <h3>Methods</h3> 176 <h3>Methods</h3>
168 <table> 177 <table>
169 <tr> 178 <tr><td>None</td></tr>
170 <td><a href="#E5NetworkRequest.__init__">E5NetworkRequest</a></td> 179 </table>
171 <td>Constructor</td> 180 <h3>Static Methods</h3>
172 </tr> 181 <table>
182 <tr><td>None</td></tr>
173 </table> 183 </table>
174 <a NAME="E5NetworkRequest.__init__" ID="E5NetworkRequest.__init__"></a> 184 <a NAME="E5NetworkRequest.__init__" ID="E5NetworkRequest.__init__"></a>
175 <h4>E5NetworkRequest (Constructor)</h4> 185 <h4>E5NetworkRequest (Constructor)</h4>
176 <b>E5NetworkRequest</b>(<i></i>) 186 <b>E5NetworkRequest</b>(<i></i>)
177 <p> 187 <p>
188 QAbstractTableModel 198 QAbstractTableModel
189 <h3>Class Attributes</h3> 199 <h3>Class Attributes</h3>
190 <table> 200 <table>
191 <tr><td>None</td></tr> 201 <tr><td>None</td></tr>
192 </table> 202 </table>
203 <h3>Class Methods</h3>
204 <table>
205 <tr><td>None</td></tr>
206 </table>
193 <h3>Methods</h3> 207 <h3>Methods</h3>
194 <table> 208 <table>
195 <tr> 209 <tr>
196 <td><a href="#E5RequestModel.__init__">E5RequestModel</a></td>
197 <td>Constructor</td>
198 </tr><tr>
199 <td><a href="#E5RequestModel.__addReply">__addReply</a></td> 210 <td><a href="#E5RequestModel.__addReply">__addReply</a></td>
200 <td>Private slot to add the reply data to the model.</td> 211 <td>Private slot to add the reply data to the model.</td>
201 </tr><tr> 212 </tr><tr>
202 <td><a href="#E5RequestModel.__addRequest">__addRequest</a></td> 213 <td><a href="#E5RequestModel.__addRequest">__addRequest</a></td>
203 <td>Private method to add a request object to the model.</td> 214 <td>Private method to add a request object to the model.</td>
218 <td>Public method to remove entries from the model.</td> 229 <td>Public method to remove entries from the model.</td>
219 </tr><tr> 230 </tr><tr>
220 <td><a href="#E5RequestModel.rowCount">rowCount</a></td> 231 <td><a href="#E5RequestModel.rowCount">rowCount</a></td>
221 <td>Public method to get the number of rows of the model.</td> 232 <td>Public method to get the number of rows of the model.</td>
222 </tr> 233 </tr>
234 </table>
235 <h3>Static Methods</h3>
236 <table>
237 <tr><td>None</td></tr>
223 </table> 238 </table>
224 <a NAME="E5RequestModel.__init__" ID="E5RequestModel.__init__"></a> 239 <a NAME="E5RequestModel.__init__" ID="E5RequestModel.__init__"></a>
225 <h4>E5RequestModel (Constructor)</h4> 240 <h4>E5RequestModel (Constructor)</h4>
226 <b>E5RequestModel</b>(<i>networkAccessManager, parent=None</i>) 241 <b>E5RequestModel</b>(<i>networkAccessManager, parent=None</i>)
227 <p> 242 <p>

eric ide

mercurial