Documentation/Source/eric5.ViewManager.ViewManager.html

changeset 3100
1c86bf655433
parent 3019
7912530a33e2
child 3101
5213d9f28318
equal deleted inserted replaced
3098:02ee75d31584 3100:1c86bf655433
739 <td>Public method returning a list of the filenames of all editors.</td> 739 <td>Public method returning a list of the filenames of all editors.</td>
740 </tr><tr> 740 </tr><tr>
741 <td><a href="#ViewManager.getSRHistory">getSRHistory</a></td> 741 <td><a href="#ViewManager.getSRHistory">getSRHistory</a></td>
742 <td>Public method to get the search or replace history list.</td> 742 <td>Public method to get the search or replace history list.</td>
743 </tr><tr> 743 </tr><tr>
744 <td><a href="#ViewManager.getSplitOrientation">getSplitOrientation</a></td>
745 <td>Public method to get the orientation of the split view.</td>
746 </tr><tr>
744 <td><a href="#ViewManager.handleResetUI">handleResetUI</a></td> 747 <td><a href="#ViewManager.handleResetUI">handleResetUI</a></td>
745 <td>Public slot to handle the resetUI signal.</td> 748 <td>Public slot to handle the resetUI signal.</td>
746 </tr><tr> 749 </tr><tr>
747 <td><a href="#ViewManager.initActions">initActions</a></td> 750 <td><a href="#ViewManager.initActions">initActions</a></td>
748 <td>Public method defining the user interface actions.</td> 751 <td>Public method defining the user interface actions.</td>
2339 </dd> 2342 </dd>
2340 </dl><dl> 2343 </dl><dl>
2341 <dt>Returns:</dt> 2344 <dt>Returns:</dt>
2342 <dd> 2345 <dd>
2343 the requested history list (list of strings) 2346 the requested history list (list of strings)
2347 </dd>
2348 </dl><a NAME="ViewManager.getSplitOrientation" ID="ViewManager.getSplitOrientation"></a>
2349 <h4>ViewManager.getSplitOrientation</h4>
2350 <b>getSplitOrientation</b>(<i></i>)
2351 <p>
2352 Public method to get the orientation of the split view.
2353 </p><dl>
2354 <dt>Returns:</dt>
2355 <dd>
2356 orientation of the split (Qt.Horizontal or Qt.Vertical)
2344 </dd> 2357 </dd>
2345 </dl><a NAME="ViewManager.handleResetUI" ID="ViewManager.handleResetUI"></a> 2358 </dl><a NAME="ViewManager.handleResetUI" ID="ViewManager.handleResetUI"></a>
2346 <h4>ViewManager.handleResetUI</h4> 2359 <h4>ViewManager.handleResetUI</h4>
2347 <b>handleResetUI</b>(<i></i>) 2360 <b>handleResetUI</b>(<i></i>)
2348 <p> 2361 <p>
2889 Public method used to set the orientation of the split view. 2902 Public method used to set the orientation of the split view.
2890 </p><dl> 2903 </p><dl>
2891 <dt><i>orientation</i></dt> 2904 <dt><i>orientation</i></dt>
2892 <dd> 2905 <dd>
2893 orientation of the split 2906 orientation of the split
2894 (Qt.Horizontal or Qt.Vertical) 2907 (Qt.Horizontal or Qt.Vertical)
2895 </dd> 2908 </dd>
2896 </dl><a NAME="ViewManager.shareConnected" ID="ViewManager.shareConnected"></a> 2909 </dl><a NAME="ViewManager.shareConnected" ID="ViewManager.shareConnected"></a>
2897 <h4>ViewManager.shareConnected</h4> 2910 <h4>ViewManager.shareConnected</h4>
2898 <b>shareConnected</b>(<i>connected</i>) 2911 <b>shareConnected</b>(<i>connected</i>)
2899 <p> 2912 <p>

eric ide

mercurial