Module implementing the Watchpoint model.
WatchPointModel | Class implementing a custom model for watchpoints. |
None |
Class implementing a custom model for watchpoints.
WatchPointModel | Constructor |
addWatchPoint | Public method to add a new watchpoint to the list. |
columnCount | Public method to get the current column count. |
data | Public method to get the requested data. |
deleteAll | Public method to delete all watchpoints. |
deleteWatchPointByIndex | Public method to set the values of a watchpoint given by index. |
deleteWatchPoints | Public method to delete a list of watchpoints given by their indexes. |
flags | Public method to get item flags. |
getWatchPointByIndex | Public method to get the values of a watchpoint given by index. |
getWatchPointIndex | Public method to get the index of a watchpoint given by condition. |
hasChildren | Public method to check for the presence of child items. |
headerData | Public method to get header data. |
index | Public method to create an index. |
parent | Public method to get the parent index. |
rowCount | Public method to get the current row count. |
setWatchPointByIndex | Public method to set the values of a watchpoint given by index. |
setWatchPointEnabledByIndex | Public method to set the enabled state of a watchpoint given by index. |
Constructor
Public method to add a new watchpoint to the list.
Public method to get the current column count.
Public method to get the requested data.
Public method to delete all watchpoints.
Public method to set the values of a watchpoint given by index.
Public method to delete a list of watchpoints given by their indexes.
Public method to get item flags.
Public method to get the values of a watchpoint given by index.
Public method to get the index of a watchpoint given by condition.
Public method to check for the presence of child items.
Public method to get header data.
Public method to create an index.
Public method to get the parent index.
Public method to get the current row count.
Public method to set the values of a watchpoint given by index.
Public method to set the enabled state of a watchpoint given by index.