Module implementing the Exception Logger widget.
ExceptionLogger | Class implementing the Exception Logger widget. |
None |
Class implementing the Exception Logger widget. This class displays a log of all exceptions having occured during a debugging session.
ExceptionLogger | Constructor |
addException | Public slot to handle the arrival of a new exception. |
contentsMouseDoubleClickEvent | Protected method of QListView. |
debuggingStarted | Public slot to clear the listview upon starting a new debugging session. |
handleContextMenu | Private slot to show the context menu of the listview. |
handleOpen | Private slot to handle a double click on an entry. |
Constructor
Public slot to handle the arrival of a new exception.
Protected method of QListView. Reimplemented to disable expanding/collapsing of items when double-clicking. Instead the double-clicked entry is opened.
Public slot to clear the listview upon starting a new debugging session.
Private slot to show the context menu of the listview.
Private slot to handle a double click on an entry.