| Methods |  | 
        
        |  | 
            |  | __init__ | 
        
        | 
__init__ (
        self,
        parent,
        ui,
        dbs,
        )
Constructor        Arguments
            parentparent widget (QWidget)            uireference to the main user interface            dbsreference to the debug server object | 
            |  | activeWindow | 
        
        | 
activeWindow ( self )
 Private method to return the active (i.e. current) window.        Returns            reference to the active editor | 
            |  | addSplit | 
        
        | 
addSplit ( self )
 Public method used to split the current view. | 
            |  | addView | 
        
        | 
addView (
        self,
        win,
        fn=None,
        )
Private method to add a view (i.e. window)        Arguments
            wineditor window to be added            fnfilename of this editor | 
            |  | canCascade | 
        
        | 
canCascade ( self )
 Public method to signal if cascading of managed windows is available.        Returns            flag indicating cascading of windows is available | 
            |  | canSplit | 
        
        | 
canSplit ( self )
 public method to signal if splitting of the view is available.        Returns            flag indicating splitting of the view is available. | 
            |  | canTile | 
        
        | 
canTile ( self )
 Public method to signal if tiling of managed windows is available.        Returns            flag indicating tiling of windows is available | 
            |  | cascade | 
        
        | 
cascade ( self )
 Public method to cascade the managed windows. | 
            |  | eventFilter | 
        
        | 
eventFilter (
        self,
        watched,
        event,
        )
 | 
            |  | handleCurrentChanged | 
        
        | 
handleCurrentChanged ( self,  editor )
 Private slot to handle the currentChanged signal.        Arguments
            editorselected editor window | 
            |  | handleModificationStatusChanged | 
        
        | 
handleModificationStatusChanged (
        self,
        m,
        editor,
        )
Private slot to handle the modificationStatusChanged signal.        Arguments
            mflag indicating the modification status (boolean)            editoreditor window changed | 
            |  | handleShowWindowMenu | 
        
        | 
handleShowWindowMenu ( self,  windowMenu )
 Private method to set up the viewmanager part of the Window menu.        Arguments
            windowMenureference to the window menu | 
            |  | initViewActions | 
        
        | 
initViewActions ( self )
 Protected method defining the user interface actions for the view commands. | 
            |  | initWindowActions | 
        
        | 
initWindowActions ( self )
 Define the user interface actions for window handling. | 
            |  | nextTab | 
        
        | 
nextTab ( self )
 Private slot used to show the next tab of the current tabwidget. | 
            |  | prevTab | 
        
        | 
prevTab ( self )
 Private slot used to show the previous tab of the current tabwidget. | 
            |  | removeAllViews | 
        
        | 
removeAllViews ( self )
 Private method to remove all views (i.e. windows) | 
            |  | removeSplit | 
        
        | 
removeSplit ( self )
 Public method used to remove the current split view. | 
            |  | removeView | 
        
        | 
removeView ( self,  win )
 Private method to remove a view (i.e. window)        Arguments
            wineditor window to be removed | 
            |  | setEditorName | 
        
        | 
setEditorName (
        self,
        editor,
        newName,
        )
Change the displayed name of the editor.        Arguments
            editoreditor window to be changed            newNamenew name to be shown (string or QString) | 
            |  | setSplitOrientation | 
        
        | 
setSplitOrientation ( self,  orientation )
 Public method used to set the orientation of the split view.        Arguments
            orientationorientation of the split
                (QSplitter.Horizontal or QSplitter.Vertical) | 
            |  | showView | 
        
        | 
showView (
        self,
        win,
        fn=None,
        )
Private method to show a view (i.e. window)        Arguments
            wineditor window to be shown            fnfilename of this editor | 
            |  | tile | 
        
        | 
tile ( self )
 Public method to tile the managed windows. |