eric6/Documentation/Source/eric6.UI.PythonAstViewer.html

changeset 7707
6abcf4275d0e
parent 7705
90a9aefd4253
child 7989
a21d673a8f99
equal deleted inserted replaced
7706:0c6d32ec64f1 7707:6abcf4275d0e
97 <tr> 97 <tr>
98 <td><a href="#PythonAstViewer.__editorDoubleClicked">__editorDoubleClicked</a></td> 98 <td><a href="#PythonAstViewer.__editorDoubleClicked">__editorDoubleClicked</a></td>
99 <td>Private slot to handle a mouse button double click in the editor.</td> 99 <td>Private slot to handle a mouse button double click in the editor.</td>
100 </tr> 100 </tr>
101 <tr> 101 <tr>
102 <td><a href="#PythonAstViewer.__editorLanguageChanged">__editorLanguageChanged</a></td>
103 <td>Private slot to handle a change of the editor language.</td>
104 </tr>
105 <tr>
102 <td><a href="#PythonAstViewer.__editorSaved">__editorSaved</a></td> 106 <td><a href="#PythonAstViewer.__editorSaved">__editorSaved</a></td>
103 <td>Private slot to reload the AST after the connected editor was saved.</td> 107 <td>Private slot to reload the AST after the connected editor was saved.</td>
104 </tr> 108 </tr>
105 <tr> 109 <tr>
106 <td><a href="#PythonAstViewer.__findClosestContainingItem">__findClosestContainingItem</a></td> 110 <td><a href="#PythonAstViewer.__findClosestContainingItem">__findClosestContainingItem</a></td>
290 <dt><i>buttons</i> (Qt.MouseButtons)</dt> 294 <dt><i>buttons</i> (Qt.MouseButtons)</dt>
291 <dd> 295 <dd>
292 mouse buttons that were double clicked 296 mouse buttons that were double clicked
293 </dd> 297 </dd>
294 </dl> 298 </dl>
299 <a NAME="PythonAstViewer.__editorLanguageChanged" ID="PythonAstViewer.__editorLanguageChanged"></a>
300 <h4>PythonAstViewer.__editorLanguageChanged</h4>
301 <b>__editorLanguageChanged</b>(<i>editor</i>)
302
303 <p>
304 Private slot to handle a change of the editor language.
305 </p>
306 <dl>
307
308 <dt><i>editor</i> (Editor)</dt>
309 <dd>
310 reference to the editor which changed language
311 </dd>
312 </dl>
295 <a NAME="PythonAstViewer.__editorSaved" ID="PythonAstViewer.__editorSaved"></a> 313 <a NAME="PythonAstViewer.__editorSaved" ID="PythonAstViewer.__editorSaved"></a>
296 <h4>PythonAstViewer.__editorSaved</h4> 314 <h4>PythonAstViewer.__editorSaved</h4>
297 <b>__editorSaved</b>(<i>editor</i>) 315 <b>__editorSaved</b>(<i>editor</i>)
298 316
299 <p> 317 <p>

eric ide

mercurial