Module implementing the Breakpoint viewer widget.
BreakPointViewer | Class implementing the Breakpoint viewer widget. |
None |
Class implementing the Breakpoint viewer widget. Breakpoints will be shown with all their details. They can be modified through the context menu of this widget.
BreakPointViewer | Constructor |
addBreak | Private slot to handle the add breakpoint context menu entry. |
clearBreakpoint | Public slot to handle the clientClearBreak signal. |
createPopupMenus | Private method to generate the popup menus. |
deleteAllBreaks | Private slot to handle the delete all breakpoints context menu entry. |
deleteBreak | Private slot to handle the delete breakpoint context menu entry. |
deleteBreakpoint | Private method to delete a breakpoint. |
deleteSelectedBreaks | Private slot to handle the delete selected breakpoints context menu entry. |
disableAllBreaks | Private slot to handle the disable all breakpoints context menu entry. |
disableBreak | Private slot to handle the disable breakpoint context menu entry. |
disableSelectedBreaks | Private slot to handle the disable selected breakpoints context menu entry. |
editBreak | Private slot to handle the edit breakpoint context menu entry. |
editBreakpoint | Private slot to edit a breakpoint. |
editorClosed | Public slot to handle the editorClosed signal. |
enableAllBreaks | Private slot to handle the enable all breakpoints context menu entry. |
enableBreak | Private slot to handle the enable breakpoint context menu entry. |
enableSelectedBreaks | Private slot to handle the enable selected breakpoints context menu entry. |
findBreakpoint | Private method to find a specific breakpoint in the list. |
findItems | Private method to find all items matching the given filename. |
getRefreshedItem | Private method to get an item with refreshed values. |
getRefreshedSelectedItems | Public method to get the selected items after a refresh of the display. |
getSelectedItemsCount | Public method to get the count of items selcted. |
handleContextMenu | Private slot to show the context menu of the listview. |
handleDoubleClicked | Private slot to handle the double clicked signal. |
handleResetUI | Public slot to reset the breakpoint viewer. |
handleShowBackMenu | Private slot to handle the aboutToShow signal of the background menu. |
highlightBreakpoint | Public slot to handle the clientLine signal. |
refresh | Public slot to refresh the breakpoints display. |
setDebugger | Public method to set a reference to the Debug UI. |
setEnabledStatus | Private method to set the enabled status of a breakpoint. |
showEvent | Protected slot called when this widget is being shown. |
showSource | Private slot to handle the goto context menu entry. |
Constructor
Private slot to handle the add breakpoint context menu entry.
Public slot to handle the clientClearBreak signal.
Private method to generate the popup menus.
Private slot to handle the delete all breakpoints context menu entry.
Private slot to handle the delete breakpoint context menu entry.
Private method to delete a breakpoint.
Private slot to handle the delete selected breakpoints context menu entry.
Private slot to handle the disable all breakpoints context menu entry.
Private slot to handle the disable breakpoint context menu entry.
Private slot to handle the disable selected breakpoints context menu entry.
Private slot to handle the edit breakpoint context menu entry.
Private slot to edit a breakpoint.
Public slot to handle the editorClosed signal.
Private slot to handle the enable all breakpoints context menu entry.
Private slot to handle the enable breakpoint context menu entry.
Private slot to handle the enable selected breakpoints context menu entry.
Private method to find a specific breakpoint in the list.
Private method to find all items matching the given filename.
Private method to get an item with refreshed values.
Public method to get the selected items after a refresh of the display.
Public method to get the count of items selcted.
Private slot to show the context menu of the listview.
Private slot to handle the double clicked signal.
Public slot to reset the breakpoint viewer.
Private slot to handle the aboutToShow signal of the background menu.
Public slot to handle the clientLine signal.
Public slot to refresh the breakpoints display.
Public method to set a reference to the Debug UI.
Private method to set the enabled status of a breakpoint.
Protected slot called when this widget is being shown.
Private slot to handle the goto context menu entry.