src/eric7/Documentation/Source/eric7.UI.BrowserModel.html

branch
eric7
changeset 10433
328f3ec4b77a
parent 10399
48014775ad31
child 10472
3aecfec97f7c
diff -r 2fe91fe443dd -r 328f3ec4b77a src/eric7/Documentation/Source/eric7.UI.BrowserModel.html
--- a/src/eric7/Documentation/Source/eric7.UI.BrowserModel.html	Thu Dec 21 15:46:22 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.UI.BrowserModel.html	Thu Dec 21 19:50:01 2023 +0100
@@ -150,17 +150,17 @@
 </p>
 <dl>
 
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (BrowserItem)</dt>
 <dd>
 parent item
 </dd>
-<dt><i>attribute</i></dt>
+<dt><i>attribute</i> (Attribute)</dt>
 <dd>
 reference to the attribute object
 </dd>
-<dt><i>isClass</i></dt>
-<dd>
-flag indicating a class attribute (boolean)
+<dt><i>isClass</i> (bool)</dt>
+<dd>
+flag indicating a class attribute
 </dd>
 </dl>
 <a NAME="BrowserClassAttributeItem.attributeObject" ID="BrowserClassAttributeItem.attributeObject"></a>
@@ -176,6 +176,12 @@
 reference to the class object
 </dd>
 </dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+Class
+</dd>
+</dl>
 <a NAME="BrowserClassAttributeItem.fileName" ID="BrowserClassAttributeItem.fileName"></a>
 <h4>BrowserClassAttributeItem.fileName</h4>
 <b>fileName</b>(<i></i>)
@@ -186,7 +192,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-filename (string)
+filename
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="BrowserClassAttributeItem.isPublic" ID="BrowserClassAttributeItem.isPublic"></a>
@@ -199,7 +211,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-flag indicating public visibility (boolean)
+flag indicating public visibility
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <a NAME="BrowserClassAttributeItem.lessThan" ID="BrowserClassAttributeItem.lessThan"></a>
@@ -211,23 +229,29 @@
 </p>
 <dl>
 
-<dt><i>other</i></dt>
-<dd>
-reference to item to compare against (BrowserItem)
-</dd>
-<dt><i>column</i></dt>
-<dd>
-column number to use for the comparison (integer)
-</dd>
-<dt><i>order</i></dt>
-<dd>
-sort order (Qt.SortOrder) (for special sorting)
+<dt><i>other</i> (BrowserItem)</dt>
+<dd>
+reference to item to compare against
+</dd>
+<dt><i>column</i> (int)</dt>
+<dd>
+column number to use for the comparison
+</dd>
+<dt><i>order</i> (Qt.SortOrder)</dt>
+<dd>
+sort order (for special sorting)
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-true, if this item is less than other (boolean)
+true, if this item is less than other
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <a NAME="BrowserClassAttributeItem.lineno" ID="BrowserClassAttributeItem.lineno"></a>
@@ -240,7 +264,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-line number defining the object (integer)
+line number defining the object
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+int
 </dd>
 </dl>
 <a NAME="BrowserClassAttributeItem.linenos" ID="BrowserClassAttributeItem.linenos"></a>
@@ -253,7 +283,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-line number the object is assigned to (list of integers)
+line number the object is assigned to
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+list of int
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
@@ -317,21 +353,21 @@
 </p>
 <dl>
 
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (BrowserItem)</dt>
 <dd>
 parent item
 </dd>
-<dt><i>attributes</i></dt>
+<dt><i>attributes</i> (list of Attribute)</dt>
 <dd>
 list of attributes
 </dd>
-<dt><i>text</i></dt>
-<dd>
-text to be shown by this item (string)
-</dd>
-<dt><i>isClass</i></dt>
-<dd>
-flag indicating class attributes (boolean)
+<dt><i>text</i> (str)</dt>
+<dd>
+text to be shown by this item
+</dd>
+<dt><i>isClass</i> (bool)</dt>
+<dd>
+flag indicating class attributes
 </dd>
 </dl>
 <a NAME="BrowserClassAttributesItem.attributes" ID="BrowserClassAttributesItem.attributes"></a>
@@ -347,6 +383,12 @@
 reference to the list of attributes
 </dd>
 </dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+list of Attribute
+</dd>
+</dl>
 <a NAME="BrowserClassAttributesItem.isClassAttributes" ID="BrowserClassAttributesItem.isClassAttributes"></a>
 <h4>BrowserClassAttributesItem.isClassAttributes</h4>
 <b>isClassAttributes</b>(<i></i>)
@@ -357,7 +399,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-flag indicating class attributes (boolean)
+flag indicating class attributes
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <a NAME="BrowserClassAttributesItem.lessThan" ID="BrowserClassAttributesItem.lessThan"></a>
@@ -369,23 +417,29 @@
 </p>
 <dl>
 
-<dt><i>other</i></dt>
-<dd>
-reference to item to compare against (BrowserItem)
-</dd>
-<dt><i>column</i></dt>
-<dd>
-column number to use for the comparison (integer)
-</dd>
-<dt><i>order</i></dt>
-<dd>
-sort order (Qt.SortOrder) (for special sorting)
+<dt><i>other</i> (BrowserItem)</dt>
+<dd>
+reference to item to compare against
+</dd>
+<dt><i>column</i> (int)</dt>
+<dd>
+column number to use for the comparison
+</dd>
+<dt><i>order</i> (Qt.SortOrder)</dt>
+<dd>
+sort order (for special sorting)
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-true, if this item is less than other (boolean)
+true, if this item is less than other
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <a NAME="BrowserClassAttributesItem.name" ID="BrowserClassAttributesItem.name"></a>
@@ -398,7 +452,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-name of the item (string)
+name of the item
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
@@ -474,17 +534,17 @@
 </p>
 <dl>
 
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (BrowserItem)</dt>
 <dd>
 parent item
 </dd>
