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

branch
eric7
changeset 10417
c6011e501282
parent 9209
b99e7fd55fd3
child 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.Debugger.WatchPointViewer.html	Sat Dec 16 17:52:02 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.Debugger.WatchPointViewer.html	Sun Dec 17 17:15:19 2023 +0100
@@ -190,9 +190,9 @@
 </p>
 <dl>
 
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QWidget)</dt>
 <dd>
-the parent (QWidget)
+reference to the parent widget
 </dd>
 </dl>
 <a NAME="WatchPointViewer.__addWatchPoint" ID="WatchPointViewer.__addWatchPoint"></a>
@@ -278,9 +278,9 @@
 </p>
 <dl>
 
-<dt><i>index</i></dt>
+<dt><i>index</i> (QModelIndex)</dt>
 <dd>
-index of watch expression to be edited (QModelIndex)
+index of watch expression to be edited
 </dd>
 </dl>
 <a NAME="WatchPointViewer.__doubleClicked" ID="WatchPointViewer.__doubleClicked"></a>
@@ -292,9 +292,9 @@
 </p>
 <dl>
 
-<dt><i>index</i></dt>
+<dt><i>index</i> (QModelIndex)</dt>
 <dd>
-index of the entry that was double clicked (QModelIndex)
+index of the entry that was double clicked
 </dd>
 </dl>
 <a NAME="WatchPointViewer.__editWatchPoint" ID="WatchPointViewer.__editWatchPoint"></a>
@@ -336,29 +336,34 @@
 </p>
 <dl>
 
-<dt><i>cond</i></dt>
+<dt><i>cond</i> (str)</dt>
 <dd>
-condition to check (string)
+condition to check
 </dd>
-<dt><i>special</i></dt>
+<dt><i>special</i> (str)</dt>
 <dd>
-special condition to check (string)
+special condition to check
 </dd>
-<dt><i>showMessage</i></dt>
+<dt><i>showMessage</i> (bool)</dt>
 <dd>
 flag indicating a message should be shown,
-            if a duplicate entry is found (boolean)
+            if a duplicate entry is found
 </dd>
-<dt><i>index</i></dt>
+<dt><i>index</i> (QModelIndex)</dt>
 <dd>
 index that should not be considered duplicate
-            (QModelIndex)
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-flag indicating a duplicate entry (boolean)
+flag indicating a duplicate entry
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <a NAME="WatchPointViewer.__fromSourceIndex" ID="WatchPointViewer.__fromSourceIndex"></a>
@@ -370,15 +375,21 @@
 </p>
 <dl>
 
-<dt><i>sindex</i></dt>
+<dt><i>sindex</i> (QModelIndex)</dt>
 <dd>
-source index to be converted (QModelIndex)
+source index to be converted
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-mapped index (QModelIndex)
+mapped index
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QModelIndex
 </dd>
 </dl>
 <a NAME="WatchPointViewer.__getSelectedItemsCount" ID="WatchPointViewer.__getSelectedItemsCount"></a>
@@ -391,7 +402,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-count of items selected (integer)
+count of items selected
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+int
 </dd>
 </dl>
 <a NAME="WatchPointViewer.__layoutDisplay" ID="WatchPointViewer.__layoutDisplay"></a>
@@ -425,13 +442,13 @@
 </p>
 <dl>
 
-<dt><i>index</i></dt>
+<dt><i>index</i> (QModelIndex)</dt>
 <dd>
-index determining the row to be selected (QModelIndex)
+index determining the row to be selected
 </dd>
-<dt><i>selected</i></dt>
+<dt><i>selected</i> (bool)</dt>
 <dd>
-flag indicating the action (bool)
+flag indicating the action
 </dd>
 </dl>
 <a NAME="WatchPointViewer.__setWpEnabled" ID="WatchPointViewer.__setWpEnabled"></a>
@@ -443,14 +460,13 @@
 </p>
 <dl>
 
-<dt><i>index</i></dt>
+<dt><i>index</i> (QModelIndex)</dt>
 <dd>
 index of watch expression to be enabled/disabled
-            (QModelIndex)
 </dd>
-<dt><i>enabled</i></dt>
+<dt><i>enabled</i> (bool)</dt>
 <dd>
-flag indicating the enabled status to be set (boolean)
+flag indicating the enabled status to be set
 </dd>
 </dl>
 <a NAME="WatchPointViewer.__showBackMenu" ID="WatchPointViewer.__showBackMenu"></a>
@@ -469,9 +485,9 @@
 </p>
 <dl>
 
-<dt><i>coord</i></dt>
+<dt><i>coord</i> (QPoint)</dt>
 <dd>
-the position of the mouse pointer (QPoint)
+the position of the mouse pointer
 </dd>
 </dl>
 <a NAME="WatchPointViewer.__toSourceIndex" ID="WatchPointViewer.__toSourceIndex"></a>
@@ -483,15 +499,21 @@
 </p>
 <dl>
 
-<dt><i>index</i></dt>
+<dt><i>index</i> (QModelIndex)</dt>
 <dd>
-index to be converted (QModelIndex)
+index to be converted
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-mapped index (QModelIndex)
+mapped index
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QModelIndex
 </dd>
 </dl>
 <a NAME="WatchPointViewer.setModel" ID="WatchPointViewer.setModel"></a>
@@ -503,9 +525,9 @@
 </p>
 <dl>
 
-<dt><i>model</i></dt>
+<dt><i>model</i> (WatchPointModel)</dt>
 <dd>
-reference to the watch expression model (WatchPointModel)
+reference to the watch expression model
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial