src/eric7/Documentation/Source/eric7.QScintilla.EditorOutlineModel.html

branch
eric7
changeset 10479
856476537696
parent 9612
93b496cc3c88
child 10832
479cf39ac9cb
--- a/src/eric7/Documentation/Source/eric7.QScintilla.EditorOutlineModel.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.QScintilla.EditorOutlineModel.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,57 +7,53 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.QScintilla.EditorOutlineModel</h1>
-
 <p>
 Module implementing the editor outline model.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#EditorOutlineModel">EditorOutlineModel</a></td>
 <td>Class implementing the editor outline model.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="EditorOutlineModel" ID="EditorOutlineModel"></a>
 <h2>EditorOutlineModel</h2>
-
 <p>
     Class implementing the editor outline model.
 </p>
+
 <h3>Derived from</h3>
 BrowserModel
 <h3>Class Attributes</h3>
-
 <table>
 <tr><td>SupportedLanguages</td></tr>
 </table>
+
 <h3>Class Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#EditorOutlineModel.getSupportedLanguages">getSupportedLanguages</a></td>
 <td>Class method to get the list of supported programming languages.</td>
 </tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#EditorOutlineModel.__init__">EditorOutlineModel</a></td>
 <td>Constructor</td>
@@ -91,19 +87,20 @@
 <td>Public slot to repopulate the model.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="EditorOutlineModel.getSupportedLanguages" ID="EditorOutlineModel.getSupportedLanguages"></a>
 <h4>EditorOutlineModel.getSupportedLanguages (class method)</h4>
 <b>getSupportedLanguages</b>(<i></i>)
-
 <p>
         Class method to get the list of supported programming languages.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -119,10 +116,10 @@
 <a NAME="EditorOutlineModel.__init__" ID="EditorOutlineModel.__init__"></a>
 <h4>EditorOutlineModel (Constructor)</h4>
 <b>EditorOutlineModel</b>(<i>editor, populate=True</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>editor</i> (Editor)</dt>
@@ -137,10 +134,10 @@
 <a NAME="EditorOutlineModel.__populateModel" ID="EditorOutlineModel.__populateModel"></a>
 <h4>EditorOutlineModel.__populateModel</h4>
 <b>__populateModel</b>(<i>repopulate=False</i>)
-
 <p>
         Private slot to populate the model.
 </p>
+
 <dl>
 
 <dt><i>repopulate</i> (bool)</dt>
@@ -151,10 +148,10 @@
 <a NAME="EditorOutlineModel.editor" ID="EditorOutlineModel.editor"></a>
 <h4>EditorOutlineModel.editor</h4>
 <b>editor</b>(<i></i>)
-
 <p>
         Public method to retrieve a reference to the editor.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -170,10 +167,10 @@
 <a NAME="EditorOutlineModel.fileName" ID="EditorOutlineModel.fileName"></a>
 <h4>EditorOutlineModel.fileName</h4>
 <b>fileName</b>(<i></i>)
-
 <p>
         Public method to retrieve the file name of the editor.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -189,11 +186,11 @@
 <a NAME="EditorOutlineModel.findItem" ID="EditorOutlineModel.findItem"></a>
 <h4>EditorOutlineModel.findItem</h4>
 <b>findItem</b>(<i>parent</i>)
-
 <p>
             Function to iteratively search for an item containing the given
             line.
 </p>
+
 <dl>
 
 <dt><i>lineno</i> (int)</dt>
@@ -220,10 +217,10 @@
 <a NAME="EditorOutlineModel.isPopulated" ID="EditorOutlineModel.isPopulated"></a>
 <h4>EditorOutlineModel.isPopulated</h4>
 <b>isPopulated</b>(<i></i>)
-
 <p>
         Public method to check, if the model is populated.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -239,10 +236,10 @@
 <a NAME="EditorOutlineModel.itemIndexByLine" ID="EditorOutlineModel.itemIndexByLine"></a>
 <h4>EditorOutlineModel.itemIndexByLine</h4>
 <b>itemIndexByLine</b>(<i>lineno</i>)
-
 <p>
         Public method to find an item's index given a line number.
 </p>
+
 <dl>
 
 <dt><i>lineno</i> (int)</dt>
@@ -265,10 +262,10 @@
 <a NAME="EditorOutlineModel.repopulate" ID="EditorOutlineModel.repopulate"></a>
 <h4>EditorOutlineModel.repopulate</h4>
 <b>repopulate</b>(<i></i>)
-
 <p>
         Public slot to repopulate the model.
 </p>
+
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial