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

branch
eric7
changeset 10684
58c7f23ae1cb
parent 10479
856476537696
child 10692
9becf9ca115c
equal deleted inserted replaced
10683:779cda568acb 10684:58c7f23ae1cb
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>

eric ide

mercurial