Documentation/Source/eric5.ViewManager.ViewManager.html

changeset 2334
fc69ad77e18a
parent 2331
9e623311630d
child 2347
a4a4d710ebe8
equal deleted inserted replaced
2331:9e623311630d 2334:fc69ad77e18a
1538 <b>__setAutoSpellChecking</b>(<i></i>) 1538 <b>__setAutoSpellChecking</b>(<i></i>)
1539 <p> 1539 <p>
1540 Private slot to set the automatic spell checking of all editors. 1540 Private slot to set the automatic spell checking of all editors.
1541 </p><a NAME="ViewManager.__setSbFile" ID="ViewManager.__setSbFile"></a> 1541 </p><a NAME="ViewManager.__setSbFile" ID="ViewManager.__setSbFile"></a>
1542 <h4>ViewManager.__setSbFile</h4> 1542 <h4>ViewManager.__setSbFile</h4>
1543 <b>__setSbFile</b>(<i>fn=None, line=None, pos=None, encoding=None, language=None, eol=None</i>) 1543 <b>__setSbFile</b>(<i>fn=None, line=None, pos=None, encoding=None, language=None, eol=None, zoom=None</i>)
1544 <p> 1544 <p>
1545 Private method to set the file info in the status bar. 1545 Private method to set the file info in the status bar.
1546 </p><dl> 1546 </p><dl>
1547 <dt><i>fn</i></dt> 1547 <dt><i>fn</i></dt>
1548 <dd> 1548 <dd>
1560 <dd> 1560 <dd>
1561 language to display (string) 1561 language to display (string)
1562 </dd><dt><i>eol</i></dt> 1562 </dd><dt><i>eol</i></dt>
1563 <dd> 1563 <dd>
1564 eol indicator to display (string) 1564 eol indicator to display (string)
1565 </dd><dt><i>zoom</i></dt>
1566 <dd>
1567 zoom value (integer)
1565 </dd> 1568 </dd>
1566 </dl><a NAME="ViewManager.__shortenEmptyLines" ID="ViewManager.__shortenEmptyLines"></a> 1569 </dl><a NAME="ViewManager.__shortenEmptyLines" ID="ViewManager.__shortenEmptyLines"></a>
1567 <h4>ViewManager.__shortenEmptyLines</h4> 1570 <h4>ViewManager.__shortenEmptyLines</h4>
1568 <b>__shortenEmptyLines</b>(<i></i>) 1571 <b>__shortenEmptyLines</b>(<i></i>)
1569 <p> 1572 <p>
1638 <b>__toggleCurrent</b>(<i></i>) 1641 <b>__toggleCurrent</b>(<i></i>)
1639 <p> 1642 <p>
1640 Private method to handle the toggle current fold action. 1643 Private method to handle the toggle current fold action.
1641 </p><a NAME="ViewManager.__zoom" ID="ViewManager.__zoom"></a> 1644 </p><a NAME="ViewManager.__zoom" ID="ViewManager.__zoom"></a>
1642 <h4>ViewManager.__zoom</h4> 1645 <h4>ViewManager.__zoom</h4>
1643 <b>__zoom</b>(<i></i>) 1646 <b>__zoom</b>(<i>value=None</i>)
1644 <p> 1647 <p>
1645 Private method to handle the zoom action. 1648 Private method to handle the zoom action.
1646 </p><a NAME="ViewManager.__zoomIn" ID="ViewManager.__zoomIn"></a> 1649 </p><dl>
1650 <dt><i>value=</i></dt>
1651 <dd>
1652 zoom value to be set (integer)
1653 </dd>
1654 </dl><a NAME="ViewManager.__zoomIn" ID="ViewManager.__zoomIn"></a>
1647 <h4>ViewManager.__zoomIn</h4> 1655 <h4>ViewManager.__zoomIn</h4>
1648 <b>__zoomIn</b>(<i></i>) 1656 <b>__zoomIn</b>(<i></i>)
1649 <p> 1657 <p>
1650 Private method to handle the zoom in action. 1658 Private method to handle the zoom in action.
1651 </p><a NAME="ViewManager.__zoomOut" ID="ViewManager.__zoomOut"></a> 1659 </p><a NAME="ViewManager.__zoomOut" ID="ViewManager.__zoomOut"></a>
2702 <dd> 2710 <dd>
2703 reference to the debug server object 2711 reference to the debug server object
2704 </dd> 2712 </dd>
2705 </dl><a NAME="ViewManager.setSbInfo" ID="ViewManager.setSbInfo"></a> 2713 </dl><a NAME="ViewManager.setSbInfo" ID="ViewManager.setSbInfo"></a>
2706 <h4>ViewManager.setSbInfo</h4> 2714 <h4>ViewManager.setSbInfo</h4>
2707 <b>setSbInfo</b>(<i>sbLine, sbPos, sbWritable, sbEncoding, sbLanguage, sbEol</i>) 2715 <b>setSbInfo</b>(<i>sbLine, sbPos, sbWritable, sbEncoding, sbLanguage, sbEol, sbZoom</i>)
2708 <p> 2716 <p>
2709 Public method to transfer statusbar info from the user interface to viewmanager. 2717 Public method to transfer statusbar info from the user interface to viewmanager.
2710 </p><dl> 2718 </p><dl>
2711 <dt><i>sbLine</i></dt> 2719 <dt><i>sbLine</i></dt>
2712 <dd> 2720 <dd>
2727 reference to the language indicator part of the 2735 reference to the language indicator part of the
2728 statusbar (QLabel) 2736 statusbar (QLabel)
2729 </dd><dt><i>sbEol</i></dt> 2737 </dd><dt><i>sbEol</i></dt>
2730 <dd> 2738 <dd>
2731 reference to the eol indicator part of the statusbar (QLabel) 2739 reference to the eol indicator part of the statusbar (QLabel)
2740 </dd><dt><i>sbZoom</i></dt>
2741 <dd>
2742 reference to the zoom widget (E5ZoomWidget)
2732 </dd> 2743 </dd>
2733 </dl><a NAME="ViewManager.setSplitOrientation" ID="ViewManager.setSplitOrientation"></a> 2744 </dl><a NAME="ViewManager.setSplitOrientation" ID="ViewManager.setSplitOrientation"></a>
2734 <h4>ViewManager.setSplitOrientation</h4> 2745 <h4>ViewManager.setSplitOrientation</h4>
2735 <b>setSplitOrientation</b>(<i>orientation</i>) 2746 <b>setSplitOrientation</b>(<i>orientation</i>)
2736 <p> 2747 <p>

eric ide

mercurial