Documentation/Source/eric5.ViewManager.ViewManager.html

changeset 155
375e3c884874
parent 128
13e96bd0f5a5
child 156
478787b5607e
equal deleted inserted replaced
154:25d288e43a6c 155:375e3c884874
414 <td>Private slot to handle the quickFindPrev toolbutton action.</td> 414 <td>Private slot to handle the quickFindPrev toolbutton action.</td>
415 </tr><tr> 415 </tr><tr>
416 <td><a href="#ViewManager.__quickSearchText">__quickSearchText</a></td> 416 <td><a href="#ViewManager.__quickSearchText">__quickSearchText</a></td>
417 <td>Private slot to handle the textChanged signal of the quicksearch edit.</td> 417 <td>Private slot to handle the textChanged signal of the quicksearch edit.</td>
418 </tr><tr> 418 </tr><tr>
419 <td><a href="#ViewManager.__receive">__receive</a></td>
420 <td>Private slot to handle received editor commands.</td>
421 </tr><tr>
419 <td><a href="#ViewManager.__replace">__replace</a></td> 422 <td><a href="#ViewManager.__replace">__replace</a></td>
420 <td>Private method to handle the replace action.</td> 423 <td>Private method to handle the replace action.</td>
421 </tr><tr> 424 </tr><tr>
422 <td><a href="#ViewManager.__replaceFiles">__replaceFiles</a></td> 425 <td><a href="#ViewManager.__replaceFiles">__replaceFiles</a></td>
423 <td>Private method to handle the replace in files action.</td> 426 <td>Private method to handle the replace in files action.</td>
731 <td><a href="#ViewManager.saveEditorToProjectEd">saveEditorToProjectEd</a></td> 734 <td><a href="#ViewManager.saveEditorToProjectEd">saveEditorToProjectEd</a></td>
732 <td>Public slot to save the contents of an editor to the current project.</td> 735 <td>Public slot to save the contents of an editor to the current project.</td>
733 </tr><tr> 736 </tr><tr>
734 <td><a href="#ViewManager.saveEditorsList">saveEditorsList</a></td> 737 <td><a href="#ViewManager.saveEditorsList">saveEditorsList</a></td>
735 <td>Public slot to save a list of editors.</td> 738 <td>Public slot to save a list of editors.</td>
739 </tr><tr>
740 <td><a href="#ViewManager.send">send</a></td>
741 <td>Public method to send an editor command to remote editors.</td>
736 </tr><tr> 742 </tr><tr>
737 <td><a href="#ViewManager.setEditorName">setEditorName</a></td> 743 <td><a href="#ViewManager.setEditorName">setEditorName</a></td>
738 <td>Public method to change the displayed name of the editor.</td> 744 <td>Public method to change the displayed name of the editor.</td>
739 </tr><tr> 745 </tr><tr>
740 <td><a href="#ViewManager.setFileLine">setFileLine</a></td> 746 <td><a href="#ViewManager.setFileLine">setFileLine</a></td>
1273 </p><a NAME="ViewManager.__quickSearchText" ID="ViewManager.__quickSearchText"></a> 1279 </p><a NAME="ViewManager.__quickSearchText" ID="ViewManager.__quickSearchText"></a>
1274 <h4>ViewManager.__quickSearchText</h4> 1280 <h4>ViewManager.__quickSearchText</h4>
1275 <b>__quickSearchText</b>(<i></i>) 1281 <b>__quickSearchText</b>(<i></i>)
1276 <p> 1282 <p>
1277 Private slot to handle the textChanged signal of the quicksearch edit. 1283 Private slot to handle the textChanged signal of the quicksearch edit.
1278 </p><a NAME="ViewManager.__replace" ID="ViewManager.__replace"></a> 1284 </p><a NAME="ViewManager.__receive" ID="ViewManager.__receive"></a>
1285 <h4>ViewManager.__receive</h4>
1286 <b>__receive</b>(<i>hash, fileName, command</i>)
1287 <p>
1288 Private slot to handle received editor commands.
1289 </p><dl>
1290 <dt><i>hash</i></dt>
1291 <dd>
1292 hash of the project (string)
1293 </dd><dt><i>fileName</i></dt>
1294 <dd>
1295 project relative file name of the editor (string)
1296 </dd><dt><i>command</i></dt>
1297 <dd>
1298 command string (string)
1299 </dd>
1300 </dl><a NAME="ViewManager.__replace" ID="ViewManager.__replace"></a>
1279 <h4>ViewManager.__replace</h4> 1301 <h4>ViewManager.__replace</h4>
1280 <b>__replace</b>(<i></i>) 1302 <b>__replace</b>(<i></i>)
1281 <p> 1303 <p>
1282 Private method to handle the replace action. 1304 Private method to handle the replace action.
1283 </p><a NAME="ViewManager.__replaceFiles" ID="ViewManager.__replaceFiles"></a> 1305 </p><a NAME="ViewManager.__replaceFiles" ID="ViewManager.__replaceFiles"></a>
2344 </p><dl> 2366 </p><dl>
2345 <dt><i>editors</i></dt> 2367 <dt><i>editors</i></dt>
2346 <dd> 2368 <dd>
2347 list of editors to be saved 2369 list of editors to be saved
2348 </dd> 2370 </dd>
2371 </dl><a NAME="ViewManager.send" ID="ViewManager.send"></a>
2372 <h4>ViewManager.send</h4>
2373 <b>send</b>(<i>fileName, message</i>)
2374 <p>
2375 Public method to send an editor command to remote editors.
2376 </p><dl>
2377 <dt><i>fileName</i></dt>
2378 <dd>
2379 file name of the editor (string)
2380 </dd><dt><i>message</i></dt>
2381 <dd>
2382 command message to be sent (string)
2383 </dd>
2349 </dl><a NAME="ViewManager.setEditorName" ID="ViewManager.setEditorName"></a> 2384 </dl><a NAME="ViewManager.setEditorName" ID="ViewManager.setEditorName"></a>
2350 <h4>ViewManager.setEditorName</h4> 2385 <h4>ViewManager.setEditorName</h4>
2351 <b>setEditorName</b>(<i>editor, newName</i>) 2386 <b>setEditorName</b>(<i>editor, newName</i>)
2352 <p> 2387 <p>
2353 Public method to change the displayed name of the editor. 2388 Public method to change the displayed name of the editor.

eric ide

mercurial