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

branch
eric7
changeset 10479
856476537696
parent 10431
64157aeb0312
child 10849
78d338b6d89f
--- a/src/eric7/Documentation/Source/eric7.QScintilla.EditorOutline.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.QScintilla.EditorOutline.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,54 +7,51 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.QScintilla.EditorOutline</h1>
-
 <p>
 Module implementing an outline widget for source code navigation of the editor.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#EditorOutlineView">EditorOutlineView</a></td>
 <td>Class implementing an outline widget for source code navigation of the editor.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="EditorOutlineView" ID="EditorOutlineView"></a>
 <h2>EditorOutlineView</h2>
-
 <p>
     Class implementing an outline widget for source code navigation of the
     editor.
 </p>
+
 <h3>Derived from</h3>
 QTreeView
 <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="#EditorOutlineView.__init__">EditorOutlineView</a></td>
 <td>Constructor</td>
@@ -152,19 +149,20 @@
 <td>Public method to activate or deactivate the outline view.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="EditorOutlineView.__init__" ID="EditorOutlineView.__init__"></a>
 <h4>EditorOutlineView (Constructor)</h4>
 <b>EditorOutlineView</b>(<i>editor, populate=True, parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>editor</i> (Editor)</dt>
@@ -183,25 +181,25 @@
 <a NAME="EditorOutlineView.__changeDefaultWidth" ID="EditorOutlineView.__changeDefaultWidth"></a>
 <h4>EditorOutlineView.__changeDefaultWidth</h4>
 <b>__changeDefaultWidth</b>(<i></i>)
-
 <p>
         Private slot to open a dialog to change the default width and step
         size presetting the width with the current value.
 </p>
+
 <a NAME="EditorOutlineView.__completeRepopulate" ID="EditorOutlineView.__completeRepopulate"></a>
 <h4>EditorOutlineView.__completeRepopulate</h4>
 <b>__completeRepopulate</b>(<i></i>)
-
 <p>
         Private slot to complete the repopulate of the outline view.
 </p>
+
 <a NAME="EditorOutlineView.__contextMenuRequested" ID="EditorOutlineView.__contextMenuRequested"></a>
 <h4>EditorOutlineView.__contextMenuRequested</h4>
 <b>__contextMenuRequested</b>(<i>coord</i>)
-
 <p>
         Private slot to show the context menu.
 </p>
+
 <dl>
 
 <dt><i>coord</i> (QPoint)</dt>
@@ -212,24 +210,24 @@
 <a NAME="EditorOutlineView.__copyToClipboard" ID="EditorOutlineView.__copyToClipboard"></a>
 <h4>EditorOutlineView.__copyToClipboard</h4>
 <b>__copyToClipboard</b>(<i></i>)
-
 <p>
         Private slot to copy the file name of the editor to the clipboard.
 </p>
+
 <a NAME="EditorOutlineView.__createPopupMenus" ID="EditorOutlineView.__createPopupMenus"></a>
 <h4>EditorOutlineView.__createPopupMenus</h4>
 <b>__createPopupMenus</b>(<i></i>)
-
 <p>
         Private method to generate the various popup menus.
 </p>
+
 <a NAME="EditorOutlineView.__currentItem" ID="EditorOutlineView.__currentItem"></a>
 <h4>EditorOutlineView.__currentItem</h4>
 <b>__currentItem</b>(<i></i>)
-
 <p>
         Private method to get a reference to the current item.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -245,24 +243,24 @@
 <a NAME="EditorOutlineView.__decWidth" ID="EditorOutlineView.__decWidth"></a>
 <h4>EditorOutlineView.__decWidth</h4>
 <b>__decWidth</b>(<i></i>)
-
 <p>
         Private slot to decrement the width of the outline.
 </p>
+
 <a NAME="EditorOutlineView.__defaultWidth" ID="EditorOutlineView.__defaultWidth"></a>
 <h4>EditorOutlineView.__defaultWidth</h4>
 <b>__defaultWidth</b>(<i></i>)
-
 <p>
         Private slot to set the outline to the default width.
 </p>
+
 <a NAME="EditorOutlineView.__editorCursorLineChanged" ID="EditorOutlineView.__editorCursorLineChanged"></a>
 <h4>EditorOutlineView.__editorCursorLineChanged</h4>
 <b>__editorCursorLineChanged</b>(<i>lineno</i>)
-
 <p>
         Private method to highlight a node given its line number.
 </p>
+
 <dl>
 
 <dt><i>lineno</i> (int)</dt>
@@ -273,32 +271,32 @@
 <a NAME="EditorOutlineView.__editorLanguageChanged" ID="EditorOutlineView.__editorLanguageChanged"></a>
 <h4>EditorOutlineView.__editorLanguageChanged</h4>
 <b>__editorLanguageChanged</b>(<i></i>)
-
 <p>
         Private slot handling a change of the associated editors source code
         language.
 </p>
+
 <a NAME="EditorOutlineView.__editorRenamed" ID="EditorOutlineView.__editorRenamed"></a>
 <h4>EditorOutlineView.__editorRenamed</h4>
 <b>__editorRenamed</b>(<i></i>)
-
 <p>
         Private slot handling a renaming of the associated editor.
 </p>
+
 <a NAME="EditorOutlineView.__goto" ID="EditorOutlineView.__goto"></a>
 <h4>EditorOutlineView.__goto</h4>
 <b>__goto</b>(<i></i>)
-
 <p>
         Private slot to move the editor cursor to the line of the context item.
 </p>
+
 <a NAME="EditorOutlineView.__gotoAttribute" ID="EditorOutlineView.__gotoAttribute"></a>
 <h4>EditorOutlineView.__gotoAttribute</h4>
 <b>__gotoAttribute</b>(<i>act</i>)
-
 <p>
         Private slot to handle the selection of the goto menu.
 </p>
+
 <dl>
 
 <dt><i>act</i> (EricAction)</dt>
@@ -309,10 +307,10 @@
 <a NAME="EditorOutlineView.__gotoItem" ID="EditorOutlineView.__gotoItem"></a>
 <h4>EditorOutlineView.__gotoItem</h4>
 <b>__gotoItem</b>(<i>index</i>)
-
 <p>
         Private slot to set the editor cursor.
 </p>
+
 <dl>
 
 <dt><i>index</i> (QModelIndex)</dt>
@@ -323,38 +321,38 @@
 <a NAME="EditorOutlineView.__incWidth" ID="EditorOutlineView.__incWidth"></a>
 <h4>EditorOutlineView.__incWidth</h4>
 <b>__incWidth</b>(<i></i>)
-
 <p>
         Private slot to increment the width of the outline.
 </p>
+
 <a NAME="EditorOutlineView.__prepareRepopulate" ID="EditorOutlineView.__prepareRepopulate"></a>
 <h4>EditorOutlineView.__prepareRepopulate</h4>
 <b>__prepareRepopulate</b>(<i></i>)
-
 <p>
         Private slot to prepare to repopulate the outline view.
 </p>
+
 <a NAME="EditorOutlineView.__resizeColumns" ID="EditorOutlineView.__resizeColumns"></a>
 <h4>EditorOutlineView.__resizeColumns</h4>
 <b>__resizeColumns</b>(<i></i>)
-
 <p>
         Private slot to resize the view when items get expanded or collapsed.
 </p>
+
 <a NAME="EditorOutlineView.__showGotoMenu" ID="EditorOutlineView.__showGotoMenu"></a>
 <h4>EditorOutlineView.__showGotoMenu</h4>
 <b>__showGotoMenu</b>(<i></i>)
-
 <p>
         Private slot to prepare the goto submenu of the attribute menu.
 </p>
+
 <a NAME="EditorOutlineView.isPopulated" ID="EditorOutlineView.isPopulated"></a>
 <h4>EditorOutlineView.isPopulated</h4>
 <b>isPopulated</b>(<i></i>)
-
 <p>
         Public method to check, if the model is populated.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -370,10 +368,10 @@
 <a NAME="EditorOutlineView.isSupportedLanguage" ID="EditorOutlineView.isSupportedLanguage"></a>
 <h4>EditorOutlineView.isSupportedLanguage</h4>
 <b>isSupportedLanguage</b>(<i>language</i>)
-
 <p>
         Public method to check, if outlining a given language is supported.
 </p>
+
 <dl>
 
 <dt><i>language</i> (str)</dt>
@@ -396,7 +394,6 @@
 <a NAME="EditorOutlineView.mouseDoubleClickEvent" ID="EditorOutlineView.mouseDoubleClickEvent"></a>
 <h4>EditorOutlineView.mouseDoubleClickEvent</h4>
 <b>mouseDoubleClickEvent</b>(<i>mouseEvent</i>)
-
 <p>
         Protected method of QAbstractItemView.
 </p>
@@ -404,6 +401,7 @@
         Reimplemented to disable expanding/collapsing of items when
         double-clicking. Instead the double-clicked entry is opened.
 </p>
+
 <dl>
 
 <dt><i>mouseEvent</i> (QMouseEvent)</dt>
@@ -414,17 +412,17 @@
 <a NAME="EditorOutlineView.repopulate" ID="EditorOutlineView.repopulate"></a>
 <h4>EditorOutlineView.repopulate</h4>
 <b>repopulate</b>(<i></i>)
-
 <p>
         Public slot to repopulate the model.
 </p>
+
 <a NAME="EditorOutlineView.setActive" ID="EditorOutlineView.setActive"></a>
 <h4>EditorOutlineView.setActive</h4>
 <b>setActive</b>(<i>active</i>)
-
 <p>
         Public method to activate or deactivate the outline view.
 </p>
+
 <dl>
 
 <dt><i>active</i> (bool)</dt>
@@ -434,4 +432,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