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

branch
eric7
changeset 10479
856476537696
parent 10417
c6011e501282
child 10684
58c7f23ae1cb
--- a/src/eric7/Documentation/Source/eric7.Debugger.WatchPointModel.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.Debugger.WatchPointModel.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,37 +7,36 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.Debugger.WatchPointModel</h1>
-
 <p>
 Module implementing the Watch expression model.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#WatchPointModel">WatchPointModel</a></td>
 <td>Class implementing a custom model for watch expressions.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="WatchPointModel" ID="WatchPointModel"></a>
 <h2>WatchPointModel</h2>
-
 <p>
     Class implementing a custom model for watch expressions.
 </p>
+
 <h3>Signals</h3>
 <dl>
 
@@ -50,19 +49,23 @@
 <h3>Derived from</h3>
 QAbstractItemModel
 <h3>Class Attributes</h3>
+<table>
+<tr><td>Alignments</td></tr>
+<tr><td>ConditionColumn</td></tr>
+<tr><td>EnabledColumn</td></tr>
+<tr><td>Header</td></tr>
+<tr><td>IgnoreCountColumn</td></tr>
+<tr><td>SpecialColumn</td></tr>
+<tr><td>TemporaryColumn</td></tr>
+</table>
 
-<table>
-<tr><td>Alignments</td></tr><tr><td>ConditionColumn</td></tr><tr><td>EnabledColumn</td></tr><tr><td>Header</td></tr><tr><td>IgnoreCountColumn</td></tr><tr><td>SpecialColumn</td></tr><tr><td>TemporaryColumn</td></tr>
-</table>
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#WatchPointModel.__init__">WatchPointModel</a></td>
 <td>Constructor</td>
