Module implementing the watch expression viewer widget.
None |
WatchPointViewer | Class implementing the watch expression viewer widget. |
None |
Class implementing the watch expression viewer widget.
Watch expressions will be shown with all their details. They can be modified through the context menu of this widget.
None |
None |
WatchPointViewer | Constructor |
__addWatchPoint | Private slot to handle the add watch expression 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. |
__deleteAllWatchPoints | Private slot to handle the delete all watch expressions context menu entry. |
__deleteSelectedWatchPoints | Private slot to handle the delete selected watch expressions context menu entry. |
__deleteWatchPoint | Private slot to handle the delete watch expression context menu entry. |
__disableAllWatchPoints | Private slot to handle the disable all watch expressions context menu entry. |
__disableSelectedWatchPoints | Private slot to handle the disable selected watch expressions context menu entry. |
__disableWatchPoint | Private slot to handle the disable watch expression context menu entry. |
__doEditWatchPoint | Private slot to edit a watch expression. |
__doubleClicked | Private slot to handle the double clicked signal. |
__editWatchPoint | Private slot to handle the edit watch expression context menu entry. |
__enableAllWatchPoints | Private slot to handle the enable all watch expressions context menu entry. |
__enableSelectedWatchPoints | Private slot to handle the enable selected watch expressions context menu entry. |
__enableWatchPoint | Private slot to handle the enable watch expression 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 watch expression. |
__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 watch expression model. |
None |
Constructor
Private slot to handle the add watch expression 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 watch expressions context menu entry.
Private slot to handle the delete selected watch expressions context menu entry.
Private slot to handle the delete watch expression context menu entry.
Private slot to handle the disable all watch expressions context menu entry.
Private slot to handle the disable selected watch expressions context menu entry.
Private slot to handle the disable watch expression context menu entry.
Private slot to edit a watch expression.
Private slot to handle the double clicked signal.
Private slot to handle the edit watch expression context menu entry.
Private slot to handle the enable all watch expressions context menu entry.
Private slot to handle the enable selected watch expressions context menu entry.
Private slot to handle the enable watch expression 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 watch expression.
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 watch expression model.