-<dt><i>cl</i></dt>
+<dt><i>cl</i> (Class)</dt>
 <dd>
 Class object to be shown
 </dd>
-<dt><i>filename</i></dt>
-<dd>
-filename of the file defining this class
+<dt><i>filename</i> (str)</dt>
+<dd>
+file name of the file defining this class
 </dd>
 </dl>
 <a NAME="BrowserClassItem.boundaries" ID="BrowserClassItem.boundaries"></a>
@@ -497,7 +557,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-tuple with start end end line number (integer, integer)
+tuple with start end end line number
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+tuple of (int, int)
 </dd>
 </dl>
 <a NAME="BrowserClassItem.classObject" ID="BrowserClassItem.classObject"></a>
@@ -513,6 +579,12 @@
 reference to the class object
 </dd>
 </dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+Class
+</dd>
+</dl>
 <a NAME="BrowserClassItem.fileName" ID="BrowserClassItem.fileName"></a>
 <h4>BrowserClassItem.fileName</h4>
 <b>fileName</b>(<i></i>)
@@ -523,7 +595,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-filename (string)
+filename
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="BrowserClassItem.isPublic" ID="BrowserClassItem.isPublic"></a>
@@ -536,7 +614,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-flag indicating public visibility (boolean)
+flag indicating public visibility
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <a NAME="BrowserClassItem.lessThan" ID="BrowserClassItem.lessThan"></a>
@@ -548,23 +632,29 @@
 </p>
 <dl>
 
-<dt><i>other</i></dt>
-<dd>
-reference to item to compare against (BrowserItem)
-</dd>
-<dt><i>column</i></dt>
-<dd>
-column number to use for the comparison (integer)
-</dd>
-<dt><i>order</i></dt>
-<dd>
-sort order (Qt.SortOrder) (for special sorting)
+<dt><i>other</i> (BrowserItem)</dt>
+<dd>
+reference to item to compare against
+</dd>
+<dt><i>column</i> (int)</dt>
+<dd>
+column number to use for the comparison
+</dd>
+<dt><i>order</i> (Qt.SortOrder)</dt>
+<dd>
+sort order (for special sorting)
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-true, if this item is less than other (boolean)
+true, if this item is less than other
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <a NAME="BrowserClassItem.lineno" ID="BrowserClassItem.lineno"></a>
@@ -577,7 +667,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-line number defining the object (integer)
+line number defining the object
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+int
 </dd>
 </dl>
 <a NAME="BrowserClassItem.name" ID="BrowserClassItem.name"></a>
@@ -590,7 +686,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-name of the item (string)
+name of the item
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
@@ -668,23 +770,29 @@
 </p>
 <dl>
 
-<dt><i>other</i></dt>
-<dd>
-reference to item to compare against (BrowserItem)
-</dd>
-<dt><i>column</i></dt>
-<dd>
-column number to use for the comparison (integer)
-</dd>
-<dt><i>order</i></dt>
-<dd>
-sort order (Qt.SortOrder) (for special sorting)
+<dt><i>other</i> (BrowserItem)</dt>
+<dd>
+reference to item to compare against
+</dd>
+<dt><i>column</i> (int)</dt>
+<dd>
+column number to use for the comparison
+</dd>
+<dt><i>order</i> (Qt.SortOrder)</dt>
+<dd>
+sort order (for special sorting)
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-true, if this item is less than other (boolean)
+true, if this item is less than other
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <a NAME="BrowserCodingItem.lineno" ID="BrowserCodingItem.lineno"></a>
@@ -767,17 +875,17 @@
 </p>
 <dl>
 
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (BrowserItem)</dt>
 <dd>
 parent item
 </dd>
-<dt><i>dinfo</i></dt>
-<dd>
-dinfo is the string for the directory (string)
-</dd>
-<dt><i>full</i></dt>
-<dd>
-flag indicating full pathname should be displayed (boolean)
+<dt><i>dinfo</i> (str)</dt>
+<dd>
+dinfo is the string for the directory
+</dd>
+<dt><i>full</i> (bool)</dt>
+<dd>
+flag indicating full pathname should be displayed
 </dd>
 </dl>
 <a NAME="BrowserDirectoryItem.dirName" ID="BrowserDirectoryItem.dirName"></a>
@@ -790,7 +898,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-directory name (string)
+directory name
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="BrowserDirectoryItem.lessThan" ID="BrowserDirectoryItem.lessThan"></a>
@@ -802,23 +916,29 @@
 </p>
 <dl>
 
-<dt><i>other</i></dt>
-<dd>
-reference to item to compare against (BrowserItem)
-</dd>
-<dt><i>column</i></dt>
-<dd>
-column number to use for the comparison (integer)
-</dd>
-<dt><i>order</i></dt>
-<dd>
-sort order (Qt.SortOrder) (for special sorting)
+<dt><i>other</i> (BrowserItem)</dt>
+<dd>
+reference to item to compare against
+</dd>
+<dt><i>column</i> (int)</dt>
+<dd>
+column number to use for the comparison
+</dd>
+<dt><i>order</i> (Qt.SortOrder)</dt>
+<dd>
+sort order (for special sorting)
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-true, if this item is less than other (boolean)
+true, if this item is less than other
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <a NAME="BrowserDirectoryItem.name" ID="BrowserDirectoryItem.name"></a>
@@ -831,7 +951,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-name of the item (string)
+name of the item
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="BrowserDirectoryItem.setName" ID="BrowserDirectoryItem.setName"></a>
@@ -843,13 +969,13 @@
 </p>
 <dl>
 
-<dt><i>dinfo</i></dt>
-<dd>
-dinfo is the string for the directory (string)
-</dd>
-<dt><i>full</i></dt>
-<dd>
-flag indicating full pathname should be displayed (boolean)
+<dt><i>dinfo</i> (str)</dt>
+<dd>
+dinfo is the string for the directory
+</dd>
+<dt><i>full</i> (bool)</dt>
+<dd>
+flag indicating full pathname should be displayed
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
@@ -985,21 +1111,21 @@
 </p>
 <dl>
 
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (BrowserItem)</dt>
 <dd>
 parent item
 </dd>
-<dt><i>finfo</i></dt>
-<dd>
-the string for the file (string)
-</dd>
-<dt><i>full</i></dt>
-<dd>
-flag indicating full pathname should be displayed (boolean)
-</dd>
-<dt><i>sourceLanguage</i></dt>
-<dd>
-source code language of the project (string)
+<dt><i>finfo</i> (str)</dt>
+<dd>
+the string for the file
+</dd>
+<dt><i>full</i> (bool)</dt>
+<dd>
+flag indicating full pathname should be displayed
+</dd>
+<dt><i>sourceLanguage</i> (str)</dt>
+<dd>
+source code language of the project
 </dd>
 </dl>
 <a NAME="BrowserFileItem.dirName" ID="BrowserFileItem.dirName"></a>
@@ -1012,7 +1138,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-directory name (string)
+directory name
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="BrowserFileItem.fileExt" ID="BrowserFileItem.fileExt"></a>
@@ -1025,7 +1157,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-file extension (string)
+file extension
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="BrowserFileItem.fileName" ID="BrowserFileItem.fileName"></a>
@@ -1038,7 +1176,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-filename (string)
+filename
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="BrowserFileItem.isCythonFile" ID="BrowserFileItem.isCythonFile"></a>
@@ -1070,7 +1214,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-flag indicating a D file (boolean)
+flag indicating a D file
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <a NAME="BrowserFileItem.isDesignerFile" ID="BrowserFileItem.isDesignerFile"></a>
@@ -1329,23 +1479,29 @@
 </p>
 <dl>
 
-<dt><i>other</i></dt>
-<dd>
-reference to item to compare against (BrowserItem)
-</dd>
-<dt><i>column</i></dt>
-<dd>
-column number to use for the comparison (integer)
-</dd>
-<dt><i>order</i></dt>
-<dd>
-sort order (Qt.SortOrder) (for special sorting)
+<dt><i>other</i> (BrowserItem)</dt>
+<dd>
+reference to item to compare against
+</dd>
+<dt><i>column</i> (int)</dt>
+<dd>
+column number to use for the comparison
+</dd>
+<dt><i>order</i> (Qt.SortOrder)</dt>
+<dd>
+sort order (for special sorting)
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-true, if this item is less than other (boolean)
+true, if this item is less than other
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <a NAME="BrowserFileItem.moduleName" ID="BrowserFileItem.moduleName"></a>
@@ -1358,7 +1514,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-module name (string)
+module name
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="BrowserFileItem.name" ID="BrowserFileItem.name"></a>
@@ -1371,7 +1533,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-name of the item (string)
+name of the item
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="BrowserFileItem.setName" ID="BrowserFileItem.setName"></a>
@@ -1383,13 +1551,13 @@
 </p>
 <dl>
 
-<dt><i>finfo</i></dt>
-<dd>
-the string for the file (string)
-</dd>
-<dt><i>full</i></dt>
-<dd>
-flag indicating full pathname should be displayed (boolean)
+<dt><i>finfo</i> (str)</dt>
+<dd>
+the string for the file
+</dd>
+<dt><i>full</i> (bool)</dt>
+<dd>
+flag indicating full pathname should be displayed
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
@@ -1437,17 +1605,17 @@
 </p>
 <dl>
 
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (BrowserItem)</dt>
 <dd>
 parent item
 </dd>
-<dt><i>attributes</i></dt>
+<dt><i>attributes</i> (list of Attribute)</dt>
 <dd>
 list of attributes
 </dd>
-<dt><i>text</i></dt>
-<dd>
-text to be shown by this item (string)
+<dt><i>text</i> (str)</dt>
+<dd>
+text to be shown by this item
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
@@ -1512,26 +1680,25 @@
 </p>
 <dl>
 
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (BrowserItem)</dt>
 <dd>
 parent item
 </dd>
-<dt><i>text</i></dt>
-<dd>
-text to be shown by this item (string)
-</dd>
-<dt><i>filename</i></dt>
-<dd>
-name of the file (string)
-</dd>
-<dt><i>lineNumbers</i></dt>
+<dt><i>text</i> (str)</dt>
+<dd>
+text to be shown by this item
+</dd>
+<dt><i>filename</i> (str)</dt>
+<dd>
+name of the file
+</dd>
+<dt><i>lineNumbers</i> (list of int)</dt>
 <dd>
 list of line numbers of the import statement
-            (list of integer)
-</dd>
-<dt><i>isModule</i></dt>
-<dd>
-flag indicating a module item entry (boolean)
+</dd>
+<dt><i>isModule</i> (bool)</dt>
+<dd>
+flag indicating a module item entry
 </dd>
 </dl>
 <a NAME="BrowserImportItem.fileName" ID="BrowserImportItem.fileName"></a>
@@ -1544,7 +1711,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-filename (string)
+filename
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="BrowserImportItem.lessThan" ID="BrowserImportItem.lessThan"></a>
@@ -1556,23 +1729,29 @@
 </p>
 <dl>
 
-<dt><i>other</i></dt>
-<dd>
-reference to item to compare against (BrowserItem)
-</dd>
-<dt><i>column</i></dt>
-<dd>
-column number to use for the comparison (integer)
-</dd>
-<dt><i>order</i></dt>
-<dd>
-sort order (Qt.SortOrder) (for special sorting)
+<dt><i>other</i> (BrowserItem)</dt>
+<dd>
+reference to item to compare against
+</dd>
+<dt><i>column</i> (int)</dt>
+<dd>
+column number to use for the comparison
+</dd>
+<dt><i>order</i> (Qt.SortOrder)</dt>
+<dd>
+sort order (for special sorting)
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-true, if this item is less than other (boolean)
+true, if this item is less than other
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <a NAME="BrowserImportItem.lineno" ID="BrowserImportItem.lineno"></a>
@@ -1585,7 +1764,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-line number of the first import (integer)
+line number of the first import
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+int
 </dd>
 </dl>
 <a NAME="BrowserImportItem.linenos" ID="BrowserImportItem.linenos"></a>
@@ -1598,7 +1783,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-line numbers of all imports (list of integers)
+line numbers of all imports
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+list of int
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
@@ -1650,13 +1841,13 @@
 </p>
 <dl>
 
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (BrowserItem)</dt>
 <dd>
 parent item
 </dd>
-<dt><i>text</i></dt>
-<dd>
-text to be shown by this item (string)
+<dt><i>text</i> (str)</dt>
+<dd>
+text to be shown by this item
 </dd>
 </dl>
 <a NAME="BrowserImportsItem.lessThan" ID="BrowserImportsItem.lessThan"></a>
@@ -1668,23 +1859,29 @@
 </p>
 <dl>
 
-<dt><i>other</i></dt>
-<dd>
-reference to item to compare against (BrowserItem)
-</dd>
-<dt><i>column</i></dt>
-<dd>
-column number to use for the comparison (integer)
-</dd>
-<dt><i>order</i></dt>
-<dd>
-sort order (Qt.SortOrder) (for special sorting)
+<dt><i>other</i> (BrowserItem)</dt>
+<dd>
+reference to item to compare against
+</dd>
+<dt><i>column</i> (int)</dt>
+<dd>
+column number to use for the comparison
+</dd>
+<dt><i>order</i> (Qt.SortOrder)</dt>
+<dd>
+sort order (for special sorting)
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-true, if this item is less than other (boolean)
+true, if this item is less than other
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
@@ -1800,11 +1997,11 @@
 </p>
 <dl>
 
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (BrowserItem)</dt>
 <dd>
 reference to the parent item
 </dd>
-<dt><i>data</i></dt>
+<dt><i>data</i> (Any)</dt>
 <dd>
 single data of the item
 </dd>
@@ -1818,9 +2015,9 @@
 </p>
 <dl>
 
-<dt><i>child</i></dt>
-<dd>
-reference to the child item to add (BrowserItem)
+<dt><i>child</i> (BrowserItem)</dt>
+<dd>
+reference to the child item to add
 </dd>
 </dl>
 <a NAME="BrowserItem.child" ID="BrowserItem.child"></a>
@@ -1832,15 +2029,21 @@
 </p>
 <dl>
 
-<dt><i>row</i></dt>
-<dd>
-number of child to get the id of (integer)
+<dt><i>row</i> (int)</dt>
+<dd>
+number of child to get the id of
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-reference to the child item (BrowserItem)
+reference to the child item
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+BrowserItem
 </dd>
 </dl>
 <a NAME="BrowserItem.childCount" ID="BrowserItem.childCount"></a>
@@ -1853,7 +2056,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-number of child items (integer)
+number of child items
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+int
 </dd>
 </dl>
 <a NAME="BrowserItem.children" ID="BrowserItem.children"></a>
@@ -1866,7 +2075,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-references to all child items (list of BrowserItem)
+references to all child items
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+list of BrowserItem
 </dd>
 </dl>
 <a NAME="BrowserItem.columnCount" ID="BrowserItem.columnCount"></a>
@@ -1879,7 +2094,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-number of data items (integer)
+number of data items
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+int
 </dd>
 </dl>
 <a NAME="BrowserItem.data" ID="BrowserItem.data"></a>
@@ -1891,9 +2112,9 @@
 </p>
 <dl>
 
-<dt><i>column</i></dt>
-<dd>
-number of the requested data item (integer)
+<dt><i>column</i> (int)</dt>
+<dd>
+number of the requested data item
 </dd>
 </dl>
 <dl>
@@ -1902,6 +2123,12 @@
 stored data item
 </dd>
 </dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+Any
+</dd>
+</dl>
 <a NAME="BrowserItem.getIcon" ID="BrowserItem.getIcon"></a>
 <h4>BrowserItem.getIcon</h4>
 <b>getIcon</b>(<i></i>)
@@ -1912,7 +2139,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-the icon (QIcon)
+the icon
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QIcon
 </dd>
 </dl>
 <a NAME="BrowserItem.isLazyPopulated" ID="BrowserItem.isLazyPopulated"></a>
@@ -1925,7 +2158,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-lazy population flag (boolean)
+lazy population flag
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <a NAME="BrowserItem.isPopulated" ID="BrowserItem.isPopulated"></a>
@@ -1938,7 +2177,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-population status (boolean)
+population status
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <a NAME="BrowserItem.isPublic" ID="BrowserItem.isPublic"></a>
@@ -1951,7 +2196,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-flag indicating public visibility (boolean)
+flag indicating public visibility
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <a NAME="BrowserItem.isSymlink" ID="BrowserItem.isSymlink"></a>
@@ -1964,7 +2215,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-flag indicating a symbolic link (boolean)
+flag indicating a symbolic link
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <a NAME="BrowserItem.lessThan" ID="BrowserItem.lessThan"></a>
@@ -1976,23 +2233,29 @@
 </p>
 <dl>
 
-<dt><i>other</i></dt>
-<dd>
-reference to item to compare against (BrowserItem)
-</dd>
-<dt><i>column</i></dt>
-<dd>
-column number to use for the comparison (integer)
-</dd>
-<dt><i>order</i></dt>
-<dd>
-sort order (Qt.SortOrder) (for special sorting)
+<dt><i>other</i> (BrowserItem)</dt>
+<dd>
+reference to item to compare against
+</dd>
+<dt><i>column</i> (int)</dt>
+<dd>
+column number to use for the comparison
+</dd>
+<dt><i>order</i> (Qt.SortOrder)</dt>
+<dd>
+sort order (for special sorting)
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-true, if this item is less than other (boolean)
+true, if this item is less than other
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <a NAME="BrowserItem.parent" ID="BrowserItem.parent"></a>
@@ -2008,6 +2271,12 @@
 reference to the parent item
 </dd>
 </dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+BrowserItem
+</dd>
+</dl>
 <a NAME="BrowserItem.removeChild" ID="BrowserItem.removeChild"></a>
 <h4>BrowserItem.removeChild</h4>
 <b>removeChild</b>(<i>child</i>)
@@ -2017,9 +2286,9 @@
 </p>
 <dl>
 
-<dt><i>child</i></dt>
-<dd>
-reference to the child to remove (BrowserItem)
+<dt><i>child</i> (BrowserItem)</dt>
+<dd>
+reference to the child to remove
 </dd>
 </dl>
 <a NAME="BrowserItem.removeChildren" ID="BrowserItem.removeChildren"></a>
@@ -2039,7 +2308,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-row number (integer)
+row number
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+int
 </dd>
 </dl>
 <a NAME="BrowserItem.type" ID="BrowserItem.type"></a>
@@ -2055,6 +2330,12 @@
 type of the item
 </dd>
 </dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+int
+</dd>
+</dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 <hr />
@@ -2128,17 +2409,17 @@
 </p>
 <dl>
 
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (BrowserItem)</dt>
 <dd>
 parent item
 </dd>
-<dt><i>fn</i></dt>
+<dt><i>fn</i> (Function)</dt>
 <dd>
 Function object to be shown
 </dd>
-<dt><i>filename</i></dt>
-<dd>
-filename of the file defining this class (string)
+<dt><i>filename</i> (str)</dt>
+<dd>
+filename of the file defining this class
 </dd>
 </dl>
 <a NAME="BrowserMethodItem.boundaries" ID="BrowserMethodItem.boundaries"></a>
@@ -2151,7 +2432,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-tuple with start end end line number (integer, integer)
+tuple with start end end line number
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+tuple of (int, int)
 </dd>
 </dl>
 <a NAME="BrowserMethodItem.fileName" ID="BrowserMethodItem.fileName"></a>
@@ -2164,7 +2451,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-filename (string)
+filename
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="BrowserMethodItem.functionObject" ID="BrowserMethodItem.functionObject"></a>
@@ -2180,6 +2473,12 @@
 reference to the function object
 </dd>
 </dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+Function
+</dd>
+</dl>
 <a NAME="BrowserMethodItem.isPublic" ID="BrowserMethodItem.isPublic"></a>
 <h4>BrowserMethodItem.isPublic</h4>
 <b>isPublic</b>(<i></i>)
@@ -2190,7 +2489,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-flag indicating public visibility (boolean)
+flag indicating public visibility
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <a NAME="BrowserMethodItem.lessThan" ID="BrowserMethodItem.lessThan"></a>
@@ -2202,23 +2507,29 @@
 </p>
 <dl>
 
-<dt><i>other</i></dt>
-<dd>
-reference to item to compare against (BrowserItem)
-</dd>
-<dt><i>column</i></dt>
-<dd>
-column number to use for the comparison (integer)
-</dd>
-<dt><i>order</i></dt>
-<dd>
-sort order (Qt.SortOrder) (for special sorting)
+<dt><i>other</i> (BrowserItem)</dt>
+<dd>
+reference to item to compare against
+</dd>
+<dt><i>column</i> (int)</dt>
+<dd>
+column number to use for the comparison
+</dd>
+<dt><i>order</i> (Qt.SortOrder)</dt>
+<dd>
+sort order (for special sorting)
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-true, if this item is less than other (boolean)
+true, if this item is less than other
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <a NAME="BrowserMethodItem.lineno" ID="BrowserMethodItem.lineno"></a>
@@ -2231,7 +2542,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-line number defining the object (integer)
+line number defining the object
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+int
 </dd>
 </dl>
 <a NAME="BrowserMethodItem.name" ID="BrowserMethodItem.name"></a>
@@ -2244,7 +2561,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-name of the item (string)
+name of the item
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
@@ -2412,14 +2735,13 @@
 </p>
 <dl>
 
-<dt><i>parent</i></dt>
-<dd>
-reference to parent object (QObject)
-</dd>
-<dt><i>nopopulate</i></dt>
+<dt><i>parent</i> (QObject)</dt>
+<dd>
+reference to parent object
+</dd>
+<dt><i>nopopulate</i> (bool)</dt>
 <dd>
 flag indicating to not populate the model