@@ -140,19 +143,20 @@
 <td>Public method to set the enabled state of a watch expression given by index.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="WatchPointModel.__init__" ID="WatchPointModel.__init__"></a>
 <h4>WatchPointModel (Constructor)</h4>
 <b>WatchPointModel</b>(<i>parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>parent</i> (QObject)</dt>
@@ -163,10 +167,10 @@
 <a NAME="WatchPointModel.addWatchPoint" ID="WatchPointModel.addWatchPoint"></a>
 <h4>WatchPointModel.addWatchPoint</h4>
 <b>addWatchPoint</b>(<i>cond, special, properties</i>)
-
 <p>
         Public method to add a new watch expression to the list.
 </p>
+
 <dl>
 
 <dt><i>cond</i> (str)</dt>
@@ -186,10 +190,10 @@
 <a NAME="WatchPointModel.addWatchPoints" ID="WatchPointModel.addWatchPoints"></a>
 <h4>WatchPointModel.addWatchPoints</h4>
 <b>addWatchPoints</b>(<i>watchpoints</i>)
-
 <p>
         Public method to add multiple watch expressions to the list.
 </p>
+
 <dl>
 
 <dt><i>watchpoints</i> (list of (str, str, bool, bool, int))</dt>
@@ -201,10 +205,10 @@
 <a NAME="WatchPointModel.columnCount" ID="WatchPointModel.columnCount"></a>
 <h4>WatchPointModel.columnCount</h4>
 <b>columnCount</b>(<i>parent=None</i>)
-
 <p>
         Public method to get the current column count.
 </p>
+
 <dl>
 
 <dt><i>parent</i> (QModelIndex)</dt>
@@ -227,10 +231,10 @@
 <a NAME="WatchPointModel.data" ID="WatchPointModel.data"></a>
 <h4>WatchPointModel.data</h4>
 <b>data</b>(<i>index, role</i>)
-
 <p>
         Public method to get the requested data.
 </p>
+
 <dl>
 
 <dt><i>index</i> (QModelIndex)</dt>
@@ -257,17 +261,17 @@
 <a NAME="WatchPointModel.deleteAll" ID="WatchPointModel.deleteAll"></a>
 <h4>WatchPointModel.deleteAll</h4>
 <b>deleteAll</b>(<i></i>)
-
 <p>
         Public method to delete all watch expressions.
 </p>
+
 <a NAME="WatchPointModel.deleteWatchPointByIndex" ID="WatchPointModel.deleteWatchPointByIndex"></a>
 <h4>WatchPointModel.deleteWatchPointByIndex</h4>
 <b>deleteWatchPointByIndex</b>(<i>index</i>)
-
 <p>
         Public method to set the values of a watch expression given by index.
 </p>
+
 <dl>
 
 <dt><i>index</i> (QModelIndex)</dt>
@@ -278,11 +282,11 @@
 <a NAME="WatchPointModel.deleteWatchPoints" ID="WatchPointModel.deleteWatchPoints"></a>
 <h4>WatchPointModel.deleteWatchPoints</h4>
 <b>deleteWatchPoints</b>(<i>idxList</i>)
-
 <p>
         Public method to delete a list of watch expressions given by their
         indexes.
 </p>
+
 <dl>
 
 <dt><i>idxList</i> (list of QModelIndex)</dt>
@@ -293,10 +297,10 @@
 <a NAME="WatchPointModel.flags" ID="WatchPointModel.flags"></a>
 <h4>WatchPointModel.flags</h4>
 <b>flags</b>(<i>index</i>)
-
 <p>
         Public method to get item flags.
 </p>
+
 <dl>
 
 <dt><i>index</i> (QModelIndex)</dt>
@@ -319,10 +323,10 @@
 <a NAME="WatchPointModel.getAllWatchpoints" ID="WatchPointModel.getAllWatchpoints"></a>
 <h4>WatchPointModel.getAllWatchpoints</h4>
 <b>getAllWatchpoints</b>(<i></i>)
-
 <p>
         Public method to get the list of watchpoints.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -338,10 +342,10 @@
 <a NAME="WatchPointModel.getWatchPointByIndex" ID="WatchPointModel.getWatchPointByIndex"></a>
 <h4>WatchPointModel.getWatchPointByIndex</h4>
 <b>getWatchPointByIndex</b>(<i>index</i>)
-
 <p>
         Public method to get the values of a watch expression given by index.
 </p>
+
 <dl>
 
 <dt><i>index</i> (QModelIndex)</dt>
@@ -365,11 +369,11 @@
 <a NAME="WatchPointModel.getWatchPointIndex" ID="WatchPointModel.getWatchPointIndex"></a>
 <h4>WatchPointModel.getWatchPointIndex</h4>
 <b>getWatchPointIndex</b>(<i>cond, special=""</i>)
-
 <p>
         Public method to get the index of a watch expression given by
         expression.
 </p>
+
 <dl>
 
 <dt><i>cond</i> (str)</dt>
@@ -396,10 +400,10 @@
 <a NAME="WatchPointModel.hasChildren" ID="WatchPointModel.hasChildren"></a>
 <h4>WatchPointModel.hasChildren</h4>
 <b>hasChildren</b>(<i>parent=None</i>)
-
 <p>
         Public method to check for the presence of child items.
 </p>
+
 <dl>
 
 <dt><i>parent</i> (QModelIndex)</dt>
@@ -422,10 +426,10 @@
 <a NAME="WatchPointModel.headerData" ID="WatchPointModel.headerData"></a>
 <h4>WatchPointModel.headerData</h4>
 <b>headerData</b>(<i>section, orientation, role=Qt.ItemDataRole.DisplayRole</i>)
-
 <p>
         Public method to get header data.
 </p>
+
 <dl>
 
 <dt><i>section</i> (int)</dt>
@@ -456,10 +460,10 @@
 <a NAME="WatchPointModel.index" ID="WatchPointModel.index"></a>
 <h4>WatchPointModel.index</h4>
 <b>index</b>(<i>row, column, parent=None</i>)
-
 <p>
         Public method to create an index.
 </p>
+
 <dl>
 
 <dt><i>row</i> (int)</dt>
@@ -490,10 +494,10 @@
 <a NAME="WatchPointModel.parent" ID="WatchPointModel.parent"></a>
 <h4>WatchPointModel.parent</h4>
 <b>parent</b>(<i>index</i>)
-
 <p>
         Public method to get the parent index.
 </p>
+
 <dl>
 
 <dt><i>index</i> (QModelIndex)</dt>
@@ -516,10 +520,10 @@
 <a NAME="WatchPointModel.rowCount" ID="WatchPointModel.rowCount"></a>
 <h4>WatchPointModel.rowCount</h4>
 <b>rowCount</b>(<i>parent=None</i>)
-
 <p>
         Public method to get the current row count.
 </p>
+
 <dl>
 
 <dt><i>parent</i> (QModelIndex)</dt>
@@ -542,10 +546,10 @@
 <a NAME="WatchPointModel.setWatchPointByIndex" ID="WatchPointModel.setWatchPointByIndex"></a>
 <h4>WatchPointModel.setWatchPointByIndex</h4>
 <b>setWatchPointByIndex</b>(<i>index, cond, special, properties</i>)
-
 <p>
         Public method to set the values of a watch expression given by index.
 </p>
+
 <dl>
 
 <dt><i>index</i> (QModelIndex)</dt>
@@ -569,11 +573,11 @@
 <a NAME="WatchPointModel.setWatchPointEnabledByIndex" ID="WatchPointModel.setWatchPointEnabledByIndex"></a>
 <h4>WatchPointModel.setWatchPointEnabledByIndex</h4>
 <b>setWatchPointEnabledByIndex</b>(<i>index, enabled</i>)
-
 <p>
         Public method to set the enabled state of a watch expression given by
         index.
 </p>
+
 <dl>
 
 <dt><i>index</i> (QModelIndex)</dt>
@@ -587,4 +591,4 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial