681 <td>Public slot to generate a new empty editor.</td> |
681 <td>Public slot to generate a new empty editor.</td> |
682 </tr><tr> |
682 </tr><tr> |
683 <td><a href="#ViewManager.newEditorView">newEditorView</a></td> |
683 <td><a href="#ViewManager.newEditorView">newEditorView</a></td> |
684 <td>Public method to create a new editor displaying the given document.</td> |
684 <td>Public method to create a new editor displaying the given document.</td> |
685 </tr><tr> |
685 </tr><tr> |
686 <td><a href="#ViewManager.newProject">newProject</a></td> |
|
687 <td>Public slot to handle the NewProject signal.</td> |
|
688 </tr><tr> |
|
689 <td><a href="#ViewManager.nextSplit">nextSplit</a></td> |
686 <td><a href="#ViewManager.nextSplit">nextSplit</a></td> |
690 <td>Public slot used to move to the next split.</td> |
687 <td>Public slot used to move to the next split.</td> |
691 </tr><tr> |
688 </tr><tr> |
692 <td><a href="#ViewManager.openFiles">openFiles</a></td> |
689 <td><a href="#ViewManager.openFiles">openFiles</a></td> |
693 <td>Public slot to open some files.</td> |
690 <td>Public slot to open some files.</td> |
708 <td>Public slot to print an editor.</td> |
705 <td>Public slot to print an editor.</td> |
709 </tr><tr> |
706 </tr><tr> |
710 <td><a href="#ViewManager.printPreviewCurrentEditor">printPreviewCurrentEditor</a></td> |
707 <td><a href="#ViewManager.printPreviewCurrentEditor">printPreviewCurrentEditor</a></td> |
711 <td>Public slot to show a print preview of the current editor.</td> |
708 <td>Public slot to show a print preview of the current editor.</td> |
712 </tr><tr> |
709 </tr><tr> |
713 <td><a href="#ViewManager.projectClosed">projectClosed</a></td> |
|
714 <td>Public slot to handle the projectClosed signal.</td> |
|
715 </tr><tr> |
|
716 <td><a href="#ViewManager.projectFileRenamed">projectFileRenamed</a></td> |
710 <td><a href="#ViewManager.projectFileRenamed">projectFileRenamed</a></td> |
717 <td>Public slot to handle the projectFileRenamed signal.</td> |
711 <td>Public slot to handle the projectFileRenamed signal.</td> |
718 </tr><tr> |
712 </tr><tr> |
719 <td><a href="#ViewManager.projectLexerAssociationsChanged">projectLexerAssociationsChanged</a></td> |
713 <td><a href="#ViewManager.projectLexerAssociationsChanged">projectLexerAssociationsChanged</a></td> |
720 <td>Public slot to handle changes of the project lexer associations.</td> |
714 <td>Public slot to handle changes of the project lexer associations.</td> |
738 <td>Public slot to save the contents of an editor to a new file.</td> |
732 <td>Public slot to save the contents of an editor to a new file.</td> |
739 </tr><tr> |
733 </tr><tr> |
740 <td><a href="#ViewManager.saveCurrentEditor">saveCurrentEditor</a></td> |
734 <td><a href="#ViewManager.saveCurrentEditor">saveCurrentEditor</a></td> |
741 <td>Public slot to save the contents of the current editor.</td> |
735 <td>Public slot to save the contents of the current editor.</td> |
742 </tr><tr> |
736 </tr><tr> |
743 <td><a href="#ViewManager.saveCurrentEditorToProject">saveCurrentEditorToProject</a></td> |
|
744 <td>Public slot to save the contents of the current editor to the current project.</td> |
|
745 </tr><tr> |
|
746 <td><a href="#ViewManager.saveEditor">saveEditor</a></td> |
737 <td><a href="#ViewManager.saveEditor">saveEditor</a></td> |
747 <td>Public method to save a named editor file.</td> |
738 <td>Public method to save a named editor file.</td> |
748 </tr><tr> |
739 </tr><tr> |
749 <td><a href="#ViewManager.saveEditorEd">saveEditorEd</a></td> |
740 <td><a href="#ViewManager.saveEditorEd">saveEditorEd</a></td> |
750 <td>Public slot to save the contents of an editor.</td> |
741 <td>Public slot to save the contents of an editor.</td> |
751 </tr><tr> |
|
752 <td><a href="#ViewManager.saveEditorToProjectEd">saveEditorToProjectEd</a></td> |
|
753 <td>Public slot to save the contents of an editor to the current project.</td> |
|
754 </tr><tr> |
742 </tr><tr> |
755 <td><a href="#ViewManager.saveEditorsList">saveEditorsList</a></td> |
743 <td><a href="#ViewManager.saveEditorsList">saveEditorsList</a></td> |
756 <td>Public slot to save a list of editors.</td> |
744 <td>Public slot to save a list of editors.</td> |
757 </tr><tr> |
745 </tr><tr> |
758 <td><a href="#ViewManager.send">send</a></td> |
746 <td><a href="#ViewManager.send">send</a></td> |
2235 reference to the editor calling this method |
2223 reference to the editor calling this method |
2236 </dd><dt><i>filetype</i></dt> |
2224 </dd><dt><i>filetype</i></dt> |
2237 <dd> |
2225 <dd> |
2238 type of the source file (string) |
2226 type of the source file (string) |
2239 </dd> |
2227 </dd> |
2240 </dl><a NAME="ViewManager.newProject" ID="ViewManager.newProject"></a> |
2228 </dl><a NAME="ViewManager.nextSplit" ID="ViewManager.nextSplit"></a> |
2241 <h4>ViewManager.newProject</h4> |
|
2242 <b>newProject</b>(<i></i>) |
|
2243 <p> |
|
2244 Public slot to handle the NewProject signal. |
|
2245 </p><a NAME="ViewManager.nextSplit" ID="ViewManager.nextSplit"></a> |
|
2246 <h4>ViewManager.nextSplit</h4> |
2229 <h4>ViewManager.nextSplit</h4> |
2247 <b>nextSplit</b>(<i></i>) |
2230 <b>nextSplit</b>(<i></i>) |
2248 <p> |
2231 <p> |
2249 Public slot used to move to the next split. |
2232 Public slot used to move to the next split. |
2250 </p><a NAME="ViewManager.openFiles" ID="ViewManager.openFiles"></a> |
2233 </p><a NAME="ViewManager.openFiles" ID="ViewManager.openFiles"></a> |
2316 </dl><a NAME="ViewManager.printPreviewCurrentEditor" ID="ViewManager.printPreviewCurrentEditor"></a> |
2299 </dl><a NAME="ViewManager.printPreviewCurrentEditor" ID="ViewManager.printPreviewCurrentEditor"></a> |
2317 <h4>ViewManager.printPreviewCurrentEditor</h4> |
2300 <h4>ViewManager.printPreviewCurrentEditor</h4> |
2318 <b>printPreviewCurrentEditor</b>(<i></i>) |
2301 <b>printPreviewCurrentEditor</b>(<i></i>) |
2319 <p> |
2302 <p> |
2320 Public slot to show a print preview of the current editor. |
2303 Public slot to show a print preview of the current editor. |
2321 </p><a NAME="ViewManager.projectClosed" ID="ViewManager.projectClosed"></a> |
|
2322 <h4>ViewManager.projectClosed</h4> |
|
2323 <b>projectClosed</b>(<i></i>) |
|
2324 <p> |
|
2325 Public slot to handle the projectClosed signal. |
|
2326 </p><a NAME="ViewManager.projectFileRenamed" ID="ViewManager.projectFileRenamed"></a> |
2304 </p><a NAME="ViewManager.projectFileRenamed" ID="ViewManager.projectFileRenamed"></a> |
2327 <h4>ViewManager.projectFileRenamed</h4> |
2305 <h4>ViewManager.projectFileRenamed</h4> |
2328 <b>projectFileRenamed</b>(<i>oldfn, newfn</i>) |
2306 <b>projectFileRenamed</b>(<i>oldfn, newfn</i>) |
2329 <p> |
2307 <p> |
2330 Public slot to handle the projectFileRenamed signal. |
2308 Public slot to handle the projectFileRenamed signal. |
2395 </dl><a NAME="ViewManager.saveCurrentEditor" ID="ViewManager.saveCurrentEditor"></a> |
2373 </dl><a NAME="ViewManager.saveCurrentEditor" ID="ViewManager.saveCurrentEditor"></a> |
2396 <h4>ViewManager.saveCurrentEditor</h4> |
2374 <h4>ViewManager.saveCurrentEditor</h4> |
2397 <b>saveCurrentEditor</b>(<i></i>) |
2375 <b>saveCurrentEditor</b>(<i></i>) |
2398 <p> |
2376 <p> |
2399 Public slot to save the contents of the current editor. |
2377 Public slot to save the contents of the current editor. |
2400 </p><a NAME="ViewManager.saveCurrentEditorToProject" ID="ViewManager.saveCurrentEditorToProject"></a> |
|
2401 <h4>ViewManager.saveCurrentEditorToProject</h4> |
|
2402 <b>saveCurrentEditorToProject</b>(<i></i>) |
|
2403 <p> |
|
2404 Public slot to save the contents of the current editor to the current project. |
|
2405 </p><a NAME="ViewManager.saveEditor" ID="ViewManager.saveEditor"></a> |
2378 </p><a NAME="ViewManager.saveEditor" ID="ViewManager.saveEditor"></a> |
2406 <h4>ViewManager.saveEditor</h4> |
2379 <h4>ViewManager.saveEditor</h4> |
2407 <b>saveEditor</b>(<i>fn</i>) |
2380 <b>saveEditor</b>(<i>fn</i>) |
2408 <p> |
2381 <p> |
2409 Public method to save a named editor file. |
2382 Public method to save a named editor file. |
2429 </dd> |
2402 </dd> |
2430 </dl><dl> |
2403 </dl><dl> |
2431 <dt>Returns:</dt> |
2404 <dt>Returns:</dt> |
2432 <dd> |
2405 <dd> |
2433 flag indicating success (boolean) |
2406 flag indicating success (boolean) |
2434 </dd> |
|
2435 </dl><a NAME="ViewManager.saveEditorToProjectEd" ID="ViewManager.saveEditorToProjectEd"></a> |
|
2436 <h4>ViewManager.saveEditorToProjectEd</h4> |
|
2437 <b>saveEditorToProjectEd</b>(<i>ed</i>) |
|
2438 <p> |
|
2439 Public slot to save the contents of an editor to the current project. |
|
2440 </p><dl> |
|
2441 <dt><i>ed</i></dt> |
|
2442 <dd> |
|
2443 editor to be saved |
|
2444 </dd> |
2407 </dd> |
2445 </dl><a NAME="ViewManager.saveEditorsList" ID="ViewManager.saveEditorsList"></a> |
2408 </dl><a NAME="ViewManager.saveEditorsList" ID="ViewManager.saveEditorsList"></a> |
2446 <h4>ViewManager.saveEditorsList</h4> |
2409 <h4>ViewManager.saveEditorsList</h4> |
2447 <b>saveEditorsList</b>(<i>editors</i>) |
2410 <b>saveEditorsList</b>(<i>editors</i>) |
2448 <p> |
2411 <p> |