192 <td>Private slot to handle the bookmarkToggled signal.</td> |
192 <td>Private slot to handle the bookmarkToggled signal.</td> |
193 </tr><tr> |
193 </tr><tr> |
194 <td><a href="#ViewManager.__breakpointToggled">__breakpointToggled</a></td> |
194 <td><a href="#ViewManager.__breakpointToggled">__breakpointToggled</a></td> |
195 <td>Private slot to handle the breakpointToggled signal.</td> |
195 <td>Private slot to handle the breakpointToggled signal.</td> |
196 </tr><tr> |
196 </tr><tr> |
|
197 <td><a href="#ViewManager.__changeMarkersUpdated">__changeMarkersUpdated</a></td> |
|
198 <td>Private slot to handle the changeMarkersUpdated signal.</td> |
|
199 </tr><tr> |
197 <td><a href="#ViewManager.__clearAllBookmarks">__clearAllBookmarks</a></td> |
200 <td><a href="#ViewManager.__clearAllBookmarks">__clearAllBookmarks</a></td> |
198 <td>Private method to handle the clear all bookmarks action.</td> |
201 <td>Private method to handle the clear all bookmarks action.</td> |
199 </tr><tr> |
202 </tr><tr> |
200 <td><a href="#ViewManager.__clearAllSyntaxErrors">__clearAllSyntaxErrors</a></td> |
203 <td><a href="#ViewManager.__clearAllSyntaxErrors">__clearAllSyntaxErrors</a></td> |
201 <td>Private method to handle the clear all syntax errors action.</td> |
204 <td>Private method to handle the clear all syntax errors action.</td> |
393 <td>Private method to insert a new line below the current one even if cursor is not at the end of the line.</td> |
396 <td>Private method to insert a new line below the current one even if cursor is not at the end of the line.</td> |
394 </tr><tr> |
397 </tr><tr> |
395 <td><a href="#ViewManager.__nextBookmark">__nextBookmark</a></td> |
398 <td><a href="#ViewManager.__nextBookmark">__nextBookmark</a></td> |
396 <td>Private method to handle the next bookmark action.</td> |
399 <td>Private method to handle the next bookmark action.</td> |
397 </tr><tr> |
400 </tr><tr> |
|
401 <td><a href="#ViewManager.__nextChange">__nextChange</a></td> |
|
402 <td>Private method to handle the next change action.</td> |
|
403 </tr><tr> |
398 <td><a href="#ViewManager.__nextTask">__nextTask</a></td> |
404 <td><a href="#ViewManager.__nextTask">__nextTask</a></td> |
399 <td>Private method to handle the next task action.</td> |
405 <td>Private method to handle the next task action.</td> |
400 </tr><tr> |
406 </tr><tr> |
401 <td><a href="#ViewManager.__nextUncovered">__nextUncovered</a></td> |
407 <td><a href="#ViewManager.__nextUncovered">__nextUncovered</a></td> |
402 <td>Private method to handle the next uncovered action.</td> |
408 <td>Private method to handle the next uncovered action.</td> |
411 <td>Private method to preview the contents of the current editor in a web browser.</td> |
417 <td>Private method to preview the contents of the current editor in a web browser.</td> |
412 </tr><tr> |
418 </tr><tr> |
413 <td><a href="#ViewManager.__previousBookmark">__previousBookmark</a></td> |
419 <td><a href="#ViewManager.__previousBookmark">__previousBookmark</a></td> |
414 <td>Private method to handle the previous bookmark action.</td> |
420 <td>Private method to handle the previous bookmark action.</td> |
415 </tr><tr> |
421 </tr><tr> |
|
422 <td><a href="#ViewManager.__previousChange">__previousChange</a></td> |
|
423 <td>Private method to handle the previous change action.</td> |
|
424 </tr><tr> |
416 <td><a href="#ViewManager.__previousTask">__previousTask</a></td> |
425 <td><a href="#ViewManager.__previousTask">__previousTask</a></td> |
417 <td>Private method to handle the previous task action.</td> |
426 <td>Private method to handle the previous task action.</td> |
418 </tr><tr> |
427 </tr><tr> |
419 <td><a href="#ViewManager.__previousUncovered">__previousUncovered</a></td> |
428 <td><a href="#ViewManager.__previousUncovered">__previousUncovered</a></td> |
420 <td>Private method to handle the previous uncovered action.</td> |
429 <td>Private method to handle the previous uncovered action.</td> |
502 </tr><tr> |
511 </tr><tr> |
503 <td><a href="#ViewManager.__splitView">__splitView</a></td> |
512 <td><a href="#ViewManager.__splitView">__splitView</a></td> |
504 <td>Private method to handle the split view action.</td> |
513 <td>Private method to handle the split view action.</td> |
505 </tr><tr> |
514 </tr><tr> |
506 <td><a href="#ViewManager.__taskMarkersUpdated">__taskMarkersUpdated</a></td> |
515 <td><a href="#ViewManager.__taskMarkersUpdated">__taskMarkersUpdated</a></td> |
507 <td>Protected slot to handle the taskMarkersUpdated signal.</td> |
516 <td>Private slot to handle the taskMarkersUpdated signal.</td> |
508 </tr><tr> |
517 </tr><tr> |
509 <td><a href="#ViewManager.__toggleAll">__toggleAll</a></td> |
518 <td><a href="#ViewManager.__toggleAll">__toggleAll</a></td> |
510 <td>Private method to handle the toggle all folds action.</td> |
519 <td>Private method to handle the toggle all folds action.</td> |
511 </tr><tr> |
520 </tr><tr> |
512 <td><a href="#ViewManager.__toggleAllChildren">__toggleAllChildren</a></td> |
521 <td><a href="#ViewManager.__toggleAllChildren">__toggleAllChildren</a></td> |
884 </p><dl> |
893 </p><dl> |
885 <dt><i>editor</i></dt> |
894 <dt><i>editor</i></dt> |
886 <dd> |
895 <dd> |
887 editor that sent the signal |
896 editor that sent the signal |
888 </dd> |
897 </dd> |
|
898 </dl><a NAME="ViewManager.__changeMarkersUpdated" ID="ViewManager.__changeMarkersUpdated"></a> |
|
899 <h4>ViewManager.__changeMarkersUpdated</h4> |
|
900 <b>__changeMarkersUpdated</b>(<i>editor</i>) |
|
901 <p> |
|
902 Private slot to handle the changeMarkersUpdated signal. |
|
903 </p><dl> |
|
904 <dt><i>editor</i></dt> |
|
905 <dd> |
|
906 editor that sent the signal |
|
907 </dd> |
889 </dl><a NAME="ViewManager.__clearAllBookmarks" ID="ViewManager.__clearAllBookmarks"></a> |
908 </dl><a NAME="ViewManager.__clearAllBookmarks" ID="ViewManager.__clearAllBookmarks"></a> |
890 <h4>ViewManager.__clearAllBookmarks</h4> |
909 <h4>ViewManager.__clearAllBookmarks</h4> |
891 <b>__clearAllBookmarks</b>(<i></i>) |
910 <b>__clearAllBookmarks</b>(<i></i>) |
892 <p> |
911 <p> |
893 Private method to handle the clear all bookmarks action. |
912 Private method to handle the clear all bookmarks action. |
1260 </p><a NAME="ViewManager.__nextBookmark" ID="ViewManager.__nextBookmark"></a> |
1279 </p><a NAME="ViewManager.__nextBookmark" ID="ViewManager.__nextBookmark"></a> |
1261 <h4>ViewManager.__nextBookmark</h4> |
1280 <h4>ViewManager.__nextBookmark</h4> |
1262 <b>__nextBookmark</b>(<i></i>) |
1281 <b>__nextBookmark</b>(<i></i>) |
1263 <p> |
1282 <p> |
1264 Private method to handle the next bookmark action. |
1283 Private method to handle the next bookmark action. |
|
1284 </p><a NAME="ViewManager.__nextChange" ID="ViewManager.__nextChange"></a> |
|
1285 <h4>ViewManager.__nextChange</h4> |
|
1286 <b>__nextChange</b>(<i></i>) |
|
1287 <p> |
|
1288 Private method to handle the next change action. |
1265 </p><a NAME="ViewManager.__nextTask" ID="ViewManager.__nextTask"></a> |
1289 </p><a NAME="ViewManager.__nextTask" ID="ViewManager.__nextTask"></a> |
1266 <h4>ViewManager.__nextTask</h4> |
1290 <h4>ViewManager.__nextTask</h4> |
1267 <b>__nextTask</b>(<i></i>) |
1291 <b>__nextTask</b>(<i></i>) |
1268 <p> |
1292 <p> |
1269 Private method to handle the next task action. |
1293 Private method to handle the next task action. |
1295 </p><a NAME="ViewManager.__previousBookmark" ID="ViewManager.__previousBookmark"></a> |
1319 </p><a NAME="ViewManager.__previousBookmark" ID="ViewManager.__previousBookmark"></a> |
1296 <h4>ViewManager.__previousBookmark</h4> |
1320 <h4>ViewManager.__previousBookmark</h4> |
1297 <b>__previousBookmark</b>(<i></i>) |
1321 <b>__previousBookmark</b>(<i></i>) |
1298 <p> |
1322 <p> |
1299 Private method to handle the previous bookmark action. |
1323 Private method to handle the previous bookmark action. |
|
1324 </p><a NAME="ViewManager.__previousChange" ID="ViewManager.__previousChange"></a> |
|
1325 <h4>ViewManager.__previousChange</h4> |
|
1326 <b>__previousChange</b>(<i></i>) |
|
1327 <p> |
|
1328 Private method to handle the previous change action. |
1300 </p><a NAME="ViewManager.__previousTask" ID="ViewManager.__previousTask"></a> |
1329 </p><a NAME="ViewManager.__previousTask" ID="ViewManager.__previousTask"></a> |
1301 <h4>ViewManager.__previousTask</h4> |
1330 <h4>ViewManager.__previousTask</h4> |
1302 <b>__previousTask</b>(<i></i>) |
1331 <b>__previousTask</b>(<i></i>) |
1303 <p> |
1332 <p> |
1304 Private method to handle the previous task action. |
1333 Private method to handle the previous task action. |
1489 Private method to handle the split view action. |
1518 Private method to handle the split view action. |
1490 </p><a NAME="ViewManager.__taskMarkersUpdated" ID="ViewManager.__taskMarkersUpdated"></a> |
1519 </p><a NAME="ViewManager.__taskMarkersUpdated" ID="ViewManager.__taskMarkersUpdated"></a> |
1491 <h4>ViewManager.__taskMarkersUpdated</h4> |
1520 <h4>ViewManager.__taskMarkersUpdated</h4> |
1492 <b>__taskMarkersUpdated</b>(<i>editor</i>) |
1521 <b>__taskMarkersUpdated</b>(<i>editor</i>) |
1493 <p> |
1522 <p> |
1494 Protected slot to handle the taskMarkersUpdated signal. |
1523 Private slot to handle the taskMarkersUpdated signal. |
1495 </p><dl> |
1524 </p><dl> |
1496 <dt><i>editor</i></dt> |
1525 <dt><i>editor</i></dt> |
1497 <dd> |
1526 <dd> |
1498 editor that sent the signal |
1527 editor that sent the signal |
1499 </dd> |
1528 </dd> |