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 |
addWatch | Private slot to handle the add watchpoint context menu entry. |
clearWatchpoint | Public slot to clear a watchpoint. |
createPopupMenus | Private method to generate the popup menus. |
deleteAllWatches | Private slot to handle the delete all watchpoints context menu entry. |
deleteSelectedWatches | Private slot to handle the delete selected watchpoints context menu entry. |
deleteWatch | Private slot to handle the delete watchpoint context menu entry. |
disableAllWatches | Private slot to handle the disable all watchpoints context menu entry. |
disableSelectedWatches | Private slot to handle the disable selected watchpoints context menu entry. |
disableWatch | Private slot to handle the disable watchpoint context menu entry. |
editWatch | Private slot to handle the edit watchpoint context menu entry. |
editWatchpoint | Private slot to edit a watchpoint. |
enableAllWatches | Private slot to handle the enable all watchpoints context menu entry. |
enableSelectedWatches | Private slot to handle the enable selected watchpoints context menu entry. |
enableWatch | Private slot to handle the enable watchpoint context menu entry. |
extractData | Private method to extract the data of a watchpoint item. |
findDuplicates | Private method to check, if an entry already exists. |
getSelectedItems | Public method to get the selected items. |
getSelectedItemsCount | Public method to get the count of items selcted. |
getWatchpoints | Public mathod to retrieve all watchpoints |
getWatchpointsProperties | Public method to retrieve the properties of all watchpoints |
handleContextMenu | Private slot to show the context menu of the listview. |
handleDoubleClicked | Private slot to handle the double clicked signal. |
handleShowBackMenu | Private slot to handle the aboutToShow signal of the background menu. |
makeCondition | Private method to construct the condition string. |
setWatchpoint | Public method to set a watchpoint with its properties. |
Constructor
Private slot to handle the add watchpoint context menu entry.
Public slot to clear a watchpoint.
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 handle the edit watchpoint context menu entry.
Private slot to edit a watchpoint.
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 extract the data of a watchpoint item.
Private method to check, if an entry already exists.
Public method to get the selected items.
Public method to get the count of items selcted.
Public mathod to retrieve all watchpoints
Public method to retrieve the properties of all watchpoints
Private slot to show the context menu of the listview.
Private slot to handle the double clicked signal.
Private slot to handle the aboutToShow signal of the background menu.
Private method to construct the condition string.
Public method to set a watchpoint with its properties.