843 <td><a href="#ViewManager.cloneEditor">cloneEditor</a></td> |
843 <td><a href="#ViewManager.cloneEditor">cloneEditor</a></td> |
844 <td>Public method to clone an editor displaying the given document.</td> |
844 <td>Public method to clone an editor displaying the given document.</td> |
845 </tr> |
845 </tr> |
846 <tr> |
846 <tr> |
847 <td><a href="#ViewManager.closeAllWindows">closeAllWindows</a></td> |
847 <td><a href="#ViewManager.closeAllWindows">closeAllWindows</a></td> |
848 <td>Public method to close all editor windows via file menu.</td> |
848 <td>Public method to close all editor windows.</td> |
849 </tr> |
849 </tr> |
850 <tr> |
850 <tr> |
851 <td><a href="#ViewManager.closeCurrentWindow">closeCurrentWindow</a></td> |
851 <td><a href="#ViewManager.closeCurrentWindow">closeCurrentWindow</a></td> |
852 <td>Public method to close the current window.</td> |
852 <td>Public method to close the current window.</td> |
853 </tr> |
853 </tr> |
940 <td>Public method to get the orientation of the split view.</td> |
940 <td>Public method to get the orientation of the split view.</td> |
941 </tr> |
941 </tr> |
942 <tr> |
942 <tr> |
943 <td><a href="#ViewManager.handleResetUI">handleResetUI</a></td> |
943 <td><a href="#ViewManager.handleResetUI">handleResetUI</a></td> |
944 <td>Public slot to handle the resetUI signal.</td> |
944 <td>Public slot to handle the resetUI signal.</td> |
|
945 </tr> |
|
946 <tr> |
|
947 <td><a href="#ViewManager.hasDirtyEditor">hasDirtyEditor</a></td> |
|
948 <td>Public method to ask, if any of the open editors contains unsaved changes.</td> |
945 </tr> |
949 </tr> |
946 <tr> |
950 <tr> |
947 <td><a href="#ViewManager.initActions">initActions</a></td> |
951 <td><a href="#ViewManager.initActions">initActions</a></td> |
948 <td>Public method defining the user interface actions.</td> |
952 <td>Public method defining the user interface actions.</td> |
949 </tr> |
953 </tr> |
2985 editor assembly object (EditorAssembly.EditorAssembly) |
2989 editor assembly object (EditorAssembly.EditorAssembly) |
2986 </dd> |
2990 </dd> |
2987 </dl> |
2991 </dl> |
2988 <a NAME="ViewManager.closeAllWindows" ID="ViewManager.closeAllWindows"></a> |
2992 <a NAME="ViewManager.closeAllWindows" ID="ViewManager.closeAllWindows"></a> |
2989 <h4>ViewManager.closeAllWindows</h4> |
2993 <h4>ViewManager.closeAllWindows</h4> |
2990 <b>closeAllWindows</b>(<i></i>) |
2994 <b>closeAllWindows</b>(<i>ignoreDirty=False</i>) |
2991 |
2995 |
2992 <p> |
2996 <p> |
2993 Public method to close all editor windows via file menu. |
2997 Public method to close all editor windows. |
2994 </p> |
2998 </p> |
|
2999 <dl> |
|
3000 |
|
3001 <dt><i>ignoreDirty</i> (bool)</dt> |
|
3002 <dd> |
|
3003 flag indicating to ignore the 'dirty' status |
|
3004 </dd> |
|
3005 </dl> |
2995 <a NAME="ViewManager.closeCurrentWindow" ID="ViewManager.closeCurrentWindow"></a> |
3006 <a NAME="ViewManager.closeCurrentWindow" ID="ViewManager.closeCurrentWindow"></a> |
2996 <h4>ViewManager.closeCurrentWindow</h4> |
3007 <h4>ViewManager.closeCurrentWindow</h4> |
2997 <b>closeCurrentWindow</b>(<i></i>) |
3008 <b>closeCurrentWindow</b>(<i></i>) |
2998 |
3009 |
2999 <p> |
3010 <p> |
3421 <b>handleResetUI</b>(<i></i>) |
3432 <b>handleResetUI</b>(<i></i>) |
3422 |
3433 |
3423 <p> |
3434 <p> |
3424 Public slot to handle the resetUI signal. |
3435 Public slot to handle the resetUI signal. |
3425 </p> |
3436 </p> |
|
3437 <a NAME="ViewManager.hasDirtyEditor" ID="ViewManager.hasDirtyEditor"></a> |
|
3438 <h4>ViewManager.hasDirtyEditor</h4> |
|
3439 <b>hasDirtyEditor</b>(<i></i>) |
|
3440 |
|
3441 <p> |
|
3442 Public method to ask, if any of the open editors contains unsaved |
|
3443 changes. |
|
3444 </p> |
|
3445 <dl> |
|
3446 <dt>Return:</dt> |
|
3447 <dd> |
|
3448 flag indicating at least one editor has unsaved changes |
|
3449 </dd> |
|
3450 </dl> |
|
3451 <dl> |
|
3452 <dt>Return Type:</dt> |
|
3453 <dd> |
|
3454 bool |
|
3455 </dd> |
|
3456 </dl> |
3426 <a NAME="ViewManager.initActions" ID="ViewManager.initActions"></a> |
3457 <a NAME="ViewManager.initActions" ID="ViewManager.initActions"></a> |
3427 <h4>ViewManager.initActions</h4> |
3458 <h4>ViewManager.initActions</h4> |
3428 <b>initActions</b>(<i></i>) |
3459 <b>initActions</b>(<i></i>) |
3429 |
3460 |
3430 <p> |
3461 <p> |