452 <td>Private method to handle the previous uncovered action.</td> |
452 <td>Private method to handle the previous uncovered action.</td> |
453 </tr><tr> |
453 </tr><tr> |
454 <td><a href="#ViewManager.__previousWarning">__previousWarning</a></td> |
454 <td><a href="#ViewManager.__previousWarning">__previousWarning</a></td> |
455 <td>Private method to handle the previous warning action.</td> |
455 <td>Private method to handle the previous warning action.</td> |
456 </tr><tr> |
456 </tr><tr> |
|
457 <td><a href="#ViewManager.__processSSI">__processSSI</a></td> |
|
458 <td>Private method to process the given text for SSI statements.</td> |
|
459 </tr><tr> |
457 <td><a href="#ViewManager.__quickSearch">__quickSearch</a></td> |
460 <td><a href="#ViewManager.__quickSearch">__quickSearch</a></td> |
458 <td>Private slot to handle the incremental quick search.</td> |
461 <td>Private slot to handle the incremental quick search.</td> |
459 </tr><tr> |
462 </tr><tr> |
460 <td><a href="#ViewManager.__quickSearchEnter">__quickSearchEnter</a></td> |
463 <td><a href="#ViewManager.__quickSearchEnter">__quickSearchEnter</a></td> |
461 <td>Private slot to handle the incremental quick search return pressed (jump back to text)</td> |
464 <td>Private slot to handle the incremental quick search return pressed (jump back to text)</td> |
1429 </p><a NAME="ViewManager.__previousWarning" ID="ViewManager.__previousWarning"></a> |
1432 </p><a NAME="ViewManager.__previousWarning" ID="ViewManager.__previousWarning"></a> |
1430 <h4>ViewManager.__previousWarning</h4> |
1433 <h4>ViewManager.__previousWarning</h4> |
1431 <b>__previousWarning</b>(<i></i>) |
1434 <b>__previousWarning</b>(<i></i>) |
1432 <p> |
1435 <p> |
1433 Private method to handle the previous warning action. |
1436 Private method to handle the previous warning action. |
1434 </p><a NAME="ViewManager.__quickSearch" ID="ViewManager.__quickSearch"></a> |
1437 </p><a NAME="ViewManager.__processSSI" ID="ViewManager.__processSSI"></a> |
|
1438 <h4>ViewManager.__processSSI</h4> |
|
1439 <b>__processSSI</b>(<i>txt, filename, root</i>) |
|
1440 <p> |
|
1441 Private method to process the given text for SSI statements. |
|
1442 </p><p> |
|
1443 Note: Only a limited subset of SSI statements are supported. |
|
1444 </p><dl> |
|
1445 <dt><i>txt</i></dt> |
|
1446 <dd> |
|
1447 text to be processed (string) |
|
1448 </dd><dt><i>filename</i></dt> |
|
1449 <dd> |
|
1450 name of the file associated with the given text (string) |
|
1451 </dd><dt><i>root</i></dt> |
|
1452 <dd> |
|
1453 directory of the document root (string) |
|
1454 </dd> |
|
1455 </dl><dl> |
|
1456 <dt>Returns:</dt> |
|
1457 <dd> |
|
1458 processed text (string) |
|
1459 </dd> |
|
1460 </dl><a NAME="ViewManager.__quickSearch" ID="ViewManager.__quickSearch"></a> |
1435 <h4>ViewManager.__quickSearch</h4> |
1461 <h4>ViewManager.__quickSearch</h4> |
1436 <b>__quickSearch</b>(<i></i>) |
1462 <b>__quickSearch</b>(<i></i>) |
1437 <p> |
1463 <p> |
1438 Private slot to handle the incremental quick search. |
1464 Private slot to handle the incremental quick search. |
1439 </p><a NAME="ViewManager.__quickSearchEnter" ID="ViewManager.__quickSearchEnter"></a> |
1465 </p><a NAME="ViewManager.__quickSearchEnter" ID="ViewManager.__quickSearchEnter"></a> |