This class displays a log of all exceptions having occured during
    a debugging session.
        
            | Methods |  | 
        
        | __init__ addException
 contentsMouseDoubleClickEvent
 debuggingStarted
 handleContextMenu
 handleOpen
 
 | 
            |  | __init__ | 
        
        | 
__init__ ( self,  parent=None )
 Constructor        Arguments
            parentthe parent widget of this widget | 
            |  | addException | 
        
        | 
addException ( self,  status )
 Public slot to handle the arrival of a new exception.        Arguments
            statusexception information | 
            |  | contentsMouseDoubleClickEvent | 
        
        | 
contentsMouseDoubleClickEvent ( self,  mouseEvent )
 Protected method of QListView.         Reimplemented to disable expanding/collapsing
        of items when double-clicking. Instead the double-clicked entry is opened.         Arguments
            mouseEventthe mouse event (QMouseEvent), ignored | 
            |  | debuggingStarted | 
        
        | 
debuggingStarted ( self )
 Public slot to clear the listview upon starting a new debugging session. | 
            |  | handleContextMenu | 
        
        | 
handleContextMenu (
        self,
        itm,
        coord,
        col,
        )
Private slot to show the context menu of the listview.        Arguments
            itmthe item, that was right clicked (QListViewItem)            coordthe global coordinates of the mouse pointer (QPoint)            colthe column number of the mouse pointer (int) | 
            |  | handleOpen | 
        
        | 
handleOpen ( self )
 Private slot to handle a double click on an entry. |