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

branch
eric7
changeset 10423
299802979277
parent 10076
649f7ca537ea
child 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.DataViews.CodeMetricsDialog.html	Tue Dec 19 11:04:03 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.DataViews.CodeMetricsDialog.html	Tue Dec 19 19:57:08 2023 +0100
@@ -130,9 +130,9 @@
 </p>
 <dl>
 
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QWidget)</dt>
 <dd>
-parent widget (QWidget)
+parent widget
 </dd>
 </dl>
 <a NAME="CodeMetricsDialog.__createResultItem" ID="CodeMetricsDialog.__createResultItem"></a>
@@ -144,13 +144,13 @@
 </p>
 <dl>
 
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QTreeWidget or QTreeWidgetItem)</dt>
 <dd>
-parent of the new item (QTreeWidget or QTreeWidgetItem)
+parent of the new item
 </dd>
-<dt><i>values</i></dt>
+<dt><i>values</i> (list of int)</dt>
 <dd>
-values to be displayed (list)
+values to be displayed
 </dd>
 </dl>
 <dl>
@@ -159,6 +159,12 @@
 the generated item
 </dd>
 </dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QTreeWidgetItem
+</dd>
+</dl>
 <a NAME="CodeMetricsDialog.__createSummaryItem" ID="CodeMetricsDialog.__createSummaryItem"></a>
 <h4>CodeMetricsDialog.__createSummaryItem</h4>
 <b>__createSummaryItem</b>(<i>col0, col1</i>)
@@ -168,13 +174,13 @@
 </p>
 <dl>
 
-<dt><i>col0</i></dt>
+<dt><i>col0</i> (str)</dt>
 <dd>
-string for column 0 (string)
+string for column 0
 </dd>
-<dt><i>col1</i></dt>
+<dt><i>col1</i> (str)</dt>
 <dd>
-string for column 1 (string)
+string for column 1
 </dd>
 </dl>
 <a NAME="CodeMetricsDialog.__finish" ID="CodeMetricsDialog.__finish"></a>
@@ -194,15 +200,15 @@
 </p>
 <dl>
 
-<dt><i>loc</i></dt>
+<dt><i>loc</i> (QLocale)</dt>
 <dd>
-reference to the locale object (QLocale)
+reference to the locale object
 </dd>
-<dt><i>stats</i></dt>
+<dt><i>stats</i> (SourceStat)</dt>
 <dd>
 reference to the code metric statistics object
 </dd>
-<dt><i>identifier</i></dt>
+<dt><i>identifier</i> (str)</dt>
 <dd>
 identifier to get values for
 </dd>
@@ -210,7 +216,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-list of values suitable for display (list of strings)
+list of values suitable for display
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+list of str
 </dd>
 </dl>
 <a NAME="CodeMetricsDialog.__resizeResultColumns" ID="CodeMetricsDialog.__resizeResultColumns"></a>
@@ -250,9 +262,9 @@
 </p>
 <dl>
 
-<dt><i>coord</i></dt>
+<dt><i>coord</i> (QPoint)</dt>
 <dd>
-the position of the mouse pointer (QPoint)
+the position of the mouse pointer
 </dd>
 </dl>
 <a NAME="CodeMetricsDialog.closeEvent" ID="CodeMetricsDialog.closeEvent"></a>
@@ -278,9 +290,9 @@
 </p>
 <dl>
 
-<dt><i>button</i></dt>
+<dt><i>button</i> (QAbstractButton)</dt>
 <dd>
-button that was clicked (QAbstractButton)
+button that was clicked
 </dd>
 </dl>
 <a NAME="CodeMetricsDialog.on_startButton_clicked" ID="CodeMetricsDialog.on_startButton_clicked"></a>
@@ -313,10 +325,10 @@
 </p>
 <dl>
 
-<dt><i>fn</i></dt>
+<dt><i>fn</i> (str or list of str)</dt>
 <dd>
 file or list of files or directory to show
-                the code metrics for (string or list of strings)
+                the code metrics for
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial