Documentation/Source/eric6.E5Network.E5NetworkMonitor.html

changeset 6123
39cd368143db
parent 3673
e26d7d0c1088
equal deleted inserted replaced
6122:e7d98249f393 6123:39cd368143db
137 <dd> 137 <dd>
138 old current index (QModelIndex) 138 old current index (QModelIndex)
139 </dd> 139 </dd>
140 </dl><a NAME="E5NetworkMonitor.__showHeaderDetails" ID="E5NetworkMonitor.__showHeaderDetails"></a> 140 </dl><a NAME="E5NetworkMonitor.__showHeaderDetails" ID="E5NetworkMonitor.__showHeaderDetails"></a>
141 <h4>E5NetworkMonitor.__showHeaderDetails</h4> 141 <h4>E5NetworkMonitor.__showHeaderDetails</h4>
142 <b>__showHeaderDetails</b>(<i>index</i>) 142 <b>__showHeaderDetails</b>(<i>index, headerList</i>)
143 <p> 143 <p>
144 Private slot to show a dialog with the header details. 144 Private slot to show a dialog with the header details.
145 </p><dl> 145 </p><dl>
146 <dt><i>index</i></dt> 146 <dt><i>index</i> (QModelIndex)</dt>
147 <dd> 147 <dd>
148 index of the entry to show (QModelIndex) 148 index of the entry to show
149 </dd><dt><i>headerList</i> (QTableView)</dt>
150 <dd>
151 list requesting the header details
149 </dd> 152 </dd>
150 </dl><a NAME="E5NetworkMonitor.closeEvent" ID="E5NetworkMonitor.closeEvent"></a> 153 </dl><a NAME="E5NetworkMonitor.closeEvent" ID="E5NetworkMonitor.closeEvent"></a>
151 <h4>E5NetworkMonitor.closeEvent</h4> 154 <h4>E5NetworkMonitor.closeEvent</h4>
152 <b>closeEvent</b>(<i>evt</i>) 155 <b>closeEvent</b>(<i>evt</i>)
153 <p> 156 <p>
263 <dd> 266 <dd>
264 reference to the parent object (QObject) 267 reference to the parent object (QObject)
265 </dd> 268 </dd>
266 </dl><a NAME="E5RequestModel.__addReply" ID="E5RequestModel.__addReply"></a> 269 </dl><a NAME="E5RequestModel.__addReply" ID="E5RequestModel.__addReply"></a>
267 <h4>E5RequestModel.__addReply</h4> 270 <h4>E5RequestModel.__addReply</h4>
268 <b>__addReply</b>(<i></i>) 271 <b>__addReply</b>(<i>reply</i>)
269 <p> 272 <p>
270 Private slot to add the reply data to the model. 273 Private slot to add the reply data to the model.
271 </p><a NAME="E5RequestModel.__addRequest" ID="E5RequestModel.__addRequest"></a> 274 </p><dl>
275 <dt><i>reply</i> (QNetworkReply)</dt>
276 <dd>
277 reference to the network reply object
278 </dd>
279 </dl><a NAME="E5RequestModel.__addRequest" ID="E5RequestModel.__addRequest"></a>
272 <h4>E5RequestModel.__addRequest</h4> 280 <h4>E5RequestModel.__addRequest</h4>
273 <b>__addRequest</b>(<i>req</i>) 281 <b>__addRequest</b>(<i>req</i>)
274 <p> 282 <p>
275 Private method to add a request object to the model. 283 Private method to add a request object to the model.
276 </p><dl> 284 </p><dl>

eric ide

mercurial