-            (boolean)
 </dd>
 </dl>
 <a NAME="BrowserModel.__populateModel" ID="BrowserModel.__populateModel"></a>
@@ -2438,13 +2760,13 @@
 </p>
 <dl>
 
-<dt><i>itm</i></dt>
-<dd>
-reference to item to add (BrowserItem)
-</dd>
-<dt><i>parentItem</i></dt>
-<dd>
-reference to item to add to (BrowserItem)
+<dt><i>itm</i> (BrowserItem)</dt>
+<dd>
+reference to item to add
+</dd>
+<dt><i>parentItem</i> (BrowserItem)</dt>
+<dd>
+reference to item to add to
 </dd>
 </dl>
 <a NAME="BrowserModel._addWatchedItem" ID="BrowserModel._addWatchedItem"></a>
@@ -2456,9 +2778,9 @@
 </p>
 <dl>
 
-<dt><i>itm</i></dt>
-<dd>
-item to be watched (BrowserDirectoryItem)
+<dt><i>itm</i> (BrowserDirectoryItem)</dt>
+<dd>
+item to be watched
 </dd>
 </dl>
 <a NAME="BrowserModel._removeWatchedItem" ID="BrowserModel._removeWatchedItem"></a>
@@ -2470,9 +2792,9 @@
 </p>
 <dl>
 
-<dt><i>itm</i></dt>
-<dd>
-item to be removed (BrowserDirectoryItem)
+<dt><i>itm</i> (BrowserDirectoryItem)</dt>
+<dd>
+item to be removed
 </dd>
 </dl>
 <a NAME="BrowserModel.addItem" ID="BrowserModel.addItem"></a>
@@ -2484,13 +2806,13 @@
 </p>
 <dl>
 
-<dt><i>itm</i></dt>
-<dd>
-item to add (BrowserItem)
-</dd>
-<dt><i>parent</i></dt>
-<dd>
-index of parent item (QModelIndex)
+<dt><i>itm</i> (BrowserItem)</dt>
+<dd>
+item to add
+</dd>
+<dt><i>parent</i> (QModelIndex)</dt>
+<dd>
+index of parent item
 </dd>
 </dl>
 <a NAME="BrowserModel.addTopLevelDir" ID="BrowserModel.addTopLevelDir"></a>
@@ -2502,9 +2824,9 @@
 </p>
 <dl>
 
-<dt><i>dirname</i></dt>
-<dd>
-name of the new toplevel directory (string)
+<dt><i>dirname</i> (str)</dt>
+<dd>
+name of the new toplevel directory
 </dd>
 </dl>
 <a NAME="BrowserModel.clear" ID="BrowserModel.clear"></a>
@@ -2523,15 +2845,21 @@
 </p>
 <dl>
 
-<dt><i>parent</i></dt>
-<dd>
-index of parent item (QModelIndex)
+<dt><i>parent</i> (QModelIndex)</dt>
+<dd>
+index of parent item
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-number of columns (integer)
+number of columns
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+int
 </dd>
 </dl>
 <a NAME="BrowserModel.data" ID="BrowserModel.data"></a>
@@ -2543,13 +2871,13 @@
 </p>
 <dl>
 
-<dt><i>index</i></dt>
-<dd>
-index of the data to retrieve (QModelIndex)
-</dd>
-<dt><i>role</i></dt>
-<dd>
-role of data (Qt.ItemDataRole)
+<dt><i>index</i> (QModelIndex)</dt>
+<dd>
+index of the data to retrieve
+</dd>
+<dt><i>role</i> (Qt.ItemDataRole)</dt>
+<dd>
+role of data
 </dd>
 </dl>
 <dl>
@@ -2558,6 +2886,12 @@
 requested data
 </dd>
 </dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+Any
+</dd>
+</dl>
 <a NAME="BrowserModel.directoryChanged" ID="BrowserModel.directoryChanged"></a>
 <h4>BrowserModel.directoryChanged</h4>
 <b>directoryChanged</b>(<i>path</i>)
@@ -2567,9 +2901,9 @@
 </p>
 <dl>
 
-<dt><i>path</i></dt>
-<dd>
-path of the directory (string)
+<dt><i>path</i> (str)</dt>
+<dd>
+path of the directory
 </dd>
 </dl>
 <a NAME="BrowserModel.fileChanged" ID="BrowserModel.fileChanged"></a>
@@ -2595,15 +2929,21 @@
 </p>
 <dl>
 
-<dt><i>index</i></dt>
-<dd>
-index of the data to retrieve (QModelIndex)
+<dt><i>index</i> (QModelIndex)</dt>
+<dd>
+index of the data to retrieve
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-requested flags (Qt.ItemFlags)
+requested flags
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+Qt.ItemFlags
 </dd>
 </dl>
 <a NAME="BrowserModel.hasChildren" ID="BrowserModel.hasChildren"></a>
@@ -2619,15 +2959,21 @@
 </p>
 <dl>
 
-<dt><i>parent</i></dt>
-<dd>
-index of parent item (QModelIndex)
+<dt><i>parent</i> (QModelIndex)</dt>
+<dd>
+index of parent item
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-flag indicating the presence of child items (boolean)
+flag indicating the presence of child items
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <a NAME="BrowserModel.headerData" ID="BrowserModel.headerData"></a>
@@ -2639,17 +2985,17 @@
 </p>
 <dl>
 
