src/eric7/Documentation/Source/eric7.ViewManager.ViewManager.html

branch
eric7
changeset 10685
a9134b4e8ed0
parent 10677
6ee2e475490c
child 10692
9becf9ca115c
equal deleted inserted replaced
10684:58c7f23ae1cb 10685:a9134b4e8ed0
718 <tr> 718 <tr>
719 <td><a href="#ViewManager.__watchedFileChanged">__watchedFileChanged</a></td> 719 <td><a href="#ViewManager.__watchedFileChanged">__watchedFileChanged</a></td>
720 <td>Private slot handling a file has been modified, renamed or removed.</td> 720 <td>Private slot handling a file has been modified, renamed or removed.</td>
721 </tr> 721 </tr>
722 <tr> 722 <tr>
723 <td><a href="#ViewManager.__watcherError">__watcherError</a></td>
724 <td>Private slot to handle an error of the file system watcher.</td>
725 </tr>
726 <tr>
723 <td><a href="#ViewManager.__zoom">__zoom</a></td> 727 <td><a href="#ViewManager.__zoom">__zoom</a></td>
724 <td>Private method to handle the zoom action.</td> 728 <td>Private method to handle the zoom action.</td>
725 </tr> 729 </tr>
726 <tr> 730 <tr>
727 <td><a href="#ViewManager.__zoomIn">__zoomIn</a></td> 731 <td><a href="#ViewManager.__zoomIn">__zoomIn</a></td>
2519 <dl> 2523 <dl>
2520 2524
2521 <dt><i>filePath</i> (str)</dt> 2525 <dt><i>filePath</i> (str)</dt>
2522 <dd> 2526 <dd>
2523 path of the file 2527 path of the file
2528 </dd>
2529 </dl>
2530 <a NAME="ViewManager.__watcherError" ID="ViewManager.__watcherError"></a>
2531 <h4>ViewManager.__watcherError</h4>
2532 <b>__watcherError</b>(<i>errno, strerror</i>)
2533 <p>
2534 Private slot to handle an error of the file system watcher.
2535 </p>
2536
2537 <dl>
2538
2539 <dt><i>errno</i> (int)</dt>
2540 <dd>
2541 numeric error code
2542 </dd>
2543 <dt><i>strerror</i> (str)</dt>
2544 <dd>
2545 error message as provided by the operating system
2524 </dd> 2546 </dd>
2525 </dl> 2547 </dl>
2526 <a NAME="ViewManager.__zoom" ID="ViewManager.__zoom"></a> 2548 <a NAME="ViewManager.__zoom" ID="ViewManager.__zoom"></a>
2527 <h4>ViewManager.__zoom</h4> 2549 <h4>ViewManager.__zoom</h4>
2528 <b>__zoom</b>(<i></i>) 2550 <b>__zoom</b>(<i></i>)

eric ide

mercurial