Module implementing the Watch expression model.
None |
WatchPointModel | Class implementing a custom model for watch expressions. |
None |
Class implementing a custom model for watch expressions.
Alignments |
ConditionColumn |
EnabledColumn |
Header |
IgnoreCountColumn |
SpecialColumn |
TemporaryColumn |
None |
WatchPointModel | Constructor |
addWatchPoint | Public method to add a new watch expression to the list. |
addWatchPoints | Public method to add multiple watch expressions 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 watch expressions. |
deleteWatchPointByIndex | Public method to set the values of a watch expression given by index. |
deleteWatchPoints | Public method to delete a list of watch expressions given by their indexes. |
flags | Public method to get item flags. |
getAllWatchpoints | Public method to get the list of watchpoints. |
getWatchPointByIndex | Public method to get the values of a watch expression given by index. |
getWatchPointIndex | Public method to get the index of a watch expression given by expression. |
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 watch expression given by index. |
setWatchPointEnabledByIndex | Public method to set the enabled state of a watch expression given by index. |
None |
Constructor
Public method to add a new watch expression to the list.
Public method to add multiple watch expressions to the list.
Public method to get the current column count.
Public method to get the requested data.
Public method to delete all watch expressions.
Public method to set the values of a watch expression given by index.
Public method to delete a list of watch expressions given by their indexes.
Public method to get item flags.
Public method to get the list of watchpoints.
Public method to get the values of a watch expression given by index.
Public method to get the index of a watch expression given by expression.
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 watch expression given by index.
Public method to set the enabled state of a watch expression given by index.