Documentation/Source/eric6.ViewManager.ViewManager.html

changeset 6934
eae7d1d9cc7b
parent 6209
05b9989c1977
--- a/Documentation/Source/eric6.ViewManager.ViewManager.html	Mon Apr 08 19:15:58 2019 +0200
+++ b/Documentation/Source/eric6.ViewManager.ViewManager.html	Mon Apr 08 19:16:42 2019 +0200
@@ -125,7 +125,11 @@
     viewmanager classes and all common methods.
 </p><h3>Signals</h3>
 <dl>
-<dt>bookmarkToggled(Editor)</dt>
+<dt>astViewerStateChanged(bool)</dt>
+<dd>
+emitted to signal a change in the
+        AST viewer state
+</dd><dt>bookmarkToggled(Editor)</dt>
 <dd>
 emitted when a bookmark is toggled
 </dd><dt>breakpointToggled(Editor)</dt>
@@ -155,6 +159,10 @@
 <dd>
 emitted just before an editor window gets
         closed
+</dd><dt>editorDoubleClickedEd(Editor, position, buttons)</dt>
+<dd>
+emitted to signal
+        a mouse double click in an editor
 </dd><dt>editorLanguageChanged(Editor)</dt>
 <dd>
 emitted to signal a change of an
@@ -216,6 +224,9 @@
 <td><a href="#ViewManager.__addBookmarked">__addBookmarked</a></td>
 <td>Private method to add the current file to the list of bookmarked files.</td>
 </tr><tr>
+<td><a href="#ViewManager.__astViewer">__astViewer</a></td>
+<td>Private slot to handle a change of the AST Viewer selection state.</td>
+</tr><tr>
 <td><a href="#ViewManager.__autosave">__autosave</a></td>
 <td>Private slot to save the contents of all editors automatically.</td>
 </tr><tr>
@@ -363,6 +374,9 @@
 <td><a href="#ViewManager.__editorConfigChanged">__editorConfigChanged</a></td>
 <td>Private slot to handle changes of an editor's configuration.</td>
 </tr><tr>
+<td><a href="#ViewManager.__editorDoubleClicked">__editorDoubleClicked</a></td>
+<td>Private slot handling mouse double clicks of an editor.</td>
+</tr><tr>
 <td><a href="#ViewManager.__editorOpened">__editorOpened</a></td>
 <td>Private slot to handle the editorOpened signal.</td>
 </tr><tr>
@@ -1008,7 +1022,17 @@
 <b>__addBookmarked</b>(<i></i>)
 <p>
         Private method to add the current file to the list of bookmarked files.
-</p><a NAME="ViewManager.__autosave" ID="ViewManager.__autosave"></a>
+</p><a NAME="ViewManager.__astViewer" ID="ViewManager.__astViewer"></a>
+<h4>ViewManager.__astViewer</h4>
+<b>__astViewer</b>(<i>checked</i>)
+<p>
+        Private slot to handle a change of the AST Viewer selection state.
+</p><dl>
+<dt><i>checked</i></dt>
+<dd>
+state of the action (boolean)
+</dd>
+</dl><a NAME="ViewManager.__autosave" ID="ViewManager.__autosave"></a>
 <h4>ViewManager.__autosave</h4>
 <b>__autosave</b>(<i></i>)
 <p>
@@ -1329,6 +1353,25 @@
 <dd>
 reference to the editor
 </dd>
+</dl><a NAME="ViewManager.__editorDoubleClicked" ID="ViewManager.__editorDoubleClicked"></a>
+<h4>ViewManager.__editorDoubleClicked</h4>
+<b>__editorDoubleClicked</b>(<i>editor, pos, buttons</i>)
+<p>
+        Private slot handling mouse double clicks of an editor.
+</p><p>
+        Note: This method is simply a multiplexer to re-emit the signal
+        with the editor prepended.
+</p><dl>
+<dt><i>editor</i> (Editor)</dt>
+<dd>
+reference to the editor, that emitted the signal
+</dd><dt><i>pos</i> (QPoint)</dt>
+<dd>
+position of the double click
+</dd><dt><i>buttons</i> (Qt.MouseButtons)</dt>
+<dd>
+mouse buttons that were double clicked
+</dd>
 </dl><a NAME="ViewManager.__editorOpened" ID="ViewManager.__editorOpened"></a>
 <h4>ViewManager.__editorOpened</h4>
 <b>__editorOpened</b>(<i></i>)

eric ide

mercurial