-<dt><i>section</i></dt>
-<dd>
-number of section to get data for (integer)
-</dd>
-<dt><i>orientation</i></dt>
-<dd>
-header orientation (Qt.Orientation)
-</dd>
-<dt><i>role</i></dt>
-<dd>
-role of data (Qt.ItemDataRole)
+<dt><i>section</i> (int)</dt>
+<dd>
+number of section to get data for
+</dd>
+<dt><i>orientation</i> (Qt.Orientation)</dt>
+<dd>
+header orientation
+</dd>
+<dt><i>role</i> (Qt.ItemDataRole)</dt>
+<dd>
+role of data
 </dd>
 </dl>
 <dl>
@@ -2658,6 +3004,12 @@
 requested header data
 </dd>
 </dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+Any
+</dd>
+</dl>
 <a NAME="BrowserModel.index" ID="BrowserModel.index"></a>
 <h4>BrowserModel.index</h4>
 <b>index</b>(<i>row, column, parent=None</i>)
@@ -2667,23 +3019,29 @@
 </p>
 <dl>
 
-<dt><i>row</i></dt>
-<dd>
-row number of the new index (integer)
-</dd>
-<dt><i>column</i></dt>
-<dd>
-column number of the new index (integer)
-</dd>
-<dt><i>parent</i></dt>
-<dd>
-index of parent item (QModelIndex)
+<dt><i>row</i> (int)</dt>
+<dd>
+row number of the new index
+</dd>
+<dt><i>column</i> (int)</dt>
+<dd>
+column number of the new index
+</dd>
+<dt><i>parent</i> (QModelIndex)</dt>
+<dd>
+index of parent item
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-index object (QModelIndex)
+index object
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QModelIndex
 </dd>
 </dl>
 <a NAME="BrowserModel.interpreterChanged" ID="BrowserModel.interpreterChanged"></a>
@@ -2695,9 +3053,9 @@
 </p>
 <dl>
 
-<dt><i>interpreter</i></dt>
-<dd>
-interpreter of the debug client (string)
+<dt><i>interpreter</i> (str)</dt>
+<dd>
+interpreter of the debug client
 </dd>
 </dl>
 <a NAME="BrowserModel.item" ID="BrowserModel.item"></a>
@@ -2709,15 +3067,21 @@
 </p>
 <dl>
 
-<dt><i>index</i></dt>
-<dd>
-index of the data to retrieve (QModelIndex)
+<dt><i>index</i> (QModelIndex)</dt>
+<dd>
+index of the data to retrieve
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-requested item reference (BrowserItem)
+requested item reference
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+BrowserItem
 </dd>
 </dl>
 <a NAME="BrowserModel.parent" ID="BrowserModel.parent"></a>
@@ -2729,15 +3093,21 @@
 </p>
 <dl>
 
-<dt><i>index</i></dt>
-<dd>
-index of the item (QModelIndex)
+<dt><i>index</i> (QModelIndex)</dt>
+<dd>
+index of the item
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-index of parent item (QModelIndex)
+index of parent item
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QModelIndex
 </dd>
 </dl>
 <a NAME="BrowserModel.populateClassAttributesItem" ID="BrowserModel.populateClassAttributesItem"></a>
@@ -2749,14 +3119,14 @@
 </p>
 <dl>
 
-<dt><i>parentItem</i></dt>
+<dt><i>parentItem</i> (BrowserClassAttributesItem)</dt>
 <dd>
 reference to the class attributes item to be
             populated
 </dd>
-<dt><i>repopulate</i></dt>
-<dd>
-flag indicating a repopulation (boolean)
+<dt><i>repopulate</i> (bool)</dt>
+<dd>
+flag indicating a repopulation
 </dd>
 </dl>
 <a NAME="BrowserModel.populateClassItem" ID="BrowserModel.populateClassItem"></a>
@@ -2768,13 +3138,13 @@
 </p>
 <dl>
 
-<dt><i>parentItem</i></dt>
+<dt><i>parentItem</i> (BrowserClassItem)</dt>
 <dd>
 reference to the class item to be populated
 </dd>
-<dt><i>repopulate</i></dt>
-<dd>
-flag indicating a repopulation (boolean)
+<dt><i>repopulate</i> (bool)</dt>
+<dd>
+flag indicating a repopulation
 </dd>
 </dl>
 <a NAME="BrowserModel.populateDirectoryItem" ID="BrowserModel.populateDirectoryItem"></a>
@@ -2786,13 +3156,13 @@
 </p>
 <dl>
 
-<dt><i>parentItem</i></dt>
+<dt><i>parentItem</i> (BrowserDirectoryItem)</dt>
 <dd>
 reference to the directory item to be populated
 </dd>
-<dt><i>repopulate</i></dt>
-<dd>
-flag indicating a repopulation (boolean)
+<dt><i>repopulate</i> (bool)</dt>
+<dd>
+flag indicating a repopulation
 </dd>
 </dl>
 <a NAME="BrowserModel.populateFileItem" ID="BrowserModel.populateFileItem"></a>
@@ -2804,13 +3174,13 @@
 </p>
 <dl>
 
-<dt><i>parentItem</i></dt>
+<dt><i>parentItem</i> (BrowserFileItem)</dt>
 <dd>
 reference to the file item to be populated
 </dd>
-<dt><i>repopulate</i></dt>
-<dd>
-flag indicating a repopulation (boolean)
+<dt><i>repopulate</i> (bool)</dt>
+<dd>
+flag indicating a repopulation
 </dd>
 </dl>
 <a NAME="BrowserModel.populateItem" ID="BrowserModel.populateItem"></a>
@@ -2822,13 +3192,13 @@
 </p>
 <dl>
 
-<dt><i>parentItem</i></dt>
+<dt><i>parentItem</i> (BrowserItem)</dt>
 <dd>
 reference to the item to be populated
 </dd>
