Module implementing the workspace viewmanager class.
Workspace | Class implementing the workspace viewmanager class. |
None |
Class implementing the workspace viewmanager class.
Workspace | Constructor |
activeWindow | Private method to return the active (i.e. current) window. |
addView | Private method to add a view (i.e. window) |
canCascade | Public method to signal if cascading of managed windows is available. |
canSplit | public method to signal if splitting of the view is available. |
canTile | Public method to signal if tiling of managed windows is available. |
cascade | Public method to cascade the managed windows. |
handleModificationStatusChanged | Private slot to handle the modificationStatusChanged signal. |
handleSVWindow | Private method to handle the toggle of an editor window. |
handleShowWindowMenu | Private method to set up the viewmanager part of the Window menu. |
handleWindowActivated | Private slot to handle the windowActivated signal. |
initWindowActions | Define the user interface actions for window handling. |
removeAllViews | Private method to remove all views (i.e. windows) |
removeSplit | Public method used to remove the current split view. |
removeView | Private method to remove a view (i.e. window) |
setEditorName | Change the displayed name of the editor. |
showView | Private method to show a view (i.e. window) |
splitView | Public method used to split the current view. |
tile | Public method to tile the managed windows. |
Constructor
Private method to return the active (i.e. current) window.
Private method to add a view (i.e. window)
Public method to signal if cascading of managed windows is available.
public method to signal if splitting of the view is available.
Public method to signal if tiling of managed windows is available.
Public method to cascade the managed windows.
Private slot to handle the modificationStatusChanged signal.
Private method to handle the toggle of an editor window.
Private method to set up the viewmanager part of the Window menu.
Private slot to handle the windowActivated signal.
Define the user interface actions for window handling.
Private method to remove all views (i.e. windows)
Public method used to remove the current split view.
Private method to remove a view (i.e. window)
Change the displayed name of the editor.
Private method to show a view (i.e. window)
Public method used to split the current view.
Public method to tile the managed windows.