src/eric7/Documentation/Source/eric7.DataViews.CodeMetricsDialog.html

branch
eric7
changeset 9211
99eb1cb030a5
parent 9209
b99e7fd55fd3
child 10076
649f7ca537ea
equal deleted inserted replaced
9210:15743bae8a50 9211:99eb1cb030a5
272 <p> 272 <p>
273 Private slot to start a code metrics run. 273 Private slot to start a code metrics run.
274 </p> 274 </p>
275 <a NAME="CodeMetricsDialog.prepare" ID="CodeMetricsDialog.prepare"></a> 275 <a NAME="CodeMetricsDialog.prepare" ID="CodeMetricsDialog.prepare"></a>
276 <h4>CodeMetricsDialog.prepare</h4> 276 <h4>CodeMetricsDialog.prepare</h4>
277 <b>prepare</b>(<i>fileList, project</i>) 277 <b>prepare</b>(<i>fileList</i>)
278 278
279 <p> 279 <p>
280 Public method to prepare the dialog with a list of filenames. 280 Public method to prepare the dialog with a list of filenames.
281 </p> 281 </p>
282 <dl> 282 <dl>
283 283
284 <dt><i>fileList</i></dt> 284 <dt><i>fileList</i> (list of str)</dt>
285 <dd> 285 <dd>
286 list of filenames (list of strings) 286 list of filenames
287 </dd>
288 <dt><i>project</i></dt>
289 <dd>
290 reference to the project object (Project)
291 </dd> 287 </dd>
292 </dl> 288 </dl>
293 <a NAME="CodeMetricsDialog.start" ID="CodeMetricsDialog.start"></a> 289 <a NAME="CodeMetricsDialog.start" ID="CodeMetricsDialog.start"></a>
294 <h4>CodeMetricsDialog.start</h4> 290 <h4>CodeMetricsDialog.start</h4>
295 <b>start</b>(<i>fn</i>) 291 <b>start</b>(<i>fn</i>)

eric ide

mercurial