886 <td>Public slot to save the contents of the current editor to a new file.</td> |
886 <td>Public slot to save the contents of the current editor to a new file.</td> |
887 </tr><tr> |
887 </tr><tr> |
888 <td><a href="#ViewManager.saveAsEditorEd">saveAsEditorEd</a></td> |
888 <td><a href="#ViewManager.saveAsEditorEd">saveAsEditorEd</a></td> |
889 <td>Public slot to save the contents of an editor to a new file.</td> |
889 <td>Public slot to save the contents of an editor to a new file.</td> |
890 </tr><tr> |
890 </tr><tr> |
|
891 <td><a href="#ViewManager.saveCopyCurrentEditor">saveCopyCurrentEditor</a></td> |
|
892 <td>Public slot to save the contents of the current editor to a new copy of the file.</td> |
|
893 </tr><tr> |
|
894 <td><a href="#ViewManager.saveCopyEditorEd">saveCopyEditorEd</a></td> |
|
895 <td>Public slot to save the contents of an editor to a new copy of the file.</td> |
|
896 </tr><tr> |
891 <td><a href="#ViewManager.saveCurrentEditor">saveCurrentEditor</a></td> |
897 <td><a href="#ViewManager.saveCurrentEditor">saveCurrentEditor</a></td> |
892 <td>Public slot to save the contents of the current editor.</td> |
898 <td>Public slot to save the contents of the current editor.</td> |
893 </tr><tr> |
899 </tr><tr> |
894 <td><a href="#ViewManager.saveEditor">saveEditor</a></td> |
900 <td><a href="#ViewManager.saveEditor">saveEditor</a></td> |
895 <td>Public method to save a named editor file.</td> |
901 <td>Public method to save a named editor file.</td> |
2840 </p><dl> |
2846 </p><dl> |
2841 <dt><i>ed</i></dt> |
2847 <dt><i>ed</i></dt> |
2842 <dd> |
2848 <dd> |
2843 editor to be saved |
2849 editor to be saved |
2844 </dd> |
2850 </dd> |
|
2851 </dl><a NAME="ViewManager.saveCopyCurrentEditor" ID="ViewManager.saveCopyCurrentEditor"></a> |
|
2852 <h4>ViewManager.saveCopyCurrentEditor</h4> |
|
2853 <b>saveCopyCurrentEditor</b>(<i></i>) |
|
2854 <p> |
|
2855 Public slot to save the contents of the current editor to a new copy |
|
2856 of the file. |
|
2857 </p><a NAME="ViewManager.saveCopyEditorEd" ID="ViewManager.saveCopyEditorEd"></a> |
|
2858 <h4>ViewManager.saveCopyEditorEd</h4> |
|
2859 <b>saveCopyEditorEd</b>(<i>ed</i>) |
|
2860 <p> |
|
2861 Public slot to save the contents of an editor to a new copy of |
|
2862 the file. |
|
2863 </p><dl> |
|
2864 <dt><i>ed</i></dt> |
|
2865 <dd> |
|
2866 editor to be saved |
|
2867 </dd> |
2845 </dl><a NAME="ViewManager.saveCurrentEditor" ID="ViewManager.saveCurrentEditor"></a> |
2868 </dl><a NAME="ViewManager.saveCurrentEditor" ID="ViewManager.saveCurrentEditor"></a> |
2846 <h4>ViewManager.saveCurrentEditor</h4> |
2869 <h4>ViewManager.saveCurrentEditor</h4> |
2847 <b>saveCurrentEditor</b>(<i></i>) |
2870 <b>saveCurrentEditor</b>(<i></i>) |
2848 <p> |
2871 <p> |
2849 Public slot to save the contents of the current editor. |
2872 Public slot to save the contents of the current editor. |