85 <td>Private slot to show the context menu of the listview.</td> |
85 <td>Private slot to show the context menu of the listview.</td> |
86 </tr><tr> |
86 </tr><tr> |
87 <td><a href="#CodeMetricsDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
87 <td><a href="#CodeMetricsDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
88 <td>Private slot called by a button of the button box clicked.</td> |
88 <td>Private slot called by a button of the button box clicked.</td> |
89 </tr><tr> |
89 </tr><tr> |
|
90 <td><a href="#CodeMetricsDialog.on_startButton_clicked">on_startButton_clicked</a></td> |
|
91 <td>Private slot to start a code metrics run.</td> |
|
92 </tr><tr> |
|
93 <td><a href="#CodeMetricsDialog.prepare">prepare</a></td> |
|
94 <td>Public method to prepare the dialog with a list of filenames.</td> |
|
95 </tr><tr> |
90 <td><a href="#CodeMetricsDialog.start">start</a></td> |
96 <td><a href="#CodeMetricsDialog.start">start</a></td> |
91 <td>Public slot to start the code metrics determination.</td> |
97 <td>Public slot to start the code metrics determination.</td> |
92 </tr> |
98 </tr> |
93 </table> |
99 </table> |
94 <a NAME="CodeMetricsDialog.__init__" ID="CodeMetricsDialog.__init__"></a> |
100 <a NAME="CodeMetricsDialog.__init__" ID="CodeMetricsDialog.__init__"></a> |
196 </p><dl> |
202 </p><dl> |
197 <dt><i>button</i></dt> |
203 <dt><i>button</i></dt> |
198 <dd> |
204 <dd> |
199 button that was clicked (QAbstractButton) |
205 button that was clicked (QAbstractButton) |
200 </dd> |
206 </dd> |
|
207 </dl><a NAME="CodeMetricsDialog.on_startButton_clicked" ID="CodeMetricsDialog.on_startButton_clicked"></a> |
|
208 <h4>CodeMetricsDialog.on_startButton_clicked</h4> |
|
209 <b>on_startButton_clicked</b>(<i></i>) |
|
210 <p> |
|
211 Private slot to start a code metrics run. |
|
212 </p><a NAME="CodeMetricsDialog.prepare" ID="CodeMetricsDialog.prepare"></a> |
|
213 <h4>CodeMetricsDialog.prepare</h4> |
|
214 <b>prepare</b>(<i>fileList, project</i>) |
|
215 <p> |
|
216 Public method to prepare the dialog with a list of filenames. |
|
217 </p><dl> |
|
218 <dt><i>fileList</i></dt> |
|
219 <dd> |
|
220 list of filenames (list of strings) |
|
221 </dd><dt><i>project</i></dt> |
|
222 <dd> |
|
223 reference to the project object (Project) |
|
224 </dd> |
201 </dl><a NAME="CodeMetricsDialog.start" ID="CodeMetricsDialog.start"></a> |
225 </dl><a NAME="CodeMetricsDialog.start" ID="CodeMetricsDialog.start"></a> |
202 <h4>CodeMetricsDialog.start</h4> |
226 <h4>CodeMetricsDialog.start</h4> |
203 <b>start</b>(<i>fn</i>) |
227 <b>start</b>(<i>fn</i>) |
204 <p> |
228 <p> |
205 Public slot to start the code metrics determination. |
229 Public slot to start the code metrics determination. |
206 </p><dl> |
230 </p><dl> |
207 <dt><i>fn</i></dt> |
231 <dt><i>fn</i></dt> |
208 <dd> |
232 <dd> |
209 file or list of files or directory to be show |
233 file or list of files or directory to show |
210 the code metrics for (string or list of strings) |
234 the code metrics for (string or list of strings) |
211 </dd> |
235 </dd> |
212 </dl> |
236 </dl> |
213 <div align="right"><a href="#top">Up</a></div> |
237 <div align="right"><a href="#top">Up</a></div> |
214 <hr /> |
238 <hr /> |