src/eric7/Documentation/Source/eric7.Debugger.WatchPointModel.html

branch
eric7
changeset 10417
c6011e501282
parent 10259
b51dfacef37f
child 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.Debugger.WatchPointModel.html	Sat Dec 16 17:52:02 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.Debugger.WatchPointModel.html	Sun Dec 17 17:15:19 2023 +0100
@@ -155,9 +155,9 @@
 </p>
 <dl>
 
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QObject)</dt>
 <dd>
-reference to the parent widget (QObject)
+reference to the parent object
 </dd>
 </dl>
 <a NAME="WatchPointModel.addWatchPoint" ID="WatchPointModel.addWatchPoint"></a>
@@ -207,15 +207,21 @@
 </p>
 <dl>
 
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QModelIndex)</dt>
 <dd>
-index of the parent item (QModelIndex) (Unused)
+index of the parent item (unused)
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-column count (integer)
+column count
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+int
 </dd>
 </dl>
 <a NAME="WatchPointModel.data" ID="WatchPointModel.data"></a>
@@ -227,13 +233,13 @@
 </p>
 <dl>
 
-<dt><i>index</i></dt>
+<dt><i>index</i> (QModelIndex)</dt>
 <dd>
-index of the requested data (QModelIndex)
+index of the requested data
 </dd>
-<dt><i>role</i></dt>
+<dt><i>role</i> (Qt.ItemDataRole)</dt>
 <dd>
-role of the requested data (Qt.ItemDataRole)
+role of the requested data
 </dd>
 </dl>
 <dl>
@@ -242,6 +248,12 @@
 the requested data
 </dd>
 </dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+Any
+</dd>
+</dl>
 <a NAME="WatchPointModel.deleteAll" ID="WatchPointModel.deleteAll"></a>
 <h4>WatchPointModel.deleteAll</h4>
 <b>deleteAll</b>(<i></i>)
@@ -258,9 +270,9 @@
 </p>
 <dl>
 
-<dt><i>index</i></dt>
+<dt><i>index</i> (QModelIndex)</dt>
 <dd>
-index of the watch expression (QModelIndex)
+index of the watch expression
 </dd>
 </dl>
 <a NAME="WatchPointModel.deleteWatchPoints" ID="WatchPointModel.deleteWatchPoints"></a>
@@ -273,9 +285,9 @@
 </p>
 <dl>
 
-<dt><i>idxList</i></dt>
+<dt><i>idxList</i> (list of QModelIndex)</dt>
 <dd>
-list of watch expression indexes (list of QModelIndex)
+list of watch expression indexes
 </dd>
 </dl>
 <a NAME="WatchPointModel.flags" ID="WatchPointModel.flags"></a>
@@ -287,15 +299,21 @@
 </p>
 <dl>
 
-<dt><i>index</i></dt>
+<dt><i>index</i> (QModelIndex)</dt>
 <dd>
-index of the requested flags (QModelIndex)
+index of the requested flags
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-item flags for the given index (Qt.ItemFlags)
+item flags for the given index
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+Qt.ItemFlags
 </dd>
 </dl>
 <a NAME="WatchPointModel.getAllWatchpoints" ID="WatchPointModel.getAllWatchpoints"></a>
@@ -326,16 +344,16 @@
 </p>
 <dl>
 
-<dt><i>index</i></dt>
+<dt><i>index</i> (QModelIndex)</dt>
 <dd>
-index of the watch expression (QModelIndex)
+index of the watch expression
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-watch expression (list of six values (expression,
-            special condition, temporary flag, enabled flag, ignore count))
+watch expression (tuple containing expression, special condition,
+            temporary flag, enabled flag, ignore count)
 </dd>
 </dl>
 <dl>
@@ -354,19 +372,25 @@
 </p>
 <dl>
 
-<dt><i>cond</i></dt>
+<dt><i>cond</i> (str)</dt>
 <dd>
-expression of the watch expression (string)
+expression of the watch expression
 </dd>
-<dt><i>special</i></dt>
+<dt><i>special</i> (str)</dt>
 <dd>
-special condition of the watch expression (string)
+special condition of the watch expression
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-index (QModelIndex)
+index
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QModelIndex
 </dd>
 </dl>
 <a NAME="WatchPointModel.hasChildren" ID="WatchPointModel.hasChildren"></a>
@@ -378,15 +402,21 @@
 </p>
 <dl>
 
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QModelIndex)</dt>
 <dd>
