Module implementing the Watchpoint viewer widget.
WatchPointViewer | Class implementing the Watchpoint viewer widget. |
None |
Class implementing the Watchpoint viewer widget.
Watchpoints will be shown with all their details. They can be modified through the context menu of this widget.
WatchPointViewer | Constructor |
__addWatchPoint | Private slot to handle the add watchpoint context menu entry. |
__clearSelection | Private slot to clear the selection. |
__createPopupMenus | Private method to generate the popup menus. |
__deleteAllWatchPoints | Private slot to handle the delete all watchpoints context menu entry. |
__deleteSelectedWatchPoints | Private slot to handle the delete selected watchpoints context menu entry. |
__deleteWatchPoint | Private slot to handle the delete watchpoint context menu entry. |
__disableAllWatchPoints | Private slot to handle the disable all watchpoints context menu entry. |
__disableSelectedWatchPoints | Private slot to handle the disable selected watchpoints context menu entry. |
__disableWatchPoint | Private slot to handle the disable watchpoint context menu entry. |
__doEditWatchPoint | Private slot to edit a watchpoint. |
__doubleClicked | Private slot to handle the double clicked signal. |
__editWatchPoint | Private slot to handle the edit watchpoint context menu entry. |
__enableAllWatchPoints | Private slot to handle the enable all watchpoints context menu entry. |
__enableSelectedWatchPoints | Private slot to handle the enable selected watchpoints context menu entry. |
__enableWatchPoint | Private slot to handle the enable watchpoint context menu entry. |
__findDuplicates | Private method to check, if an entry already exists. |
__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. |
__resizeColumns | Private slot to resize the view when items get added, edited or deleted. |
__resort | Private slot to resort the tree. |
__setRowSelected | Private slot to select a complete row. |
__setWpEnabled | Private method to set the enabled status of a watchpoint. |
__showBackMenu | Private slot to handle the aboutToShow signal of the background menu. |
__showContextMenu | Private slot to show the context menu. |
__toSourceIndex | Private slot to convert an index to a source index. |
setModel | Public slot to set the watchpoint model. |
Constructor
Private slot to handle the add watchpoint context menu entry.
Private slot to clear the selection.
Private method to generate the popup menus.
Private slot to handle the delete all watchpoints context menu entry.
Private slot to handle the delete selected watchpoints context menu entry.
Private slot to handle the delete watchpoint context menu entry.
Private slot to handle the disable all watchpoints context menu entry.
Private slot to handle the disable selected watchpoints context menu entry.
Private slot to handle the disable watchpoint context menu entry.
Private slot to edit a watchpoint.
Private slot to handle the double clicked signal.
Private slot to handle the edit watchpoint context menu entry.
Private slot to handle the enable all watchpoints context menu entry.
Private slot to handle the enable selected watchpoints context menu entry.
Private slot to handle the enable watchpoint context menu entry.
Private method to check, if an entry already exists.
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 slot to resize the view when items get added, edited or deleted.
Private slot to resort the tree.
Private slot to select a complete row.
Private method to set the enabled status of a watchpoint.
Private slot to handle the aboutToShow signal of the background menu.
Private slot to show the context menu.
Private slot to convert an index to a source index.
Public slot to set the watchpoint model.