80 <td><a href="#PythonAstViewer.__editorChanged">__editorChanged</a></td> |
80 <td><a href="#PythonAstViewer.__editorChanged">__editorChanged</a></td> |
81 <td>Private slot to handle a change of the current editor.</td> |
81 <td>Private slot to handle a change of the current editor.</td> |
82 </tr> |
82 </tr> |
83 <tr> |
83 <tr> |
84 <td><a href="#PythonAstViewer.__editorDoubleClicked">__editorDoubleClicked</a></td> |
84 <td><a href="#PythonAstViewer.__editorDoubleClicked">__editorDoubleClicked</a></td> |
85 <td></td> |
85 <td>Private slot to handle a mouse button double click in the editor.</td> |
86 </tr> |
86 </tr> |
87 <tr> |
87 <tr> |
88 <td><a href="#PythonAstViewer.__editorLanguageChanged">__editorLanguageChanged</a></td> |
88 <td><a href="#PythonAstViewer.__editorLanguageChanged">__editorLanguageChanged</a></td> |
89 <td>Private slot to handle a change of the editor language.</td> |
89 <td>Private slot to handle a change of the editor language.</td> |
90 </tr> |
90 </tr> |
262 </dl> |
262 </dl> |
263 <a NAME="PythonAstViewer.__editorDoubleClicked" ID="PythonAstViewer.__editorDoubleClicked"></a> |
263 <a NAME="PythonAstViewer.__editorDoubleClicked" ID="PythonAstViewer.__editorDoubleClicked"></a> |
264 <h4>PythonAstViewer.__editorDoubleClicked</h4> |
264 <h4>PythonAstViewer.__editorDoubleClicked</h4> |
265 <b>__editorDoubleClicked</b>(<i>editor, pos, buttons</i>) |
265 <b>__editorDoubleClicked</b>(<i>editor, pos, buttons</i>) |
266 |
266 |
|
267 <p> |
|
268 Private slot to handle a mouse button double click in the editor. |
|
269 </p> |
|
270 <dl> |
|
271 |
|
272 <dt><i>editor</i> (Editor)</dt> |
|
273 <dd> |
|
274 reference to the editor, that emitted the signal |
|
275 </dd> |
|
276 <dt><i>pos</i> (QPoint)</dt> |
|
277 <dd> |
|
278 position of the double click |
|
279 </dd> |
|
280 <dt><i>buttons</i> (Qt.MouseButton)</dt> |
|
281 <dd> |
|
282 mouse buttons that were double clicked |
|
283 </dd> |
|
284 </dl> |
267 <a NAME="PythonAstViewer.__editorLanguageChanged" ID="PythonAstViewer.__editorLanguageChanged"></a> |
285 <a NAME="PythonAstViewer.__editorLanguageChanged" ID="PythonAstViewer.__editorLanguageChanged"></a> |
268 <h4>PythonAstViewer.__editorLanguageChanged</h4> |
286 <h4>PythonAstViewer.__editorLanguageChanged</h4> |
269 <b>__editorLanguageChanged</b>(<i>editor</i>) |
287 <b>__editorLanguageChanged</b>(<i>editor</i>) |
270 |
288 |
271 <p> |
289 <p> |