-index of parent item (QModelIndex)
+index of parent item
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-flag indicating the presence of child items (boolean)
+flag indicating the presence of child items
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <a NAME="WatchPointModel.headerData" ID="WatchPointModel.headerData"></a>
@@ -398,17 +428,17 @@
 </p>
 <dl>
 
-<dt><i>section</i></dt>
+<dt><i>section</i> (int)</dt>
 <dd>
-section number of the requested header data (integer)
+section number of the requested header data
 </dd>
-<dt><i>orientation</i></dt>
+<dt><i>orientation</i> (Qt.Orientation)</dt>
 <dd>
-orientation of the header (Qt.Orientation)
+orientation of the header
 </dd>
-<dt><i>role</i></dt>
+<dt><i>role</i> (Qt.ItemDataRole)</dt>
 <dd>
-role of the requested data (Qt.ItemDataRole)
+role of the requested data
 </dd>
 </dl>
 <dl>
@@ -417,6 +447,12 @@
 header data
 </dd>
 </dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+Any
+</dd>
+</dl>
 <a NAME="WatchPointModel.index" ID="WatchPointModel.index"></a>
 <h4>WatchPointModel.index</h4>
 <b>index</b>(<i>row, column, parent=None</i>)
@@ -426,23 +462,29 @@
 </p>
 <dl>
 
-<dt><i>row</i></dt>
+<dt><i>row</i> (int)</dt>
 <dd>
-row number for the index (integer)
+row number for the index
 </dd>
-<dt><i>column</i></dt>
+<dt><i>column</i> (int)</dt>
 <dd>
-column number for the index (integer)
+column number for the index
 </dd>
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QModelIndex)</dt>
 <dd>
-index of the parent item (QModelIndex)
+index of the parent item
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-requested index (QModelIndex)
+requested index
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QModelIndex
 </dd>
 </dl>
 <a NAME="WatchPointModel.parent" ID="WatchPointModel.parent"></a>
@@ -454,15 +496,21 @@
 </p>
 <dl>
 
-<dt><i>index</i></dt>
+<dt><i>index</i> (QModelIndex)</dt>
 <dd>
-index of item to get parent (QModelIndex)
+index of item to get parent
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-index of parent (QModelIndex)
+index of parent
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QModelIndex
 </dd>
 </dl>
 <a NAME="WatchPointModel.rowCount" ID="WatchPointModel.rowCount"></a>
@@ -474,15 +522,21 @@
 </p>
 <dl>
 
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QModelIndex)</dt>
 <dd>
-index of the parent item (QModelIndex)
+index of the parent item
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-row count (integer)
+row count
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+int
 </dd>
 </dl>
 <a NAME="WatchPointModel.setWatchPointByIndex" ID="WatchPointModel.setWatchPointByIndex"></a>
@@ -494,23 +548,22 @@
 </p>
 <dl>
 
-<dt><i>index</i></dt>
+<dt><i>index</i> (QModelIndex)</dt>
 <dd>
-index of the watch expression (QModelIndex)
+index of the watch expression
 </dd>
-<dt><i>cond</i></dt>
+<dt><i>cond</i> (str)</dt>
 <dd>
-expression of the watch expression (string)
+expression of the watch expression
 </dd>
-<dt><i>special</i></dt>
+<dt><i>special</i> (str)</dt>
 <dd>
-special condition of the watch expression (string)
+special condition of the watch expression
 </dd>
-<dt><i>properties</i></dt>
+<dt><i>properties</i> (tuple of (bool, bool, int))</dt>
 <dd>
 properties of the watch expression
-            (tuple of temporary flag (bool), enabled flag (bool),
-            ignore count (integer))
+            (tuple of temporary flag, enabled flag, ignore count)
 </dd>
 </dl>
 <a NAME="WatchPointModel.setWatchPointEnabledByIndex" ID="WatchPointModel.setWatchPointEnabledByIndex"></a>
@@ -523,13 +576,13 @@
 </p>
 <dl>
 
-<dt><i>index</i></dt>
+<dt><i>index</i> (QModelIndex)</dt>
 <dd>
-index of the watch expression (QModelIndex)
+index of the watch expression
 </dd>
-<dt><i>enabled</i></dt>
+<dt><i>enabled</i> (bool)</dt>
 <dd>
-flag giving the enabled state (boolean)
+flag giving the enabled state
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial