1005 <td><a href="#ViewManager.mainWidget">mainWidget</a></td> |
1005 <td><a href="#ViewManager.mainWidget">mainWidget</a></td> |
1006 <td>Public method to return a reference to the main Widget of a specific view manager subclass.</td> |
1006 <td>Public method to return a reference to the main Widget of a specific view manager subclass.</td> |
1007 </tr> |
1007 </tr> |
1008 <tr> |
1008 <tr> |
1009 <td><a href="#ViewManager.newEditor">newEditor</a></td> |
1009 <td><a href="#ViewManager.newEditor">newEditor</a></td> |
1010 <td>Public slot to generate a new empty editor.</td> |
1010 <td>Public method to generate a new empty editor.</td> |
1011 </tr> |
1011 </tr> |
1012 <tr> |
1012 <tr> |
1013 <td><a href="#ViewManager.newEditorView">newEditorView</a></td> |
1013 <td><a href="#ViewManager.newEditorView">newEditorView</a></td> |
1014 <td>Public method to create a new editor displaying the given document.</td> |
1014 <td>Public method to create a new editor displaying the given document.</td> |
|
1015 </tr> |
|
1016 <tr> |
|
1017 <td><a href="#ViewManager.newEditorWithText">newEditorWithText</a></td> |
|
1018 <td>Public method to generate a new editor with a given text and associated file name.</td> |
1015 </tr> |
1019 </tr> |
1016 <tr> |
1020 <tr> |
1017 <td><a href="#ViewManager.nextSplit">nextSplit</a></td> |
1021 <td><a href="#ViewManager.nextSplit">nextSplit</a></td> |
1018 <td>Public slot used to move to the next split.</td> |
1022 <td>Public slot used to move to the next split.</td> |
1019 </tr> |
1023 </tr> |
3242 flag indicating that if a new editor needs to be |
3246 flag indicating that if a new editor needs to be |
3243 created, it should be added next to the current editor |
3247 created, it should be added next to the current editor |
3244 </dd> |
3248 </dd> |
3245 <dt><i>indexes</i> (tuple of two int)</dt> |
3249 <dt><i>indexes</i> (tuple of two int)</dt> |
3246 <dd> |
3250 <dd> |
3247 of the editor, first the split view index, second the |
3251 tuple containing the indexes of the editor, first the split |
3248 index within the view |
3252 view index, second the index within the view |
3249 </dd> |
3253 </dd> |
3250 </dl> |
3254 </dl> |
3251 <dl> |
3255 <dl> |
3252 <dt>Return:</dt> |
3256 <dt>Return:</dt> |
3253 <dd> |
3257 <dd> |
3763 <a NAME="ViewManager.newEditor" ID="ViewManager.newEditor"></a> |
3767 <a NAME="ViewManager.newEditor" ID="ViewManager.newEditor"></a> |
3764 <h4>ViewManager.newEditor</h4> |
3768 <h4>ViewManager.newEditor</h4> |
3765 <b>newEditor</b>(<i></i>) |
3769 <b>newEditor</b>(<i></i>) |
3766 |
3770 |
3767 <p> |
3771 <p> |
3768 Public slot to generate a new empty editor. |
3772 Public method to generate a new empty editor. |
3769 </p> |
3773 </p> |
|
3774 <dl> |
|
3775 <dt>Return:</dt> |
|
3776 <dd> |
|
3777 reference to the new editor |
|
3778 </dd> |
|
3779 </dl> |
|
3780 <dl> |
|
3781 <dt>Return Type:</dt> |
|
3782 <dd> |
|
3783 Editor |
|
3784 </dd> |
|
3785 </dl> |
3770 <a NAME="ViewManager.newEditorView" ID="ViewManager.newEditorView"></a> |
3786 <a NAME="ViewManager.newEditorView" ID="ViewManager.newEditorView"></a> |
3771 <h4>ViewManager.newEditorView</h4> |
3787 <h4>ViewManager.newEditorView</h4> |
3772 <b>newEditorView</b>(<i>fn, caller, filetype="", indexes=None</i>) |
3788 <b>newEditorView</b>(<i>fn, caller, filetype="", indexes=None</i>) |
3773 |
3789 |
3774 <p> |
3790 <p> |
3802 </dl> |
3818 </dl> |
3803 <dl> |
3819 <dl> |
3804 <dt>Return Type:</dt> |
3820 <dt>Return Type:</dt> |
3805 <dd> |
3821 <dd> |
3806 Editor |
3822 Editor |
|
3823 </dd> |
|
3824 </dl> |
|
3825 <a NAME="ViewManager.newEditorWithText" ID="ViewManager.newEditorWithText"></a> |
|
3826 <h4>ViewManager.newEditorWithText</h4> |
|
3827 <b>newEditorWithText</b>(<i>text, language="", fileName=""</i>) |
|
3828 |
|
3829 <p> |
|
3830 Public method to generate a new editor with a given text and associated file |
|
3831 name. |
|
3832 </p> |
|
3833 <dl> |
|
3834 |
|
3835 <dt><i>text</i> (str)</dt> |
|
3836 <dd> |
|
3837 text for the editor |
|
3838 </dd> |
|
3839 <dt><i>language</i> (str (optional))</dt> |
|
3840 <dd> |
|
3841 source language (defaults to "") |
|
3842 </dd> |
|
3843 <dt><i>fileName</i> (str (optional))</dt> |
|
3844 <dd> |
|
3845 associated file name (defaults to "") |
3807 </dd> |
3846 </dd> |
3808 </dl> |
3847 </dl> |
3809 <a NAME="ViewManager.nextSplit" ID="ViewManager.nextSplit"></a> |
3848 <a NAME="ViewManager.nextSplit" ID="ViewManager.nextSplit"></a> |
3810 <h4>ViewManager.nextSplit</h4> |
3849 <h4>ViewManager.nextSplit</h4> |
3811 <b>nextSplit</b>(<i></i>) |
3850 <b>nextSplit</b>(<i></i>) |