Documentation/Source/eric6.ViewManager.ViewManager.html

changeset 6123
39cd368143db
parent 6052
8b49d3e0b4c8
child 6209
05b9989c1977
equal deleted inserted replaced
6122:e7d98249f393 6123:39cd368143db
1106 <dd> 1106 <dd>
1107 flag indicating whether the markers were shown or cleared 1107 flag indicating whether the markers were shown or cleared
1108 </dd> 1108 </dd>
1109 </dl><a NAME="ViewManager.__cursorChanged" ID="ViewManager.__cursorChanged"></a> 1109 </dl><a NAME="ViewManager.__cursorChanged" ID="ViewManager.__cursorChanged"></a>
1110 <h4>ViewManager.__cursorChanged</h4> 1110 <h4>ViewManager.__cursorChanged</h4>
1111 <b>__cursorChanged</b>(<i>fn, line, pos</i>) 1111 <b>__cursorChanged</b>(<i>fn, line, pos, editor</i>)
1112 <p> 1112 <p>
1113 Private slot to handle the cursorChanged signal. 1113 Private slot to handle the cursorChanged signal.
1114 </p><p> 1114 </p><p>
1115 It emits the signal cursorChanged with parameter editor. 1115 It emits the signal cursorChanged with parameter editor.
1116 </p><dl> 1116 </p><dl>
1117 <dt><i>fn</i></dt> 1117 <dt><i>fn</i> (str)</dt>
1118 <dd> 1118 <dd>
1119 filename (string) 1119 filename
1120 </dd><dt><i>line</i></dt> 1120 </dd><dt><i>line</i> (int)</dt>
1121 <dd> 1121 <dd>
1122 line number of the cursor (int) 1122 line number of the cursor
1123 </dd><dt><i>pos</i></dt> 1123 </dd><dt><i>pos</i> (int)</dt>
1124 <dd> 1124 <dd>
1125 position in line of the cursor (int) 1125 position in line of the cursor
1126 </dd><dt><i>editor</i> (Editor)</dt>
1127 <dd>
1128 reference to the editor
1126 </dd> 1129 </dd>
1127 </dl><a NAME="ViewManager.__editAutoComplete" ID="ViewManager.__editAutoComplete"></a> 1130 </dl><a NAME="ViewManager.__editAutoComplete" ID="ViewManager.__editAutoComplete"></a>
1128 <h4>ViewManager.__editAutoComplete</h4> 1131 <h4>ViewManager.__editAutoComplete</h4>
1129 <b>__editAutoComplete</b>(<i></i>) 1132 <b>__editAutoComplete</b>(<i></i>)
1130 <p> 1133 <p>
1289 <b>__editUserPWL</b>(<i></i>) 1292 <b>__editUserPWL</b>(<i></i>)
1290 <p> 1293 <p>
1291 Private slot to edit the user word list. 1294 Private slot to edit the user word list.
1292 </p><a NAME="ViewManager.__editorAutoCompletionAPIsAvailable" ID="ViewManager.__editorAutoCompletionAPIsAvailable"></a> 1295 </p><a NAME="ViewManager.__editorAutoCompletionAPIsAvailable" ID="ViewManager.__editorAutoCompletionAPIsAvailable"></a>
1293 <h4>ViewManager.__editorAutoCompletionAPIsAvailable</h4> 1296 <h4>ViewManager.__editorAutoCompletionAPIsAvailable</h4>
1294 <b>__editorAutoCompletionAPIsAvailable</b>(<i>available</i>) 1297 <b>__editorAutoCompletionAPIsAvailable</b>(<i>available, editor</i>)
1295 <p> 1298 <p>
1296 Private method to handle the availability of API autocompletion signal. 1299 Private method to handle the availability of API autocompletion signal.
1297 </p><dl> 1300 </p><dl>
1298 <dt><i>available</i></dt> 1301 <dt><i>available</i> (bool)</dt>
1299 <dd> 1302 <dd>
1300 flag indicating the availability of API 1303 flag indicating the availability of API
1301 autocompletion (boolean) 1304 autocompletion
1305 </dd><dt><i>editor</i> (Editor)</dt>
1306 <dd>
1307 reference to the editor
1302 </dd> 1308 </dd>
1303 </dl><a NAME="ViewManager.__editorCommand" ID="ViewManager.__editorCommand"></a> 1309 </dl><a NAME="ViewManager.__editorCommand" ID="ViewManager.__editorCommand"></a>
1304 <h4>ViewManager.__editorCommand</h4> 1310 <h4>ViewManager.__editorCommand</h4>
1305 <b>__editorCommand</b>(<i>cmd</i>) 1311 <b>__editorCommand</b>(<i>cmd</i>)
1306 <p> 1312 <p>
1310 <dd> 1316 <dd>
1311 the scintilla command to be sent 1317 the scintilla command to be sent
1312 </dd> 1318 </dd>
1313 </dl><a NAME="ViewManager.__editorConfigChanged" ID="ViewManager.__editorConfigChanged"></a> 1319 </dl><a NAME="ViewManager.__editorConfigChanged" ID="ViewManager.__editorConfigChanged"></a>
1314 <h4>ViewManager.__editorConfigChanged</h4> 1320 <h4>ViewManager.__editorConfigChanged</h4>
1315 <b>__editorConfigChanged</b>(<i></i>) 1321 <b>__editorConfigChanged</b>(<i>editor</i>)
1316 <p> 1322 <p>
1317 Private slot to handle changes of an editor's configuration. 1323 Private slot to handle changes of an editor's configuration.
1318 </p><a NAME="ViewManager.__editorOpened" ID="ViewManager.__editorOpened"></a> 1324 </p><dl>
1325 <dt><i>editor</i> (Editor)</dt>
1326 <dd>
1327 reference to the editor
1328 </dd>
1329 </dl><a NAME="ViewManager.__editorOpened" ID="ViewManager.__editorOpened"></a>
1319 <h4>ViewManager.__editorOpened</h4> 1330 <h4>ViewManager.__editorOpened</h4>
1320 <b>__editorOpened</b>(<i></i>) 1331 <b>__editorOpened</b>(<i></i>)
1321 <p> 1332 <p>
1322 Private slot to handle the editorOpened signal. 1333 Private slot to handle the editorOpened signal.
1323 </p><a NAME="ViewManager.__editorRenamed" ID="ViewManager.__editorRenamed"></a> 1334 </p><a NAME="ViewManager.__editorRenamed" ID="ViewManager.__editorRenamed"></a>
1324 <h4>ViewManager.__editorRenamed</h4> 1335 <h4>ViewManager.__editorRenamed</h4>
1325 <b>__editorRenamed</b>(<i>fn</i>) 1336 <b>__editorRenamed</b>(<i>fn, editor</i>)
1326 <p> 1337 <p>
1327 Private slot to handle the editorRenamed signal. 1338 Private slot to handle the editorRenamed signal.
1328 </p><p> 1339 </p><p>
1329 It simply reemits the signal. 1340 It simply re-emits the signal.
1330 </p><dl> 1341 </p><dl>
1331 <dt><i>fn</i></dt> 1342 <dt><i>fn</i> (str)</dt>
1332 <dd> 1343 <dd>
1333 filename of the renamed editor (string) 1344 filename of the renamed editor
1345 </dd><dt><i>editor</i> (Editor)</dt>
1346 <dd>
1347 reference to the editor
1334 </dd> 1348 </dd>
1335 </dl><a NAME="ViewManager.__editorSaved" ID="ViewManager.__editorSaved"></a> 1349 </dl><a NAME="ViewManager.__editorSaved" ID="ViewManager.__editorSaved"></a>
1336 <h4>ViewManager.__editorSaved</h4> 1350 <h4>ViewManager.__editorSaved</h4>
1337 <b>__editorSaved</b>(<i>fn</i>) 1351 <b>__editorSaved</b>(<i>fn, editor</i>)
1338 <p> 1352 <p>
1339 Private slot to handle the editorSaved signal. 1353 Private slot to handle the editorSaved signal.
1340 </p><p> 1354 </p><p>
1341 It simply reemits the signal. 1355 It simply re-emits the signal.
1342 </p><dl> 1356 </p><dl>
1343 <dt><i>fn</i></dt> 1357 <dt><i>fn</i> (str)</dt>
1344 <dd> 1358 <dd>
1345 filename of the saved editor (string) 1359 filename of the saved editor
1360 </dd><dt><i>editor</i> (Editor)</dt>
1361 <dd>
1362 reference to the editor
1346 </dd> 1363 </dd>
1347 </dl><a NAME="ViewManager.__editorSelectionChanged" ID="ViewManager.__editorSelectionChanged"></a> 1364 </dl><a NAME="ViewManager.__editorSelectionChanged" ID="ViewManager.__editorSelectionChanged"></a>
1348 <h4>ViewManager.__editorSelectionChanged</h4> 1365 <h4>ViewManager.__editorSelectionChanged</h4>
1349 <b>__editorSelectionChanged</b>(<i></i>) 1366 <b>__editorSelectionChanged</b>(<i>editor</i>)
1350 <p> 1367 <p>
1351 Private slot to handle changes of the current editors selection. 1368 Private slot to handle changes of the current editors selection.
1352 </p><a NAME="ViewManager.__enableSpellingActions" ID="ViewManager.__enableSpellingActions"></a> 1369 </p><dl>
1370 <dt><i>editor</i> (Editor)</dt>
1371 <dd>
1372 reference to the editor
1373 </dd>
1374 </dl><a NAME="ViewManager.__enableSpellingActions" ID="ViewManager.__enableSpellingActions"></a>
1353 <h4>ViewManager.__enableSpellingActions</h4> 1375 <h4>ViewManager.__enableSpellingActions</h4>
1354 <b>__enableSpellingActions</b>(<i></i>) 1376 <b>__enableSpellingActions</b>(<i></i>)
1355 <p> 1377 <p>
1356 Private method to set the enabled state of the spelling actions. 1378 Private method to set the enabled state of the spelling actions.
1357 </p><a NAME="ViewManager.__eolPixmap" ID="ViewManager.__eolPixmap"></a> 1379 </p><a NAME="ViewManager.__eolPixmap" ID="ViewManager.__eolPixmap"></a>
3349 flag indicating only the current editor should be 3371 flag indicating only the current editor should be
3350 unhighlighted (boolean) 3372 unhighlighted (boolean)
3351 </dd> 3373 </dd>
3352 </dl><a NAME="ViewManager.zoomValueChanged" ID="ViewManager.zoomValueChanged"></a> 3374 </dl><a NAME="ViewManager.zoomValueChanged" ID="ViewManager.zoomValueChanged"></a>
3353 <h4>ViewManager.zoomValueChanged</h4> 3375 <h4>ViewManager.zoomValueChanged</h4>
3354 <b>zoomValueChanged</b>(<i>value</i>) 3376 <b>zoomValueChanged</b>(<i>value, zoomingWidget</i>)
3355 <p> 3377 <p>
3356 Public slot to handle changes of the zoom value. 3378 Public slot to handle changes of the zoom value.
3357 </p><dl> 3379 </p><dl>
3358 <dt><i>value</i></dt> 3380 <dt><i>value</i> (int)</dt>
3359 <dd> 3381 <dd>
3360 new zoom value (integer) 3382 new zoom value
3383 </dd><dt><i>zoomingWidget</i> (Editor or Shell)</dt>
3384 <dd>
3385 reference to the widget triggering the slot
3361 </dd> 3386 </dd>
3362 </dl> 3387 </dl>
3363 <div align="right"><a href="#top">Up</a></div> 3388 <div align="right"><a href="#top">Up</a></div>
3364 <hr /> 3389 <hr />
3365 </body></html> 3390 </body></html>

eric ide

mercurial