Documentation/Source/eric5.ViewManager.ViewManager.html

changeset 3346
39f9273ebd61
parent 3322
d7118434250d
child 3591
2f2a4a76dd22
equal deleted inserted replaced
3345:071afe8be2a1 3346:39f9273ebd61
472 <td>Private method to handle the next uncovered action.</td> 472 <td>Private method to handle the next uncovered action.</td>
473 </tr><tr> 473 </tr><tr>
474 <td><a href="#ViewManager.__nextWarning">__nextWarning</a></td> 474 <td><a href="#ViewManager.__nextWarning">__nextWarning</a></td>
475 <td>Private method to handle the next warning action.</td> 475 <td>Private method to handle the next warning action.</td>
476 </tr><tr> 476 </tr><tr>
477 <td><a href="#ViewManager.__openFiles">__openFiles</a></td>
478 <td>Private slot to open some files.</td>
479 </tr><tr>
477 <td><a href="#ViewManager.__openSourceFile">__openSourceFile</a></td> 480 <td><a href="#ViewManager.__openSourceFile">__openSourceFile</a></td>
478 <td>Private method to open a file from the list of recently opened files.</td> 481 <td>Private method to open a file from the list of recently opened files.</td>
479 </tr><tr> 482 </tr><tr>
480 <td><a href="#ViewManager.__previewEditor">__previewEditor</a></td> 483 <td><a href="#ViewManager.__previewEditor">__previewEditor</a></td>
481 <td>Private slot to handle a change of the preview selection state.</td> 484 <td>Private slot to handle a change of the preview selection state.</td>
607 <td>Private method to handle the toggle bookmark action.</td> 610 <td>Private method to handle the toggle bookmark action.</td>
608 </tr><tr> 611 </tr><tr>
609 <td><a href="#ViewManager.__toggleCurrent">__toggleCurrent</a></td> 612 <td><a href="#ViewManager.__toggleCurrent">__toggleCurrent</a></td>
610 <td>Private method to handle the toggle current fold action.</td> 613 <td>Private method to handle the toggle current fold action.</td>
611 </tr><tr> 614 </tr><tr>
615 <td><a href="#ViewManager.__unhighlight">__unhighlight</a></td>
616 <td>Privat slot to switch of all highlights.</td>
617 </tr><tr>
612 <td><a href="#ViewManager.__zoom">__zoom</a></td> 618 <td><a href="#ViewManager.__zoom">__zoom</a></td>
613 <td>Private method to handle the zoom action.</td> 619 <td>Private method to handle the zoom action.</td>
614 </tr><tr> 620 </tr><tr>
615 <td><a href="#ViewManager.__zoomIn">__zoomIn</a></td> 621 <td><a href="#ViewManager.__zoomIn">__zoomIn</a></td>
616 <td>Private method to handle the zoom in action.</td> 622 <td>Private method to handle the zoom in action.</td>
619 <td>Private method to handle the zoom out action.</td> 625 <td>Private method to handle the zoom out action.</td>
620 </tr><tr> 626 </tr><tr>
621 <td><a href="#ViewManager.__zoomReset">__zoomReset</a></td> 627 <td><a href="#ViewManager.__zoomReset">__zoomReset</a></td>
622 <td>Private method to reset the zoom factor.</td> 628 <td>Private method to reset the zoom factor.</td>
623 </tr><tr> 629 </tr><tr>
630 <td><a href="#ViewManager.__zoomTo">__zoomTo</a></td>
631 <td>Private slot to zoom to a given value.</td>
632 </tr><tr>
624 <td><a href="#ViewManager._addView">_addView</a></td> 633 <td><a href="#ViewManager._addView">_addView</a></td>
625 <td>Protected method to add a view (i.e.</td> 634 <td>Protected method to add a view (i.e.</td>
626 </tr><tr> 635 </tr><tr>
627 <td><a href="#ViewManager._checkActions">_checkActions</a></td> 636 <td><a href="#ViewManager._checkActions">_checkActions</a></td>
628 <td>Protected slot to check some actions for their enable/disable status and set the statusbar info.</td> 637 <td>Protected slot to check some actions for their enable/disable status and set the statusbar info.</td>
926 </tr><tr> 935 </tr><tr>
927 <td><a href="#ViewManager.tile">tile</a></td> 936 <td><a href="#ViewManager.tile">tile</a></td>
928 <td>Public method to tile the managed windows.</td> 937 <td>Public method to tile the managed windows.</td>
929 </tr><tr> 938 </tr><tr>
930 <td><a href="#ViewManager.unhighlight">unhighlight</a></td> 939 <td><a href="#ViewManager.unhighlight">unhighlight</a></td>
931 <td>Public method to switch off all highlights.</td> 940 <td>Public method to switch off all highlights or the highlight of the current editor.</td>
932 </tr><tr> 941 </tr><tr>
933 <td><a href="#ViewManager.zoomValueChanged">zoomValueChanged</a></td> 942 <td><a href="#ViewManager.zoomValueChanged">zoomValueChanged</a></td>
934 <td>Public slot to handle changes of the zoom value.</td> 943 <td>Public slot to handle changes of the zoom value.</td>
935 </tr> 944 </tr>
936 </table> 945 </table>
1488 </p><a NAME="ViewManager.__nextWarning" ID="ViewManager.__nextWarning"></a> 1497 </p><a NAME="ViewManager.__nextWarning" ID="ViewManager.__nextWarning"></a>
1489 <h4>ViewManager.__nextWarning</h4> 1498 <h4>ViewManager.__nextWarning</h4>
1490 <b>__nextWarning</b>(<i></i>) 1499 <b>__nextWarning</b>(<i></i>)
1491 <p> 1500 <p>
1492 Private method to handle the next warning action. 1501 Private method to handle the next warning action.
1502 </p><a NAME="ViewManager.__openFiles" ID="ViewManager.__openFiles"></a>
1503 <h4>ViewManager.__openFiles</h4>
1504 <b>__openFiles</b>(<i></i>)
1505 <p>
1506 Private slot to open some files.
1493 </p><a NAME="ViewManager.__openSourceFile" ID="ViewManager.__openSourceFile"></a> 1507 </p><a NAME="ViewManager.__openSourceFile" ID="ViewManager.__openSourceFile"></a>
1494 <h4>ViewManager.__openSourceFile</h4> 1508 <h4>ViewManager.__openSourceFile</h4>
1495 <b>__openSourceFile</b>(<i>act</i>) 1509 <b>__openSourceFile</b>(<i>act</i>)
1496 <p> 1510 <p>
1497 Private method to open a file from the list of recently opened files. 1511 Private method to open a file from the list of recently opened files.
1793 </p><a NAME="ViewManager.__toggleCurrent" ID="ViewManager.__toggleCurrent"></a> 1807 </p><a NAME="ViewManager.__toggleCurrent" ID="ViewManager.__toggleCurrent"></a>
1794 <h4>ViewManager.__toggleCurrent</h4> 1808 <h4>ViewManager.__toggleCurrent</h4>
1795 <b>__toggleCurrent</b>(<i></i>) 1809 <b>__toggleCurrent</b>(<i></i>)
1796 <p> 1810 <p>
1797 Private method to handle the toggle current fold action. 1811 Private method to handle the toggle current fold action.
1812 </p><a NAME="ViewManager.__unhighlight" ID="ViewManager.__unhighlight"></a>
1813 <h4>ViewManager.__unhighlight</h4>
1814 <b>__unhighlight</b>(<i></i>)
1815 <p>
1816 Privat slot to switch of all highlights.
1798 </p><a NAME="ViewManager.__zoom" ID="ViewManager.__zoom"></a> 1817 </p><a NAME="ViewManager.__zoom" ID="ViewManager.__zoom"></a>
1799 <h4>ViewManager.__zoom</h4> 1818 <h4>ViewManager.__zoom</h4>
1800 <b>__zoom</b>(<i>value=None</i>) 1819 <b>__zoom</b>(<i></i>)
1801 <p> 1820 <p>
1802 Private method to handle the zoom action. 1821 Private method to handle the zoom action.
1803 </p><dl> 1822 </p><a NAME="ViewManager.__zoomIn" ID="ViewManager.__zoomIn"></a>
1804 <dt><i>value=</i></dt>
1805 <dd>
1806 zoom value to be set (integer)
1807 </dd>
1808 </dl><a NAME="ViewManager.__zoomIn" ID="ViewManager.__zoomIn"></a>
1809 <h4>ViewManager.__zoomIn</h4> 1823 <h4>ViewManager.__zoomIn</h4>
1810 <b>__zoomIn</b>(<i></i>) 1824 <b>__zoomIn</b>(<i></i>)
1811 <p> 1825 <p>
1812 Private method to handle the zoom in action. 1826 Private method to handle the zoom in action.
1813 </p><a NAME="ViewManager.__zoomOut" ID="ViewManager.__zoomOut"></a> 1827 </p><a NAME="ViewManager.__zoomOut" ID="ViewManager.__zoomOut"></a>
1818 </p><a NAME="ViewManager.__zoomReset" ID="ViewManager.__zoomReset"></a> 1832 </p><a NAME="ViewManager.__zoomReset" ID="ViewManager.__zoomReset"></a>
1819 <h4>ViewManager.__zoomReset</h4> 1833 <h4>ViewManager.__zoomReset</h4>
1820 <b>__zoomReset</b>(<i></i>) 1834 <b>__zoomReset</b>(<i></i>)
1821 <p> 1835 <p>
1822 Private method to reset the zoom factor. 1836 Private method to reset the zoom factor.
1823 </p><a NAME="ViewManager._addView" ID="ViewManager._addView"></a> 1837 </p><a NAME="ViewManager.__zoomTo" ID="ViewManager.__zoomTo"></a>
1838 <h4>ViewManager.__zoomTo</h4>
1839 <b>__zoomTo</b>(<i>value</i>)
1840 <p>
1841 Private slot to zoom to a given value.
1842 </p><dl>
1843 <dt><i>value</i></dt>
1844 <dd>
1845 zoom value to be set (integer)
1846 </dd>
1847 </dl><a NAME="ViewManager._addView" ID="ViewManager._addView"></a>
1824 <h4>ViewManager._addView</h4> 1848 <h4>ViewManager._addView</h4>
1825 <b>_addView</b>(<i>win, fn=None, noName=""</i>) 1849 <b>_addView</b>(<i>win, fn=None, noName=""</i>)
1826 <p> 1850 <p>
1827 Protected method to add a view (i.e. window). 1851 Protected method to add a view (i.e. window).
1828 </p><dl> 1852 </p><dl>
2622 <b>nextSplit</b>(<i></i>) 2646 <b>nextSplit</b>(<i></i>)
2623 <p> 2647 <p>
2624 Public slot used to move to the next split. 2648 Public slot used to move to the next split.
2625 </p><a NAME="ViewManager.openFiles" ID="ViewManager.openFiles"></a> 2649 </p><a NAME="ViewManager.openFiles" ID="ViewManager.openFiles"></a>
2626 <h4>ViewManager.openFiles</h4> 2650 <h4>ViewManager.openFiles</h4>
2627 <b>openFiles</b>(<i>prog=None</i>) 2651 <b>openFiles</b>(<i>prog</i>)
2628 <p> 2652 <p>
2629 Public slot to open some files. 2653 Public slot to open some files.
2630 </p><dl> 2654 </p><dl>
2631 <dt><i>prog</i></dt> 2655 <dt><i>prog</i></dt>
2632 <dd> 2656 <dd>
3044 </dd> 3068 </dd>
3045 </dl><a NAME="ViewManager.unhighlight" ID="ViewManager.unhighlight"></a> 3069 </dl><a NAME="ViewManager.unhighlight" ID="ViewManager.unhighlight"></a>
3046 <h4>ViewManager.unhighlight</h4> 3070 <h4>ViewManager.unhighlight</h4>
3047 <b>unhighlight</b>(<i>current=False</i>) 3071 <b>unhighlight</b>(<i>current=False</i>)
3048 <p> 3072 <p>
3049 Public method to switch off all highlights. 3073 Public method to switch off all highlights or the highlight of
3074 the current editor.
3050 </p><dl> 3075 </p><dl>
3051 <dt><i>current</i></dt> 3076 <dt><i>current</i></dt>
3052 <dd> 3077 <dd>
3053 flag indicating only the current editor should be 3078 flag indicating only the current editor should be
3054 unhighlighted (boolean) 3079 unhighlighted (boolean)

eric ide

mercurial