Module implementing the Breakpoint viewer widget.
None |
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.
None |
None |
BreakPointViewer | Constructor |
__addBreak | Private slot to handle the add breakpoint context menu entry. |
__clearSelection | Private slot to clear the selection. |
__configure | Private method to open the configuration dialog. |
__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. |
__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. |
__doubleClicked | Private slot to handle the double clicked signal. |
__editBreak | Private slot to handle the edit breakpoint context menu entry. |
__editBreakpoint | Private slot to edit a breakpoint. |
__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. |
__fromSourceIndex | Private slot to convert a source index to an index. |
__getSelectedItemsCount | Private method to get the count of items selected. |
__layoutDisplay | Private slot to perform a layout operation. |
__loadRecent | Private method to load the recently used file names. |
__resizeColumns | Private slot to resize the view when items get added, edited or deleted. |
__resort | Private slot to resort the tree. |
__saveRecent | Private method to save the list of recently used file names. |
__setBpEnabled | Private method to set the enabled status of a breakpoint. |
__setRowSelected | Private slot to select a complete row. |
__showBackMenu | Private slot to handle the aboutToShow signal of the background menu. |
__showContextMenu | Private slot to show the context menu. |
__showSource | Private slot to handle the goto context menu entry. |
__toSourceIndex | Private slot to convert an index to a source index. |
handleResetUI | Public slot to reset the breakpoint viewer. |
highlightBreakpoint | Public slot to handle the clientLine signal. |
setModel | Public slot to set the breakpoint model. |
None |
Constructor
Private slot to handle the add breakpoint context menu entry.
Private slot to clear the selection.
Private method to open the configuration dialog.
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 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 double clicked signal.
Private slot to handle the edit breakpoint context menu entry.
Private slot to edit a breakpoint.
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 slot to convert a source index to an index.
Private method to get the count of items selected.
Private slot to perform a layout operation.
Private method to load the recently used file names.
Private slot to resize the view when items get added, edited or deleted.
Private slot to resort the tree.
Private method to save the list of recently used file names.
Private method to set the enabled status of a breakpoint.
Private slot to select a complete row.
Private slot to handle the aboutToShow signal of the background menu.
Private slot to show the context menu.
Private slot to handle the goto context menu entry.
Private slot to convert an index to a source index.
Public slot to reset the breakpoint viewer.
Public slot to handle the clientLine signal.
Public slot to set the breakpoint model.