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

branch
eric7
changeset 10070
9f5758c0fec1
parent 9209
b99e7fd55fd3
child 10259
b51dfacef37f
equal deleted inserted replaced
10069:435cc5875135 10070:9f5758c0fec1
132 <td><a href="#PythonDisViewer.__editorLanguageChanged">__editorLanguageChanged</a></td> 132 <td><a href="#PythonDisViewer.__editorLanguageChanged">__editorLanguageChanged</a></td>
133 <td>Private slot to handle a change of the editor language.</td> 133 <td>Private slot to handle a change of the editor language.</td>
134 </tr> 134 </tr>
135 <tr> 135 <tr>
136 <td><a href="#PythonDisViewer.__editorLineChanged">__editorLineChanged</a></td> 136 <td><a href="#PythonDisViewer.__editorLineChanged">__editorLineChanged</a></td>
137 <td>Private slot to handle a mouse button double click in the editor.</td> 137 <td></td>
138 </tr> 138 </tr>
139 <tr> 139 <tr>
140 <td><a href="#PythonDisViewer.__editorSaved">__editorSaved</a></td> 140 <td><a href="#PythonDisViewer.__editorSaved">__editorSaved</a></td>
141 <td>Private slot to reload the Disassembly after the connected editor was saved.</td> 141 <td>Private slot to reload the Disassembly after the connected editor was saved.</td>
142 </tr> 142 </tr>
513 </dl> 513 </dl>
514 <a NAME="PythonDisViewer.__editorLineChanged" ID="PythonDisViewer.__editorLineChanged"></a> 514 <a NAME="PythonDisViewer.__editorLineChanged" ID="PythonDisViewer.__editorLineChanged"></a>
515 <h4>PythonDisViewer.__editorLineChanged</h4> 515 <h4>PythonDisViewer.__editorLineChanged</h4>
516 <b>__editorLineChanged</b>(<i>editor, lineno</i>) 516 <b>__editorLineChanged</b>(<i>editor, lineno</i>)
517 517
518 <p>
519 Private slot to handle a mouse button double click in the editor.
520 </p>
521 <dl>
522
523 <dt><i>editor</i> (Editor)</dt>
524 <dd>
525 reference to the editor, that emitted the signal
526 </dd>
527 <dt><i>lineno</i> (int)</dt>
528 <dd>
529 line number of the editor's cursor (zero based)
530 </dd>
531 </dl>
532 <a NAME="PythonDisViewer.__editorSaved" ID="PythonDisViewer.__editorSaved"></a> 518 <a NAME="PythonDisViewer.__editorSaved" ID="PythonDisViewer.__editorSaved"></a>
533 <h4>PythonDisViewer.__editorSaved</h4> 519 <h4>PythonDisViewer.__editorSaved</h4>
534 <b>__editorSaved</b>(<i>editor</i>) 520 <b>__editorSaved</b>(<i>editor</i>)
535 521
536 <p> 522 <p>

eric ide

mercurial