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

branch
eric7
changeset 10259
b51dfacef37f
parent 10070
9f5758c0fec1
child 10479
856476537696
diff -r e7764f992a01 -r b51dfacef37f src/eric7/Documentation/Source/eric7.UI.PythonAstViewer.html
--- a/src/eric7/Documentation/Source/eric7.UI.PythonAstViewer.html	Fri Oct 27 14:07:03 2023 +0200
+++ b/src/eric7/Documentation/Source/eric7.UI.PythonAstViewer.html	Fri Oct 27 14:09:40 2023 +0200
@@ -82,7 +82,7 @@
 </tr>
 <tr>
 <td><a href="#PythonAstViewer.__editorDoubleClicked">__editorDoubleClicked</a></td>
-<td></td>
+<td>Private slot to handle a mouse button double click in the editor.</td>
 </tr>
 <tr>
 <td><a href="#PythonAstViewer.__editorLanguageChanged">__editorLanguageChanged</a></td>
@@ -264,6 +264,24 @@
 <h4>PythonAstViewer.__editorDoubleClicked</h4>
 <b>__editorDoubleClicked</b>(<i>editor, pos, buttons</i>)
 
+<p>
+        Private slot to handle a mouse button double click in the editor.
+</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.MouseButton)</dt>
+<dd>
+mouse buttons that were double clicked
+</dd>
+</dl>
 <a NAME="PythonAstViewer.__editorLanguageChanged" ID="PythonAstViewer.__editorLanguageChanged"></a>
 <h4>PythonAstViewer.__editorLanguageChanged</h4>
 <b>__editorLanguageChanged</b>(<i>editor</i>)

eric ide

mercurial