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

branch
eric7
changeset 11252
6748aad1b609
parent 11000
f8371a2dd08f
--- a/src/eric7/Documentation/Source/eric7.Debugger.VariablesViewer.html	Thu May 01 19:51:16 2025 +0200
+++ b/src/eric7/Documentation/Source/eric7.Debugger.VariablesViewer.html	Fri May 02 15:09:24 2025 +0200
@@ -284,10 +284,6 @@
 <td>Public method to get the parent of the given child.</td>
 </tr>
 <tr>
-<td><a href="#VariablesModel.resetModifiedMarker">resetModifiedMarker</a></td>
-<td>Public method to remove the modified marker from changed items.</td>
-</tr>
-<tr>
 <td><a href="#VariablesModel.rowCount">rowCount</a></td>
 <td>Public method to get the row count.</td>
 </tr>
@@ -299,6 +295,10 @@
 <td><a href="#VariablesModel.showVariables">showVariables</a></td>
 <td>Public method to update the data model of variable in pathlist.</td>
 </tr>
+<tr>
+<td><a href="#VariablesModel.updateView">updateView</a></td>
+<td>Public method to refresh all items to clear the changed marker.</td>
+</tr>
 </table>
 
 <h3>Static Methods</h3>
@@ -657,24 +657,6 @@
 QModelIndex
 </dd>
 </dl>
-<a NAME="VariablesModel.resetModifiedMarker" ID="VariablesModel.resetModifiedMarker"></a>
-<h4>VariablesModel.resetModifiedMarker</h4>
-<b>resetModifiedMarker</b>(<i>parentIdx=None, pathlist=None</i>)
-<p>
-        Public method to remove the modified marker from changed items.
-</p>
-
-<dl>
-
-<dt><i>parentIdx</i> (QModelIndex (optional))</dt>
-<dd>
-item to reset marker (defaults to None)
-</dd>
-<dt><i>pathlist</i> (list of str (optional))</dt>
-<dd>
-full path to the variable (defaults to None)
-</dd>
-</dl>
 <a NAME="VariablesModel.rowCount" ID="VariablesModel.rowCount"></a>
 <h4>VariablesModel.rowCount</h4>
 <b>rowCount</b>(<i>parent=None</i>)
@@ -750,6 +732,13 @@
 full path to the variable
 </dd>
 </dl>
+<a NAME="VariablesModel.updateView" ID="VariablesModel.updateView"></a>
+<h4>VariablesModel.updateView</h4>
+<b>updateView</b>(<i></i>)
+<p>
+        Public method to refresh all items to clear the changed marker.
+</p>
+
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 <hr />

eric ide

mercurial