261 reference to the current editor |
261 reference to the current editor |
262 </dd> |
262 </dd> |
263 </dl> |
263 </dl> |
264 <a NAME="PythonAstViewer.__editorDoubleClicked" ID="PythonAstViewer.__editorDoubleClicked"></a> |
264 <a NAME="PythonAstViewer.__editorDoubleClicked" ID="PythonAstViewer.__editorDoubleClicked"></a> |
265 <h4>PythonAstViewer.__editorDoubleClicked</h4> |
265 <h4>PythonAstViewer.__editorDoubleClicked</h4> |
266 <b>__editorDoubleClicked</b>(<i>editor, pos, buttons</i>) |
266 <b>__editorDoubleClicked</b>(<i>editor, _pos, buttons</i>) |
267 <p> |
267 <p> |
268 Private slot to handle a mouse button double click in the editor. |
268 Private slot to handle a mouse button double click in the editor. |
269 </p> |
269 </p> |
270 |
270 |
271 <dl> |
271 <dl> |
272 |
272 |
273 <dt><i>editor</i> (Editor)</dt> |
273 <dt><i>editor</i> (Editor)</dt> |
274 <dd> |
274 <dd> |
275 reference to the editor, that emitted the signal |
275 reference to the editor, that emitted the signal |
276 </dd> |
276 </dd> |
277 <dt><i>pos</i> (QPoint)</dt> |
277 <dt><i>_pos</i> (QPoint)</dt> |
278 <dd> |
278 <dd> |
279 position of the double click |
279 position of the double click (unused) |
280 </dd> |
280 </dd> |
281 <dt><i>buttons</i> (Qt.MouseButton)</dt> |
281 <dt><i>buttons</i> (Qt.MouseButton)</dt> |
282 <dd> |
282 <dd> |
283 mouse buttons that were double clicked |
283 mouse buttons that were double clicked |
284 </dd> |
284 </dd> |