-<dt><i>repopulate</i></dt>
-<dd>
-flag indicating a repopulation (boolean)
+<dt><i>repopulate</i> (bool)</dt>
+<dd>
+flag indicating a repopulation
 </dd>
 </dl>
 <a NAME="BrowserModel.populateMethodItem" ID="BrowserModel.populateMethodItem"></a>
@@ -2840,13 +3210,13 @@
 </p>
 <dl>
 
-<dt><i>parentItem</i></dt>
+<dt><i>parentItem</i> (BrowserItem)</dt>
 <dd>
 reference to the method item to be populated
 </dd>
-<dt><i>repopulate</i></dt>
-<dd>
-flag indicating a repopulation (boolean)
+<dt><i>repopulate</i> (bool)</dt>
+<dd>
+flag indicating a repopulation
 </dd>
 </dl>
 <a NAME="BrowserModel.populateSysPathItem" ID="BrowserModel.populateSysPathItem"></a>
@@ -2858,13 +3228,13 @@
 </p>
 <dl>
 
-<dt><i>parentItem</i></dt>
+<dt><i>parentItem</i> (BrowserSysPathItem)</dt>
 <dd>
 reference to the sys.path item to be populated
 </dd>
-<dt><i>repopulate</i></dt>
-<dd>
-flag indicating a repopulation (boolean)
+<dt><i>repopulate</i> (bool)</dt>
+<dd>
+flag indicating a repopulation
 </dd>
 </dl>
 <a NAME="BrowserModel.programChange" ID="BrowserModel.programChange"></a>
@@ -2877,9 +3247,9 @@
 </p>
 <dl>
 
-<dt><i>dirname</i></dt>
-<dd>
-name of the directory containing the file (string)
+<dt><i>dirname</i> (str)</dt>
+<dd>
+name of the directory containing the file
 </dd>
 </dl>
 <a NAME="BrowserModel.removeToplevelDir" ID="BrowserModel.removeToplevelDir"></a>
@@ -2891,10 +3261,9 @@
 </p>
 <dl>
 
-<dt><i>index</i></dt>
+<dt><i>index</i> (QModelIndex)</dt>
 <dd>
 index of the toplevel directory to be removed
-            (QModelIndex)
 </dd>
 </dl>
 <a NAME="BrowserModel.repopulateFileItem" ID="BrowserModel.repopulateFileItem"></a>
@@ -2920,15 +3289,21 @@
 </p>
 <dl>
 
-<dt><i>parent</i></dt>
-<dd>
-index of parent item (QModelIndex)
+<dt><i>parent</i> (QModelIndex)</dt>
+<dd>
+index of parent item
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-number of rows (integer)
+number of rows
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+int
 </dd>
 </dl>
 <a NAME="BrowserModel.saveToplevelDirs" ID="BrowserModel.saveToplevelDirs"></a>
@@ -2999,17 +3374,17 @@
 </p>
 <dl>
 
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (BrowserItem)</dt>
 <dd>
 parent item
 </dd>
-<dt><i>text</i></dt>
-<dd>
-text to be displayed (string)
-</dd>
-<dt><i>path</i></dt>
-<dd>
-path of the directory (string)
+<dt><i>text</i> (str)</dt>
+<dd>
+text to be displayed
+</dd>
+<dt><i>path</i> (str)</dt>
+<dd>
+path of the directory
 </dd>
 </dl>
 <a NAME="BrowserSimpleDirectoryItem.dirName" ID="BrowserSimpleDirectoryItem.dirName"></a>
@@ -3022,7 +3397,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-directory name (string)
+directory name
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="BrowserSimpleDirectoryItem.lessThan" ID="BrowserSimpleDirectoryItem.lessThan"></a>
@@ -3034,23 +3415,29 @@
 </p>
 <dl>
 
-<dt><i>other</i></dt>
-<dd>
-reference to item to compare against (BrowserItem)
-</dd>
-<dt><i>column</i></dt>
-<dd>
-column number to use for the comparison (integer)
-</dd>
-<dt><i>order</i></dt>
-<dd>
-sort order (Qt.SortOrder) (for special sorting)
+<dt><i>other</i> (BrowserItem)</dt>
+<dd>
+reference to item to compare against
+</dd>
+<dt><i>column</i> (int)</dt>
+<dd>
+column number to use for the comparison
+</dd>
+<dt><i>order</i> (Qt.SortOrder)</dt>
+<dd>
+sort order (for special sorting)
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-true, if this item is less than other (boolean)
+true, if this item is less than other
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <a NAME="BrowserSimpleDirectoryItem.name" ID="BrowserSimpleDirectoryItem.name"></a>
@@ -3063,7 +3450,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-name of the item (string)
+name of the item
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="BrowserSimpleDirectoryItem.setName" ID="BrowserSimpleDirectoryItem.setName"></a>
@@ -3075,13 +3468,13 @@
 </p>
 <dl>
 
-<dt><i>dinfo</i></dt>
-<dd>
-dinfo is the string for the directory (string)
-</dd>
-<dt><i>full</i></dt>
-<dd>
-flag indicating full path name should be displayed (boolean)
+<dt><i>dinfo</i> (str)</dt>
+<dd>
+dinfo is the string for the directory
+</dd>
+<dt><i>full</i> (bool)</dt>
+<dd>
+flag indicating full path name should be displayed
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
@@ -3133,7 +3526,7 @@
 </p>
 <dl>
 
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (BrowserItem)</dt>
 <dd>
 parent item
 </dd>
@@ -3148,7 +3541,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-name of the item (string)
+name of the item
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial