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

branch
eric7
changeset 10479
856476537696
parent 10472
3aecfec97f7c
child 10677
6ee2e475490c
diff -r de9106c55c3d -r 856476537696 src/eric7/Documentation/Source/eric7.UI.BrowserModel.html
--- a/src/eric7/Documentation/Source/eric7.UI.BrowserModel.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.UI.BrowserModel.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,19 +7,17 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.UI.BrowserModel</h1>
-
 <p>
 Module implementing the browser model.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#BrowserClassAttributeItem">BrowserClassAttributeItem</a></td>
 <td>Class implementing the data structure for browser class attribute items.</td>
@@ -81,35 +79,34 @@
 <td>Class implementing the data structure for browser sys.path items.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="BrowserClassAttributeItem" ID="BrowserClassAttributeItem"></a>
 <h2>BrowserClassAttributeItem</h2>
-
 <p>
     Class implementing the data structure for browser class attribute items.
 </p>
+
 <h3>Derived from</h3>
 BrowserItem
 <h3>Class Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#BrowserClassAttributeItem.__init__">BrowserClassAttributeItem</a></td>
 <td>Constructor</td>
@@ -139,19 +136,20 @@
 <td>Public method returning the line numbers this object is assigned to.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="BrowserClassAttributeItem.__init__" ID="BrowserClassAttributeItem.__init__"></a>
 <h4>BrowserClassAttributeItem (Constructor)</h4>
 <b>BrowserClassAttributeItem</b>(<i>parent, attribute, isClass=False</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>parent</i> (BrowserItem)</dt>
@@ -170,10 +168,10 @@
 <a NAME="BrowserClassAttributeItem.attributeObject" ID="BrowserClassAttributeItem.attributeObject"></a>
 <h4>BrowserClassAttributeItem.attributeObject</h4>
 <b>attributeObject</b>(<i></i>)
-
 <p>
         Public method returning the class object.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -189,10 +187,10 @@
 <a NAME="BrowserClassAttributeItem.fileName" ID="BrowserClassAttributeItem.fileName"></a>
 <h4>BrowserClassAttributeItem.fileName</h4>
 <b>fileName</b>(<i></i>)
-
 <p>
         Public method returning the filename.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -208,10 +206,10 @@
 <a NAME="BrowserClassAttributeItem.isPublic" ID="BrowserClassAttributeItem.isPublic"></a>
 <h4>BrowserClassAttributeItem.isPublic</h4>
 <b>isPublic</b>(<i></i>)
-
 <p>
         Public method returning the public visibility status.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -227,10 +225,10 @@
 <a NAME="BrowserClassAttributeItem.lessThan" ID="BrowserClassAttributeItem.lessThan"></a>
 <h4>BrowserClassAttributeItem.lessThan</h4>
 <b>lessThan</b>(<i>other, column, order</i>)
-
 <p>
         Public method to check, if the item is less than the other one.
 </p>
+
 <dl>
 
 <dt><i>other</i> (BrowserItem)</dt>
@@ -261,10 +259,10 @@
 <a NAME="BrowserClassAttributeItem.lineno" ID="BrowserClassAttributeItem.lineno"></a>
 <h4>BrowserClassAttributeItem.lineno</h4>
 <b>lineno</b>(<i></i>)
-
 <p>
         Public method returning the line number defining this object.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -280,10 +278,10 @@
 <a NAME="BrowserClassAttributeItem.linenos" ID="BrowserClassAttributeItem.linenos"></a>
 <h4>BrowserClassAttributeItem.linenos</h4>
 <b>linenos</b>(<i></i>)
-
 <p>
         Public method returning the line numbers this object is assigned to.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -301,26 +299,24 @@
 <hr />
 <a NAME="BrowserClassAttributesItem" ID="BrowserClassAttributesItem"></a>
 <h2>BrowserClassAttributesItem</h2>
-
 <p>
     Class implementing the data structure for browser class attributes items.
 </p>
+
 <h3>Derived from</h3>
 BrowserItem
 <h3>Class Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#BrowserClassAttributesItem.__init__">BrowserClassAttributesItem</a></td>
 <td>Constructor</td>
@@ -342,19 +338,20 @@
 <td>Public method to return the name of the item.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="BrowserClassAttributesItem.__init__" ID="BrowserClassAttributesItem.__init__"></a>
 <h4>BrowserClassAttributesItem (Constructor)</h4>
 <b>BrowserClassAttributesItem</b>(<i>parent, attributes, text, isClass=False</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>parent</i> (BrowserItem)</dt>
@@ -377,10 +374,10 @@
 <a NAME="BrowserClassAttributesItem.attributes" ID="BrowserClassAttributesItem.attributes"></a>
 <h4>BrowserClassAttributesItem.attributes</h4>
 <b>attributes</b>(<i></i>)
-
 <p>
         Public method returning the attribute list.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -396,10 +393,10 @@
 <a NAME="BrowserClassAttributesItem.isClassAttributes" ID="BrowserClassAttributesItem.isClassAttributes"></a>
 <h4>BrowserClassAttributesItem.isClassAttributes</h4>
 <b>isClassAttributes</b>(<i></i>)
-
 <p>
         Public method returning the attributes type.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -415,10 +412,10 @@
 <a NAME="BrowserClassAttributesItem.lessThan" ID="BrowserClassAttributesItem.lessThan"></a>
 <h4>BrowserClassAttributesItem.lessThan</h4>
 <b>lessThan</b>(<i>other, column, order</i>)
-
 <p>
         Public method to check, if the item is less than the other one.
 </p>
+
 <dl>
 
 <dt><i>other</i> (BrowserItem)</dt>
@@ -449,10 +446,10 @@
 <a NAME="BrowserClassAttributesItem.name" ID="BrowserClassAttributesItem.name"></a>
 <h4>BrowserClassAttributesItem.name</h4>
 <b>name</b>(<i></i>)
-
 <p>
         Public method to return the name of the item.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -470,26 +467,24 @@
 <hr />
 <a NAME="BrowserClassItem" ID="BrowserClassItem"></a>
 <h2>BrowserClassItem</h2>
-
 <p>
     Class implementing the data structure for browser class items.
 </p>
+
 <h3>Derived from</h3>
 BrowserItem
 <h3>Class Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#BrowserClassItem.__init__">BrowserClassItem</a></td>
 <td>Constructor</td>
@@ -523,19 +518,20 @@
 <td>Public method to return the name of the item.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="BrowserClassItem.__init__" ID="BrowserClassItem.__init__"></a>
 <h4>BrowserClassItem (Constructor)</h4>
 <b>BrowserClassItem</b>(<i>parent, cl, filename</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>parent</i> (BrowserItem)</dt>
@@ -554,10 +550,10 @@
 <a NAME="BrowserClassItem.boundaries" ID="BrowserClassItem.boundaries"></a>
 <h4>BrowserClassItem.boundaries</h4>
 <b>boundaries</b>(<i></i>)
-
 <p>
         Public method returning the boundaries of the method definition.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -573,10 +569,10 @@
 <a NAME="BrowserClassItem.classObject" ID="BrowserClassItem.classObject"></a>
 <h4>BrowserClassItem.classObject</h4>
 <b>classObject</b>(<i></i>)
-
 <p>
         Public method returning the class object.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -592,10 +588,10 @@
 <a NAME="BrowserClassItem.fileName" ID="BrowserClassItem.fileName"></a>
 <h4>BrowserClassItem.fileName</h4>
 <b>fileName</b>(<i></i>)
-
 <p>
         Public method returning the filename.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -611,10 +607,10 @@
 <a NAME="BrowserClassItem.isPublic" ID="BrowserClassItem.isPublic"></a>
 <h4>BrowserClassItem.isPublic</h4>
 <b>isPublic</b>(<i></i>)
-
 <p>
         Public method returning the public visibility status.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -630,10 +626,10 @@
 <a NAME="BrowserClassItem.lessThan" ID="BrowserClassItem.lessThan"></a>
 <h4>BrowserClassItem.lessThan</h4>
 <b>lessThan</b>(<i>other, column, order</i>)
-
 <p>
         Public method to check, if the item is less than the other one.
 </p>
+
 <dl>
 
 <dt><i>other</i> (BrowserItem)</dt>
@@ -664,10 +660,10 @@
 <a NAME="BrowserClassItem.lineno" ID="BrowserClassItem.lineno"></a>
 <h4>BrowserClassItem.lineno</h4>
 <b>lineno</b>(<i></i>)
-
 <p>
         Public method returning the line number defining this object.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -683,10 +679,10 @@
 <a NAME="BrowserClassItem.name" ID="BrowserClassItem.name"></a>
 <h4>BrowserClassItem.name</h4>
 <b>name</b>(<i></i>)
-
 <p>
         Public method to return the name of the item.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -704,26 +700,24 @@
 <hr />
 <a NAME="BrowserCodingItem" ID="BrowserCodingItem"></a>
 <h2>BrowserCodingItem</h2>
-
 <p>
     Class implementing the data structure for browser coding items.
 </p>
+
 <h3>Derived from</h3>
 BrowserItem
 <h3>Class Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#BrowserCodingItem.__init__">BrowserCodingItem</a></td>
 <td>Constructor</td>
@@ -737,19 +731,20 @@
 <td>Public method returning the line number of the coding line.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="BrowserCodingItem.__init__" ID="BrowserCodingItem.__init__"></a>
 <h4>BrowserCodingItem (Constructor)</h4>
 <b>BrowserCodingItem</b>(<i>parent, text, linenumber</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>parent</i> (BrowserItem)</dt>
@@ -768,10 +763,10 @@
 <a NAME="BrowserCodingItem.lessThan" ID="BrowserCodingItem.lessThan"></a>
 <h4>BrowserCodingItem.lessThan</h4>
 <b>lessThan</b>(<i>other, column, order</i>)
-
 <p>
         Public method to check, if the item is less than the other one.
 </p>
+
 <dl>
 
 <dt><i>other</i> (BrowserItem)</dt>
@@ -802,10 +797,10 @@
 <a NAME="BrowserCodingItem.lineno" ID="BrowserCodingItem.lineno"></a>
 <h4>BrowserCodingItem.lineno</h4>
 <b>lineno</b>(<i></i>)
-
 <p>
         Public method returning the line number of the coding line.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -823,26 +818,24 @@
 <hr />
 <a NAME="BrowserDirectoryItem" ID="BrowserDirectoryItem"></a>
 <h2>BrowserDirectoryItem</h2>
-
 <p>
     Class implementing the data structure for browser directory items.
 </p>
+
 <h3>Derived from</h3>
 BrowserItem
 <h3>Class Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#BrowserDirectoryItem.__init__">BrowserDirectoryItem</a></td>
 <td>Constructor</td>
@@ -864,19 +857,20 @@
 <td>Public method to set the directory name.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="BrowserDirectoryItem.__init__" ID="BrowserDirectoryItem.__init__"></a>
 <h4>BrowserDirectoryItem (Constructor)</h4>
 <b>BrowserDirectoryItem</b>(<i>parent, dinfo, full=True</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>parent</i> (BrowserItem)</dt>
@@ -895,10 +889,10 @@
 <a NAME="BrowserDirectoryItem.dirName" ID="BrowserDirectoryItem.dirName"></a>
 <h4>BrowserDirectoryItem.dirName</h4>
 <b>dirName</b>(<i></i>)
-
 <p>
         Public method returning the directory name.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -914,10 +908,10 @@
 <a NAME="BrowserDirectoryItem.lessThan" ID="BrowserDirectoryItem.lessThan"></a>
 <h4>BrowserDirectoryItem.lessThan</h4>
 <b>lessThan</b>(<i>other, column, order</i>)
-
 <p>
         Public method to check, if the item is less than the other one.
 </p>
+
 <dl>
 
 <dt><i>other</i> (BrowserItem)</dt>
@@ -948,10 +942,10 @@
 <a NAME="BrowserDirectoryItem.name" ID="BrowserDirectoryItem.name"></a>
 <h4>BrowserDirectoryItem.name</h4>
 <b>name</b>(<i></i>)
-
 <p>
         Public method to return the name of the item.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -967,10 +961,10 @@
 <a NAME="BrowserDirectoryItem.setName" ID="BrowserDirectoryItem.setName"></a>
 <h4>BrowserDirectoryItem.setName</h4>
 <b>setName</b>(<i>dinfo, full=True</i>)
-
 <p>
         Public method to set the directory name.
 </p>
+
 <dl>
 
 <dt><i>dinfo</i> (str)</dt>
@@ -987,26 +981,24 @@
 <hr />
 <a NAME="BrowserFileItem" ID="BrowserFileItem"></a>
 <h2>BrowserFileItem</h2>
-
 <p>
     Class implementing the data structure for browser file items.
 </p>
+
 <h3>Derived from</h3>
 BrowserItem
 <h3>Class Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#BrowserFileItem.__init__">BrowserFileItem</a></td>
 <td>Constructor</td>
@@ -1100,19 +1092,20 @@
 <td>Public method to set the directory name.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="BrowserFileItem.__init__" ID="BrowserFileItem.__init__"></a>
 <h4>BrowserFileItem (Constructor)</h4>
 <b>BrowserFileItem</b>(<i>parent, finfo, full=True, sourceLanguage=""</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>parent</i> (BrowserItem)</dt>
@@ -1135,10 +1128,10 @@
 <a NAME="BrowserFileItem.dirName" ID="BrowserFileItem.dirName"></a>
 <h4>BrowserFileItem.dirName</h4>
 <b>dirName</b>(<i></i>)
-
 <p>
         Public method returning the directory name.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -1154,10 +1147,10 @@
 <a NAME="BrowserFileItem.fileExt" ID="BrowserFileItem.fileExt"></a>
 <h4>BrowserFileItem.fileExt</h4>
 <b>fileExt</b>(<i></i>)
-
 <p>
         Public method returning the file extension.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -1173,10 +1166,10 @@
 <a NAME="BrowserFileItem.fileName" ID="BrowserFileItem.fileName"></a>
 <h4>BrowserFileItem.fileName</h4>
 <b>fileName</b>(<i></i>)
-
 <p>
         Public method returning the filename.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -1192,10 +1185,10 @@
 <a NAME="BrowserFileItem.isCythonFile" ID="BrowserFileItem.isCythonFile"></a>
 <h4>BrowserFileItem.isCythonFile</h4>
 <b>isCythonFile</b>(<i></i>)
-
 <p>
         Public method to check, if this file is a Cython file.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -1211,10 +1204,10 @@
 <a NAME="BrowserFileItem.isDFile" ID="BrowserFileItem.isDFile"></a>
 <h4>BrowserFileItem.isDFile</h4>
 <b>isDFile</b>(<i></i>)
-
 <p>
         Public method to check, if this file is a D file.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -1230,10 +1223,10 @@
 <a NAME="BrowserFileItem.isDesignerFile" ID="BrowserFileItem.isDesignerFile"></a>
 <h4>BrowserFileItem.isDesignerFile</h4>
 <b>isDesignerFile</b>(<i></i>)
-
 <p>
         Public method to check, if this file is a Qt-Designer file.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -1249,10 +1242,10 @@
 <a NAME="BrowserFileItem.isEricGraphicsFile" ID="BrowserFileItem.isEricGraphicsFile"></a>
 <h4>BrowserFileItem.isEricGraphicsFile</h4>
 <b>isEricGraphicsFile</b>(<i></i>)
-
 <p>
         Public method to check, if this is an eric graphics file.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -1268,10 +1261,10 @@
 <a NAME="BrowserFileItem.isJavaScriptFile" ID="BrowserFileItem.isJavaScriptFile"></a>
 <h4>BrowserFileItem.isJavaScriptFile</h4>
 <b>isJavaScriptFile</b>(<i></i>)
-
 <p>
         Public method to check, if this file is a JavaScript file.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -1287,10 +1280,10 @@
 <a NAME="BrowserFileItem.isLinguistFile" ID="BrowserFileItem.isLinguistFile"></a>
 <h4>BrowserFileItem.isLinguistFile</h4>
 <b>isLinguistFile</b>(<i></i>)
-
 <p>
         Public method to check, if this file is a Qt-Linguist file.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -1306,10 +1299,10 @@
 <a NAME="BrowserFileItem.isMultiProjectFile" ID="BrowserFileItem.isMultiProjectFile"></a>
 <h4>BrowserFileItem.isMultiProjectFile</h4>
 <b>isMultiProjectFile</b>(<i></i>)
-
 <p>
         Public method to check, if this file is an eric multi project file.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -1325,10 +1318,10 @@
 <a NAME="BrowserFileItem.isParsableFile" ID="BrowserFileItem.isParsableFile"></a>
 <h4>BrowserFileItem.isParsableFile</h4>
 <b>isParsableFile</b>(<i></i>)
-
 <p>
         Public method to check, if the file is supported by class browsers.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -1344,10 +1337,10 @@
 <a NAME="BrowserFileItem.isPdfFile" ID="BrowserFileItem.isPdfFile"></a>
 <h4>BrowserFileItem.isPdfFile</h4>
 <b>isPdfFile</b>(<i></i>)
-
 <p>
         Public method to check, if this file is a PDF file.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -1363,10 +1356,10 @@
 <a NAME="BrowserFileItem.isPixmapFile" ID="BrowserFileItem.isPixmapFile"></a>
 <h4>BrowserFileItem.isPixmapFile</h4>
 <b>isPixmapFile</b>(<i></i>)
-
 <p>
         Public method to check, if this file is a pixmap file.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -1382,10 +1375,10 @@
 <a NAME="BrowserFileItem.isProjectFile" ID="BrowserFileItem.isProjectFile"></a>
 <h4>BrowserFileItem.isProjectFile</h4>
 <b>isProjectFile</b>(<i></i>)
-
 <p>
         Public method to check, if this file is an eric project file.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -1401,10 +1394,10 @@
 <a NAME="BrowserFileItem.isPython3File" ID="BrowserFileItem.isPython3File"></a>
 <h4>BrowserFileItem.isPython3File</h4>
 <b>isPython3File</b>(<i></i>)
-
 <p>
         Public method to check, if this file is a Python3 script.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -1420,10 +1413,10 @@
 <a NAME="BrowserFileItem.isResourcesFile" ID="BrowserFileItem.isResourcesFile"></a>
 <h4>BrowserFileItem.isResourcesFile</h4>
 <b>isResourcesFile</b>(<i></i>)
-
 <p>
         Public method to check, if this file is a Qt-Resources file.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -1439,10 +1432,10 @@
 <a NAME="BrowserFileItem.isRubyFile" ID="BrowserFileItem.isRubyFile"></a>
 <h4>BrowserFileItem.isRubyFile</h4>
 <b>isRubyFile</b>(<i></i>)
-
 <p>
         Public method to check, if this file is a Ruby script.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -1458,10 +1451,10 @@
 <a NAME="BrowserFileItem.isSvgFile" ID="BrowserFileItem.isSvgFile"></a>
 <h4>BrowserFileItem.isSvgFile</h4>
 <b>isSvgFile</b>(<i></i>)
-
 <p>
         Public method to check, if this file is a SVG file.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -1477,10 +1470,10 @@
 <a NAME="BrowserFileItem.lessThan" ID="BrowserFileItem.lessThan"></a>
 <h4>BrowserFileItem.lessThan</h4>
 <b>lessThan</b>(<i>other, column, order</i>)
-
 <p>
         Public method to check, if the item is less than the other one.
 </p>
+
 <dl>
 
 <dt><i>other</i> (BrowserItem)</dt>
@@ -1511,10 +1504,10 @@
 <a NAME="BrowserFileItem.moduleName" ID="BrowserFileItem.moduleName"></a>
 <h4>BrowserFileItem.moduleName</h4>
 <b>moduleName</b>(<i></i>)
-
 <p>
         Public method returning the module name.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -1530,10 +1523,10 @@
 <a NAME="BrowserFileItem.name" ID="BrowserFileItem.name"></a>
 <h4>BrowserFileItem.name</h4>
 <b>name</b>(<i></i>)
-
 <p>
         Public method to return the name of the item.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -1549,10 +1542,10 @@
 <a NAME="BrowserFileItem.setName" ID="BrowserFileItem.setName"></a>
 <h4>BrowserFileItem.setName</h4>
 <b>setName</b>(<i>finfo, full=True</i>)
-
 <p>
         Public method to set the directory name.
 </p>
+
 <dl>
 
 <dt><i>finfo</i> (str)</dt>
@@ -1569,44 +1562,43 @@
 <hr />
 <a NAME="BrowserGlobalsItem" ID="BrowserGlobalsItem"></a>
 <h2>BrowserGlobalsItem</h2>
-
 <p>
     Class implementing the data structure for browser globals items.
 </p>
+
 <h3>Derived from</h3>
 BrowserClassAttributesItem
 <h3>Class Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#BrowserGlobalsItem.__init__">BrowserGlobalsItem</a></td>
 <td>Constructor</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="BrowserGlobalsItem.__init__" ID="BrowserGlobalsItem.__init__"></a>
 <h4>BrowserGlobalsItem (Constructor)</h4>
 <b>BrowserGlobalsItem</b>(<i>parent, attributes, text</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>parent</i> (BrowserItem)</dt>
@@ -1627,27 +1619,25 @@
 <hr />
 <a NAME="BrowserImportItem" ID="BrowserImportItem"></a>
 <h2>BrowserImportItem</h2>
-
 <p>
     Class implementing the data structure for browser imported module and
     imported names items.
 </p>
+
 <h3>Derived from</h3>
 BrowserItem
 <h3>Class Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#BrowserImportItem.__init__">BrowserImportItem</a></td>
 <td>Constructor</td>
@@ -1669,19 +1659,20 @@
 <td>Public method returning the line numbers of all imports.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="BrowserImportItem.__init__" ID="BrowserImportItem.__init__"></a>
 <h4>BrowserImportItem (Constructor)</h4>
 <b>BrowserImportItem</b>(<i>parent, text, filename, lineNumbers, isModule=True</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>parent</i> (BrowserItem)</dt>
@@ -1708,10 +1699,10 @@
 <a NAME="BrowserImportItem.fileName" ID="BrowserImportItem.fileName"></a>
 <h4>BrowserImportItem.fileName</h4>
 <b>fileName</b>(<i></i>)
-
 <p>
         Public method returning the filename.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -1727,10 +1718,10 @@
 <a NAME="BrowserImportItem.lessThan" ID="BrowserImportItem.lessThan"></a>
 <h4>BrowserImportItem.lessThan</h4>
 <b>lessThan</b>(<i>other, column, order</i>)
-
 <p>
         Public method to check, if the item is less than the other one.
 </p>
+
 <dl>
 
 <dt><i>other</i> (BrowserItem)</dt>
@@ -1761,10 +1752,10 @@
 <a NAME="BrowserImportItem.lineno" ID="BrowserImportItem.lineno"></a>
 <h4>BrowserImportItem.lineno</h4>
 <b>lineno</b>(<i></i>)
-
 <p>
         Public method returning the line number of the first import.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -1780,10 +1771,10 @@
 <a NAME="BrowserImportItem.linenos" ID="BrowserImportItem.linenos"></a>
 <h4>BrowserImportItem.linenos</h4>
 <b>linenos</b>(<i></i>)
-
 <p>
         Public method returning the line numbers of all imports.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -1801,26 +1792,24 @@
 <hr />
 <a NAME="BrowserImportsItem" ID="BrowserImportsItem"></a>
 <h2>BrowserImportsItem</h2>
-
 <p>
     Class implementing the data structure for browser import items.
 </p>
+
 <h3>Derived from</h3>
 BrowserItem
 <h3>Class Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#BrowserImportsItem.__init__">BrowserImportsItem</a></td>
 <td>Constructor</td>
@@ -1830,19 +1819,20 @@
 <td>Public method to check, if the item is less than the other one.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="BrowserImportsItem.__init__" ID="BrowserImportsItem.__init__"></a>
 <h4>BrowserImportsItem (Constructor)</h4>
 <b>BrowserImportsItem</b>(<i>parent, text</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>parent</i> (BrowserItem)</dt>
@@ -1857,10 +1847,10 @@
 <a NAME="BrowserImportsItem.lessThan" ID="BrowserImportsItem.lessThan"></a>
 <h4>BrowserImportsItem.lessThan</h4>
 <b>lessThan</b>(<i>other, column, order</i>)
-
 <p>
         Public method to check, if the item is less than the other one.
 </p>
+
 <dl>
 
 <dt><i>other</i> (BrowserItem)</dt>
@@ -1893,26 +1883,24 @@
 <hr />
 <a NAME="BrowserItem" ID="BrowserItem"></a>
 <h2>BrowserItem</h2>
-
 <p>
     Class implementing the data structure for browser items.
 </p>
+
 <h3>Derived from</h3>
 None
 <h3>Class Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#BrowserItem.__init__">BrowserItem</a></td>
 <td>Constructor</td>
@@ -1986,19 +1974,20 @@
 <td>Public method to get the item type.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="BrowserItem.__init__" ID="BrowserItem.__init__"></a>
 <h4>BrowserItem (Constructor)</h4>
 <b>BrowserItem</b>(<i>parent, data</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>parent</i> (BrowserItem)</dt>
@@ -2013,10 +2002,10 @@
 <a NAME="BrowserItem.appendChild" ID="BrowserItem.appendChild"></a>
 <h4>BrowserItem.appendChild</h4>
 <b>appendChild</b>(<i>child</i>)
-
 <p>
         Public method to add a child to this item.
 </p>
+
 <dl>
 
 <dt><i>child</i> (BrowserItem)</dt>
@@ -2027,10 +2016,10 @@
 <a NAME="BrowserItem.child" ID="BrowserItem.child"></a>
 <h4>BrowserItem.child</h4>
 <b>child</b>(<i>row</i>)
-
 <p>
         Public method to get a child id.
 </p>
+
 <dl>
 
 <dt><i>row</i> (int)</dt>
@@ -2053,10 +2042,10 @@
 <a NAME="BrowserItem.childCount" ID="BrowserItem.childCount"></a>
 <h4>BrowserItem.childCount</h4>
 <b>childCount</b>(<i></i>)
-
 <p>
         Public method to get the number of available child items.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -2072,10 +2061,10 @@
 <a NAME="BrowserItem.children" ID="BrowserItem.children"></a>
 <h4>BrowserItem.children</h4>
 <b>children</b>(<i></i>)
-
 <p>
         Public method to get the ids of all child items.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -2091,10 +2080,10 @@
 <a NAME="BrowserItem.columnCount" ID="BrowserItem.columnCount"></a>
 <h4>BrowserItem.columnCount</h4>
 <b>columnCount</b>(<i></i>)
-
 <p>
         Public method to get the number of available data items.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -2110,10 +2099,10 @@
 <a NAME="BrowserItem.data" ID="BrowserItem.data"></a>
 <h4>BrowserItem.data</h4>
 <b>data</b>(<i>column</i>)
-
 <p>
         Public method to get a specific data item.
 </p>
+
 <dl>
 
 <dt><i>column</i> (int)</dt>
@@ -2136,10 +2125,10 @@
 <a NAME="BrowserItem.getIcon" ID="BrowserItem.getIcon"></a>
 <h4>BrowserItem.getIcon</h4>
 <b>getIcon</b>(<i></i>)
-
 <p>
         Public method to get the items icon.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -2155,10 +2144,10 @@
 <a NAME="BrowserItem.isLazyPopulated" ID="BrowserItem.isLazyPopulated"></a>
 <h4>BrowserItem.isLazyPopulated</h4>
 <b>isLazyPopulated</b>(<i></i>)
-
 <p>
         Public method to check, if this item should be populated lazyly.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -2174,10 +2163,10 @@
 <a NAME="BrowserItem.isPopulated" ID="BrowserItem.isPopulated"></a>
 <h4>BrowserItem.isPopulated</h4>
 <b>isPopulated</b>(<i></i>)
-
 <p>
         Public method to chek, if this item is populated.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -2193,10 +2182,10 @@
 <a NAME="BrowserItem.isPublic" ID="BrowserItem.isPublic"></a>
 <h4>BrowserItem.isPublic</h4>
 <b>isPublic</b>(<i></i>)
-
 <p>
         Public method returning the public visibility status.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -2212,10 +2201,10 @@
 <a NAME="BrowserItem.isSymlink" ID="BrowserItem.isSymlink"></a>
 <h4>BrowserItem.isSymlink</h4>
 <b>isSymlink</b>(<i></i>)
-
 <p>
         Public method to check, if the items is a symbolic link.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -2231,10 +2220,10 @@
 <a NAME="BrowserItem.lessThan" ID="BrowserItem.lessThan"></a>
 <h4>BrowserItem.lessThan</h4>
 <b>lessThan</b>(<i>other, column, order</i>)
-
 <p>
         Public method to check, if the item is less than the other one.
 </p>
+
 <dl>
 
 <dt><i>other</i> (BrowserItem)</dt>
@@ -2265,10 +2254,10 @@
 <a NAME="BrowserItem.parent" ID="BrowserItem.parent"></a>
 <h4>BrowserItem.parent</h4>
 <b>parent</b>(<i></i>)
-
 <p>
         Public method to get the reference to the parent item.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -2284,10 +2273,10 @@
 <a NAME="BrowserItem.removeChild" ID="BrowserItem.removeChild"></a>
 <h4>BrowserItem.removeChild</h4>
 <b>removeChild</b>(<i>child</i>)
-
 <p>
         Public method to remove a child.
 </p>
+
 <dl>
 
 <dt><i>child</i> (BrowserItem)</dt>
@@ -2298,17 +2287,17 @@
 <a NAME="BrowserItem.removeChildren" ID="BrowserItem.removeChildren"></a>
 <h4>BrowserItem.removeChildren</h4>
 <b>removeChildren</b>(<i></i>)
-
 <p>
         Public method to remove all children.
 </p>
+
 <a NAME="BrowserItem.row" ID="BrowserItem.row"></a>
 <h4>BrowserItem.row</h4>
 <b>row</b>(<i></i>)
-
 <p>
         Public method to get the row number of this item.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -2324,10 +2313,10 @@
 <a NAME="BrowserItem.type" ID="BrowserItem.type"></a>
 <h4>BrowserItem.type</h4>
 <b>type</b>(<i></i>)
-
 <p>
         Public method to get the item type.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -2345,58 +2334,70 @@
 <hr />
 <a NAME="BrowserItemType" ID="BrowserItemType"></a>
 <h2>BrowserItemType</h2>
-
 <p>
     Class defining the various browser item types.
 </p>
+
 <h3>Derived from</h3>
 enum.Enum
 <h3>Class Attributes</h3>
+<table>
+<tr><td>Attribute</td></tr>
+<tr><td>Attributes</td></tr>
+<tr><td>Class</td></tr>
+<tr><td>Coding</td></tr>
+<tr><td>Directory</td></tr>
+<tr><td>File</td></tr>
+<tr><td>Import</td></tr>
+<tr><td>Imports</td></tr>
+<tr><td>Method</td></tr>
+<tr><td>PbDirectory</td></tr>
+<tr><td>PbFile</td></tr>
+<tr><td>PbSimpleDirectory</td></tr>
+<tr><td>Root</td></tr>
+<tr><td>SimpleDirectory</td></tr>
+<tr><td>SysPath</td></tr>
+</table>
 
-<table>
-<tr><td>Attribute</td></tr><tr><td>Attributes</td></tr><tr><td>Class</td></tr><tr><td>Coding</td></tr><tr><td>Directory</td></tr><tr><td>File</td></tr><tr><td>Import</td></tr><tr><td>Imports</td></tr><tr><td>Method</td></tr><tr><td>PbDirectory</td></tr><tr><td>PbFile</td></tr><tr><td>PbSimpleDirectory</td></tr><tr><td>Root</td></tr><tr><td>SimpleDirectory</td></tr><tr><td>SysPath</td></tr>
-</table>
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 <hr />
 <a NAME="BrowserMethodItem" ID="BrowserMethodItem"></a>
 <h2>BrowserMethodItem</h2>
-
 <p>
     Class implementing the data structure for browser method items.
 </p>
+
 <h3>Derived from</h3>
 BrowserItem
 <h3>Class Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#BrowserMethodItem.__init__">BrowserMethodItem</a></td>
 <td>Constructor</td>
@@ -2430,19 +2431,20 @@
 <td>Public method to return the name of the item.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="BrowserMethodItem.__init__" ID="BrowserMethodItem.__init__"></a>
 <h4>BrowserMethodItem (Constructor)</h4>
 <b>BrowserMethodItem</b>(<i>parent, fn, filename</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>parent</i> (BrowserItem)</dt>
@@ -2461,10 +2463,10 @@
 <a NAME="BrowserMethodItem.boundaries" ID="BrowserMethodItem.boundaries"></a>
 <h4>BrowserMethodItem.boundaries</h4>
 <b>boundaries</b>(<i></i>)
-
 <p>
         Public method returning the boundaries of the method definition.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -2480,10 +2482,10 @@
 <a NAME="BrowserMethodItem.fileName" ID="BrowserMethodItem.fileName"></a>
 <h4>BrowserMethodItem.fileName</h4>
 <b>fileName</b>(<i></i>)
-
 <p>
         Public method returning the filename.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -2499,10 +2501,10 @@
 <a NAME="BrowserMethodItem.functionObject" ID="BrowserMethodItem.functionObject"></a>
 <h4>BrowserMethodItem.functionObject</h4>
 <b>functionObject</b>(<i></i>)
-
 <p>
         Public method returning the function object.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -2518,10 +2520,10 @@
 <a NAME="BrowserMethodItem.isPublic" ID="BrowserMethodItem.isPublic"></a>
 <h4>BrowserMethodItem.isPublic</h4>
 <b>isPublic</b>(<i></i>)
-
 <p>
         Public method returning the public visibility status.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -2537,10 +2539,10 @@
 <a NAME="BrowserMethodItem.lessThan" ID="BrowserMethodItem.lessThan"></a>
 <h4>BrowserMethodItem.lessThan</h4>
 <b>lessThan</b>(<i>other, column, order</i>)
-
 <p>
         Public method to check, if the item is less than the other one.
 </p>
+
 <dl>
 
 <dt><i>other</i> (BrowserItem)</dt>
@@ -2571,10 +2573,10 @@
 <a NAME="BrowserMethodItem.lineno" ID="BrowserMethodItem.lineno"></a>
 <h4>BrowserMethodItem.lineno</h4>
 <b>lineno</b>(<i></i>)
-
 <p>
         Public method returning the line number defining this object.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -2590,10 +2592,10 @@
 <a NAME="BrowserMethodItem.name" ID="BrowserMethodItem.name"></a>
 <h4>BrowserMethodItem.name</h4>
 <b>name</b>(<i></i>)
-
 <p>
         Public method to return the name of the item.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -2611,26 +2613,24 @@
 <hr />
 <a NAME="BrowserModel" ID="BrowserModel"></a>
 <h2>BrowserModel</h2>
-
 <p>
     Class implementing the browser model.
 </p>
+
 <h3>Derived from</h3>
 QAbstractItemModel
 <h3>Class Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#BrowserModel.__init__">BrowserModel</a></td>
 <td>Constructor</td>
@@ -2756,19 +2756,20 @@
 <td>Public slot to save the toplevel directories.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="BrowserModel.__init__" ID="BrowserModel.__init__"></a>
 <h4>BrowserModel (Constructor)</h4>
 <b>BrowserModel</b>(<i>parent=None, nopopulate=False</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>parent</i> (QObject)</dt>
@@ -2783,17 +2784,17 @@
 <a NAME="BrowserModel.__populateModel" ID="BrowserModel.__populateModel"></a>
 <h4>BrowserModel.__populateModel</h4>
 <b>__populateModel</b>(<i></i>)
-
 <p>
         Private method to populate the browser model.
 </p>
+
 <a NAME="BrowserModel._addItem" ID="BrowserModel._addItem"></a>
 <h4>BrowserModel._addItem</h4>
 <b>_addItem</b>(<i>itm, parentItem</i>)
-
 <p>
         Protected slot to add an item.
 </p>
+
 <dl>
 
 <dt><i>itm</i> (BrowserItem)</dt>
@@ -2808,10 +2809,10 @@
 <a NAME="BrowserModel._addWatchedItem" ID="BrowserModel._addWatchedItem"></a>
 <h4>BrowserModel._addWatchedItem</h4>
 <b>_addWatchedItem</b>(<i>itm</i>)
-
 <p>
         Protected method to watch an item.
 </p>
+
 <dl>
 
 <dt><i>itm</i> (BrowserDirectoryItem)</dt>
@@ -2822,10 +2823,10 @@
 <a NAME="BrowserModel._removeWatchedItem" ID="BrowserModel._removeWatchedItem"></a>
 <h4>BrowserModel._removeWatchedItem</h4>
 <b>_removeWatchedItem</b>(<i>itm</i>)
-
 <p>
         Protected method to remove a watched item.
 </p>
+
 <dl>
 
 <dt><i>itm</i> (BrowserDirectoryItem)</dt>
@@ -2836,10 +2837,10 @@
 <a NAME="BrowserModel.addItem" ID="BrowserModel.addItem"></a>
 <h4>BrowserModel.addItem</h4>
 <b>addItem</b>(<i>itm, parent=None</i>)
-
 <p>
         Public slot to add an item.
 </p>
+
 <dl>
 
 <dt><i>itm</i> (BrowserItem)</dt>
@@ -2854,10 +2855,10 @@
 <a NAME="BrowserModel.addTopLevelDir" ID="BrowserModel.addTopLevelDir"></a>
 <h4>BrowserModel.addTopLevelDir</h4>
 <b>addTopLevelDir</b>(<i>dirname</i>)
-
 <p>
         Public method to add a new toplevel directory.
 </p>
+
 <dl>
 
 <dt><i>dirname</i> (str)</dt>
@@ -2868,17 +2869,17 @@
 <a NAME="BrowserModel.clear" ID="BrowserModel.clear"></a>
 <h4>BrowserModel.clear</h4>
 <b>clear</b>(<i></i>)
-
 <p>
         Public method to clear the model.
 </p>
+
 <a NAME="BrowserModel.columnCount" ID="BrowserModel.columnCount"></a>
 <h4>BrowserModel.columnCount</h4>
 <b>columnCount</b>(<i>parent=None</i>)
-
 <p>
         Public method to get the number of columns.
 </p>
+
 <dl>
 
 <dt><i>parent</i> (QModelIndex)</dt>
@@ -2901,10 +2902,10 @@
 <a NAME="BrowserModel.data" ID="BrowserModel.data"></a>
 <h4>BrowserModel.data</h4>
 <b>data</b>(<i>index, role</i>)
-
 <p>
         Public method to get data of an item.
 </p>
+
 <dl>
 
 <dt><i>index</i> (QModelIndex)</dt>
@@ -2931,10 +2932,10 @@
 <a NAME="BrowserModel.directoryChanged" ID="BrowserModel.directoryChanged"></a>
 <h4>BrowserModel.directoryChanged</h4>
 <b>directoryChanged</b>(<i>path</i>)
-
 <p>
         Public slot to handle the directoryChanged signal of the watcher.
 </p>
+
 <dl>
 
 <dt><i>path</i> (str)</dt>
@@ -2945,10 +2946,10 @@
 <a NAME="BrowserModel.fileChanged" ID="BrowserModel.fileChanged"></a>
 <h4>BrowserModel.fileChanged</h4>
 <b>fileChanged</b>(<i>fileName</i>)
-
 <p>
         Public method to react upon file changes.
 </p>
+
 <dl>
 
 <dt><i>fileName</i> (str)</dt>
@@ -2959,10 +2960,10 @@
 <a NAME="BrowserModel.flags" ID="BrowserModel.flags"></a>
 <h4>BrowserModel.flags</h4>
 <b>flags</b>(<i>index</i>)
-
 <p>
         Public method to get the item flags.
 </p>
+
 <dl>
 
 <dt><i>index</i> (QModelIndex)</dt>
@@ -2985,7 +2986,6 @@
 <a NAME="BrowserModel.hasChildren" ID="BrowserModel.hasChildren"></a>
 <h4>BrowserModel.hasChildren</h4>
 <b>hasChildren</b>(<i>parent=None</i>)
-
 <p>
         Public method to check for the presence of child items.
 </p>
@@ -2993,6 +2993,7 @@
         We always return True for normal items in order to do lazy
         population of the tree.
 </p>
+
 <dl>
 
 <dt><i>parent</i> (QModelIndex)</dt>
@@ -3015,10 +3016,10 @@
 <a NAME="BrowserModel.headerData" ID="BrowserModel.headerData"></a>
 <h4>BrowserModel.headerData</h4>
 <b>headerData</b>(<i>section, orientation, role=Qt.ItemDataRole.DisplayRole</i>)
-
 <p>
         Public method to get the header data.
 </p>
+
 <dl>
 
 <dt><i>section</i> (int)</dt>
@@ -3049,10 +3050,10 @@
 <a NAME="BrowserModel.index" ID="BrowserModel.index"></a>
 <h4>BrowserModel.index</h4>
 <b>index</b>(<i>row, column, parent=None</i>)
-
 <p>
         Public method to create an index.
 </p>
+
 <dl>
 
 <dt><i>row</i> (int)</dt>
@@ -3083,10 +3084,10 @@
 <a NAME="BrowserModel.interpreterChanged" ID="BrowserModel.interpreterChanged"></a>
 <h4>BrowserModel.interpreterChanged</h4>
 <b>interpreterChanged</b>(<i>interpreter</i>)
-
 <p>
         Public method to handle a change of the debug client's interpreter.
 </p>
+
 <dl>
 
 <dt><i>interpreter</i> (str)</dt>
@@ -3097,10 +3098,10 @@
 <a NAME="BrowserModel.item" ID="BrowserModel.item"></a>
 <h4>BrowserModel.item</h4>
 <b>item</b>(<i>index</i>)
-
 <p>
         Public method to get a reference to an item.
 </p>
+
 <dl>
 
 <dt><i>index</i> (QModelIndex)</dt>
@@ -3123,10 +3124,10 @@
 <a NAME="BrowserModel.parent" ID="BrowserModel.parent"></a>
 <h4>BrowserModel.parent</h4>
 <b>parent</b>(<i>index</i>)
-
 <p>
         Public method to get the index of the parent object.
 </p>
+
 <dl>
 
 <dt><i>index</i> (QModelIndex)</dt>
@@ -3149,10 +3150,10 @@
 <a NAME="BrowserModel.populateClassAttributesItem" ID="BrowserModel.populateClassAttributesItem"></a>
 <h4>BrowserModel.populateClassAttributesItem</h4>
 <b>populateClassAttributesItem</b>(<i>parentItem, repopulate=False</i>)
-
 <p>
         Public method to populate a class attributes item's subtree.
 </p>
+
 <dl>
 
 <dt><i>parentItem</i> (BrowserClassAttributesItem)</dt>
@@ -3168,10 +3169,10 @@
 <a NAME="BrowserModel.populateClassItem" ID="BrowserModel.populateClassItem"></a>
 <h4>BrowserModel.populateClassItem</h4>
 <b>populateClassItem</b>(<i>parentItem, repopulate=False</i>)
-
 <p>
         Public method to populate a class item's subtree.
 </p>
+
 <dl>
 
 <dt><i>parentItem</i> (BrowserClassItem)</dt>
@@ -3186,10 +3187,10 @@
 <a NAME="BrowserModel.populateDirectoryItem" ID="BrowserModel.populateDirectoryItem"></a>
 <h4>BrowserModel.populateDirectoryItem</h4>
 <b>populateDirectoryItem</b>(<i>parentItem, repopulate=False</i>)
-
 <p>
         Public method to populate a directory item's subtree.
 </p>
+
 <dl>
 
 <dt><i>parentItem</i> (BrowserDirectoryItem)</dt>
@@ -3204,10 +3205,10 @@
 <a NAME="BrowserModel.populateFileItem" ID="BrowserModel.populateFileItem"></a>
 <h4>BrowserModel.populateFileItem</h4>
 <b>populateFileItem</b>(<i>parentItem, repopulate=False</i>)
-
 <p>
         Public method to populate a file item's subtree.
 </p>
+
 <dl>
 
 <dt><i>parentItem</i> (BrowserFileItem)</dt>
@@ -3222,10 +3223,10 @@
 <a NAME="BrowserModel.populateItem" ID="BrowserModel.populateItem"></a>
 <h4>BrowserModel.populateItem</h4>
 <b>populateItem</b>(<i>parentItem, repopulate=False</i>)
-
 <p>
         Public method to populate an item's subtree.
 </p>
+
 <dl>
 
 <dt><i>parentItem</i> (BrowserItem)</dt>
@@ -3240,10 +3241,10 @@
 <a NAME="BrowserModel.populateMethodItem" ID="BrowserModel.populateMethodItem"></a>
 <h4>BrowserModel.populateMethodItem</h4>
 <b>populateMethodItem</b>(<i>parentItem, repopulate=False</i>)
-
 <p>
         Public method to populate a method item's subtree.
 </p>
+
 <dl>
 
 <dt><i>parentItem</i> (BrowserItem)</dt>
@@ -3258,10 +3259,10 @@
 <a NAME="BrowserModel.populateSysPathItem" ID="BrowserModel.populateSysPathItem"></a>
 <h4>BrowserModel.populateSysPathItem</h4>
 <b>populateSysPathItem</b>(<i>parentItem, repopulate=False</i>)
-
 <p>
         Public method to populate a sys.path item's subtree.
 </p>
+
 <dl>
 
 <dt><i>parentItem</i> (BrowserSysPathItem)</dt>
@@ -3276,11 +3277,11 @@
 <a NAME="BrowserModel.programChange" ID="BrowserModel.programChange"></a>
 <h4>BrowserModel.programChange</h4>
 <b>programChange</b>(<i>dirname</i>)
-
 <p>
         Public method to change the entry for the directory of file being
         debugged.
 </p>
+
 <dl>
 
 <dt><i>dirname</i> (str)</dt>
@@ -3291,10 +3292,10 @@
 <a NAME="BrowserModel.removeToplevelDir" ID="BrowserModel.removeToplevelDir"></a>
 <h4>BrowserModel.removeToplevelDir</h4>
 <b>removeToplevelDir</b>(<i>index</i>)
-
 <p>
         Public method to remove a toplevel directory.
 </p>
+
 <dl>
 
 <dt><i>index</i> (QModelIndex)</dt>
@@ -3305,10 +3306,10 @@
 <a NAME="BrowserModel.repopulateFileItem" ID="BrowserModel.repopulateFileItem"></a>
 <h4>BrowserModel.repopulateFileItem</h4>
 <b>repopulateFileItem</b>(<i>itm</i>)
-
 <p>
         Public method to repopulate a file item.
 </p>
+
 <dl>
 
 <dt><i>itm</i> (BrowserFileItem)</dt>
@@ -3319,10 +3320,10 @@
 <a NAME="BrowserModel.rowCount" ID="BrowserModel.rowCount"></a>
 <h4>BrowserModel.rowCount</h4>
 <b>rowCount</b>(<i>parent=None</i>)
-
 <p>
         Public method to get the number of rows.
 </p>
+
 <dl>
 
 <dt><i>parent</i> (QModelIndex)</dt>
@@ -3345,35 +3346,33 @@
 <a NAME="BrowserModel.saveToplevelDirs" ID="BrowserModel.saveToplevelDirs"></a>
 <h4>BrowserModel.saveToplevelDirs</h4>
 <b>saveToplevelDirs</b>(<i></i>)
-
 <p>
         Public slot to save the toplevel directories.
 </p>
+
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 <hr />
 <a NAME="BrowserSimpleDirectoryItem" ID="BrowserSimpleDirectoryItem"></a>
 <h2>BrowserSimpleDirectoryItem</h2>
-
 <p>
     Class implementing the data structure for browser simple directory items.
 </p>
+
 <h3>Derived from</h3>
 BrowserItem
 <h3>Class Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#BrowserSimpleDirectoryItem.__init__">BrowserSimpleDirectoryItem</a></td>
 <td>Constructor</td>
@@ -3395,19 +3394,20 @@
 <td>Public method to set the directory name.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="BrowserSimpleDirectoryItem.__init__" ID="BrowserSimpleDirectoryItem.__init__"></a>
 <h4>BrowserSimpleDirectoryItem (Constructor)</h4>
 <b>BrowserSimpleDirectoryItem</b>(<i>parent, text, path=""</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>parent</i> (BrowserItem)</dt>
@@ -3426,10 +3426,10 @@
 <a NAME="BrowserSimpleDirectoryItem.dirName" ID="BrowserSimpleDirectoryItem.dirName"></a>
 <h4>BrowserSimpleDirectoryItem.dirName</h4>
 <b>dirName</b>(<i></i>)
-
 <p>
         Public method returning the directory name.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -3445,10 +3445,10 @@
 <a NAME="BrowserSimpleDirectoryItem.lessThan" ID="BrowserSimpleDirectoryItem.lessThan"></a>
 <h4>BrowserSimpleDirectoryItem.lessThan</h4>
 <b>lessThan</b>(<i>other, column, order</i>)
-
 <p>
         Public method to check, if the item is less than the other one.
 </p>
+
 <dl>
 
 <dt><i>other</i> (BrowserItem)</dt>
@@ -3479,10 +3479,10 @@
 <a NAME="BrowserSimpleDirectoryItem.name" ID="BrowserSimpleDirectoryItem.name"></a>
 <h4>BrowserSimpleDirectoryItem.name</h4>
 <b>name</b>(<i></i>)
-
 <p>
         Public method to return the name of the item.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -3498,10 +3498,10 @@
 <a NAME="BrowserSimpleDirectoryItem.setName" ID="BrowserSimpleDirectoryItem.setName"></a>
 <h4>BrowserSimpleDirectoryItem.setName</h4>
 <b>setName</b>(<i>dinfo, full=True</i>)
-
 <p>
         Public method to set the directory name.
 </p>
+
 <dl>
 
 <dt><i>dinfo</i> (str)</dt>
@@ -3518,26 +3518,24 @@
 <hr />
 <a NAME="BrowserSysPathItem" ID="BrowserSysPathItem"></a>
 <h2>BrowserSysPathItem</h2>
-
 <p>
     Class implementing the data structure for browser sys.path items.
 </p>
+
 <h3>Derived from</h3>
 BrowserItem
 <h3>Class Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#BrowserSysPathItem.__init__">BrowserSysPathItem</a></td>
 <td>Constructor</td>
@@ -3547,19 +3545,20 @@
 <td>Public method to return the name of the item.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="BrowserSysPathItem.__init__" ID="BrowserSysPathItem.__init__"></a>
 <h4>BrowserSysPathItem (Constructor)</h4>
 <b>BrowserSysPathItem</b>(<i>parent</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>parent</i> (BrowserItem)</dt>
@@ -3570,10 +3569,10 @@
 <a NAME="BrowserSysPathItem.name" ID="BrowserSysPathItem.name"></a>
 <h4>BrowserSysPathItem.name</h4>
 <b>name</b>(<i></i>)
-
 <p>
         Public method to return the name of the item.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -3588,4 +3587,4 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial