80 <td>Private slot called when the action finished or the user pressed the button.</td> |
80 <td>Private slot called when the action finished or the user pressed the button.</td> |
81 </tr><tr> |
81 </tr><tr> |
82 <td><a href="#PyCoverageDialog.__format_lines">__format_lines</a></td> |
82 <td><a href="#PyCoverageDialog.__format_lines">__format_lines</a></td> |
83 <td>Private method to format a list of integers into string by coalescing groups.</td> |
83 <td>Private method to format a list of integers into string by coalescing groups.</td> |
84 </tr><tr> |
84 </tr><tr> |
|
85 <td><a href="#PyCoverageDialog.__openFile">__openFile</a></td> |
|
86 <td>Private slot to open the selected file.</td> |
|
87 </tr><tr> |
85 <td><a href="#PyCoverageDialog.__showContextMenu">__showContextMenu</a></td> |
88 <td><a href="#PyCoverageDialog.__showContextMenu">__showContextMenu</a></td> |
86 <td>Private slot to show the context menu of the listview.</td> |
89 <td>Private slot to show the context menu of the listview.</td> |
87 </tr><tr> |
90 </tr><tr> |
88 <td><a href="#PyCoverageDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
91 <td><a href="#PyCoverageDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
89 <td>Private slot called by a button of the button box clicked.</td> |
92 <td>Private slot called by a button of the button box clicked.</td> |
90 </tr><tr> |
93 </tr><tr> |
91 <td><a href="#PyCoverageDialog.on_reloadButton_clicked">on_reloadButton_clicked</a></td> |
94 <td><a href="#PyCoverageDialog.on_reloadButton_clicked">on_reloadButton_clicked</a></td> |
92 <td>Private slot to reload the coverage info.</td> |
95 <td>Private slot to reload the coverage info.</td> |
|
96 </tr><tr> |
|
97 <td><a href="#PyCoverageDialog.on_resultList_itemActivated">on_resultList_itemActivated</a></td> |
|
98 <td>Private slot to handle the activation of an item.</td> |
93 </tr><tr> |
99 </tr><tr> |
94 <td><a href="#PyCoverageDialog.start">start</a></td> |
100 <td><a href="#PyCoverageDialog.start">start</a></td> |
95 <td>Public slot to start the coverage data evaluation.</td> |
101 <td>Public slot to start the coverage data evaluation.</td> |
96 </tr><tr> |
102 </tr><tr> |
97 <td><a href="#PyCoverageDialog.stringify">stringify</a></td> |
103 <td><a href="#PyCoverageDialog.stringify">stringify</a></td> |
187 </dl><dl> |
193 </dl><dl> |
188 <dt>Returns:</dt> |
194 <dt>Returns:</dt> |
189 <dd> |
195 <dd> |
190 string representing the list |
196 string representing the list |
191 </dd> |
197 </dd> |
|
198 </dl><a NAME="PyCoverageDialog.__openFile" ID="PyCoverageDialog.__openFile"></a> |
|
199 <h4>PyCoverageDialog.__openFile</h4> |
|
200 <b>__openFile</b>(<i>itm=None</i>) |
|
201 <p> |
|
202 Private slot to open the selected file. |
|
203 </p><dl> |
|
204 <dt><i>itm</i></dt> |
|
205 <dd> |
|
206 reference to the item to be opened (QTreeWidgetItem) |
|
207 </dd> |
192 </dl><a NAME="PyCoverageDialog.__showContextMenu" ID="PyCoverageDialog.__showContextMenu"></a> |
208 </dl><a NAME="PyCoverageDialog.__showContextMenu" ID="PyCoverageDialog.__showContextMenu"></a> |
193 <h4>PyCoverageDialog.__showContextMenu</h4> |
209 <h4>PyCoverageDialog.__showContextMenu</h4> |
194 <b>__showContextMenu</b>(<i>coord</i>) |
210 <b>__showContextMenu</b>(<i>coord</i>) |
195 <p> |
211 <p> |
196 Private slot to show the context menu of the listview. |
212 Private slot to show the context menu of the listview. |
212 </dl><a NAME="PyCoverageDialog.on_reloadButton_clicked" ID="PyCoverageDialog.on_reloadButton_clicked"></a> |
228 </dl><a NAME="PyCoverageDialog.on_reloadButton_clicked" ID="PyCoverageDialog.on_reloadButton_clicked"></a> |
213 <h4>PyCoverageDialog.on_reloadButton_clicked</h4> |
229 <h4>PyCoverageDialog.on_reloadButton_clicked</h4> |
214 <b>on_reloadButton_clicked</b>(<i></i>) |
230 <b>on_reloadButton_clicked</b>(<i></i>) |
215 <p> |
231 <p> |
216 Private slot to reload the coverage info. |
232 Private slot to reload the coverage info. |
217 </p><a NAME="PyCoverageDialog.start" ID="PyCoverageDialog.start"></a> |
233 </p><a NAME="PyCoverageDialog.on_resultList_itemActivated" ID="PyCoverageDialog.on_resultList_itemActivated"></a> |
|
234 <h4>PyCoverageDialog.on_resultList_itemActivated</h4> |
|
235 <b>on_resultList_itemActivated</b>(<i>item, column</i>) |
|
236 <p> |
|
237 Private slot to handle the activation of an item. |
|
238 </p><dl> |
|
239 <dt><i>item</i></dt> |
|
240 <dd> |
|
241 reference to the activated item (QTreeWidgetItem) |
|
242 </dd><dt><i>column</i></dt> |
|
243 <dd> |
|
244 column the item was activated in (integer) |
|
245 </dd> |
|
246 </dl><a NAME="PyCoverageDialog.start" ID="PyCoverageDialog.start"></a> |
218 <h4>PyCoverageDialog.start</h4> |
247 <h4>PyCoverageDialog.start</h4> |
219 <b>start</b>(<i>cfn, fn</i>) |
248 <b>start</b>(<i>cfn, fn</i>) |
220 <p> |
249 <p> |
221 Public slot to start the coverage data evaluation. |
250 Public slot to start the coverage data evaluation. |
222 </p><dl> |
251 </p><dl> |