src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.DebuggerGeneralPage.html

branch
eric7
changeset 10259
b51dfacef37f
parent 10070
9f5758c0fec1
child 10428
a071d4065202
--- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.DebuggerGeneralPage.html	Fri Oct 27 14:07:03 2023 +0200
+++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.DebuggerGeneralPage.html	Fri Oct 27 14:09:40 2023 +0200
@@ -35,7 +35,7 @@
 
 <tr>
 <td><a href="#create">create</a></td>
-<td></td>
+<td>Module function to create the configuration page.</td>
 </tr>
 </table>
 <hr />
@@ -196,7 +196,7 @@
 </tr>
 <tr>
 <td><a href="#PreviewModel.columnCount">columnCount</a></td>
-<td></td>
+<td>Public Qt slot to get the column count.</td>
 </tr>
 <tr>
 <td><a href="#PreviewModel.data">data</a></td>
@@ -204,7 +204,7 @@
 </tr>
 <tr>
 <td><a href="#PreviewModel.flags">flags</a></td>
-<td></td>
+<td>Public Qt slot to get the item flags.</td>
 </tr>
 <tr>
 <td><a href="#PreviewModel.index">index</a></td>
@@ -212,11 +212,11 @@
 </tr>
 <tr>
 <td><a href="#PreviewModel.parent">parent</a></td>
-<td></td>
+<td>Public Qt slot to get the parent of the given child.</td>
 </tr>
 <tr>
 <td><a href="#PreviewModel.rowCount">rowCount</a></td>
-<td></td>
+<td>Public Qt slot to get the row count.</td>
 </tr>
 <tr>
 <td><a href="#PreviewModel.setColor">setColor</a></td>
@@ -240,6 +240,28 @@
 <h4>PreviewModel.columnCount</h4>
 <b>columnCount</b>(<i>parent=QModelIndex()</i>)
 
+<p>
+        Public Qt slot to get the column count.
+</p>
+<dl>
+
+<dt><i>parent</i> (QModelIndex)</dt>
+<dd>
+the model parent
+</dd>
+</dl>
+<dl>
+<dt>Return:</dt>
+<dd>
+number of columns
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+int
+</dd>
+</dl>
 <a NAME="PreviewModel.data" ID="PreviewModel.data"></a>
 <h4>PreviewModel.data</h4>
 <b>data</b>(<i>index, role=Qt.ItemDataRole.DisplayRole</i>)
@@ -274,6 +296,28 @@
 <h4>PreviewModel.flags</h4>
 <b>flags</b>(<i>index</i>)
 
+<p>
+        Public Qt slot to get the item flags.
+</p>
+<dl>
+
+<dt><i>index</i> (QModelIndex)</dt>
+<dd>
+of item
+</dd>
+</dl>
+<dl>
+<dt>Return:</dt>
+<dd>
+item flags
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QtCore.Qt.ItemFlag
+</dd>
+</dl>
 <a NAME="PreviewModel.index" ID="PreviewModel.index"></a>
 <h4>PreviewModel.index</h4>
 <b>index</b>(<i>row, column, parent=QModelIndex()</i>)
@@ -312,10 +356,54 @@
 <h4>PreviewModel.parent</h4>
 <b>parent</b>(<i>child</i>)
 
+<p>
+        Public Qt slot to get the parent of the given child.
+</p>
+<dl>
+
+<dt><i>child</i> (QModelIndex)</dt>
+<dd>
+the model child node
+</dd>
+</dl>
+<dl>
+<dt>Return:</dt>
+<dd>
+new model index for parent
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QModelIndex
+</dd>
+</dl>
 <a NAME="PreviewModel.rowCount" ID="PreviewModel.rowCount"></a>
 <h4>PreviewModel.rowCount</h4>
 <b>rowCount</b>(<i>parent=QModelIndex()</i>)
 
+<p>
+        Public Qt slot to get the row count.
+</p>
+<dl>
+
+<dt><i>parent</i> (QModelIndex)</dt>
+<dd>
+the model parent
+</dd>
+</dl>
+<dl>
+<dt>Return:</dt>
+<dd>
+number of rows
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+int
+</dd>
+</dl>
 <a NAME="PreviewModel.setColor" ID="PreviewModel.setColor"></a>
 <h4>PreviewModel.setColor</h4>
 <b>setColor</b>(<i>key, bgcolour</i>)
@@ -341,6 +429,22 @@
 <h2>create</h2>
 <b>create</b>(<i>dlg</i>)
 
+<p>
+    Module function to create the configuration page.
+</p>
+<dl>
+
+<dt><i>dlg</i></dt>
+<dd>
+reference to the configuration dialog
+</dd>
+</dl>
+<dl>
+<dt>Return:</dt>
+<dd>
+reference to the instantiated page (ConfigurationPageBase)
+</dd>
+</dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 </body></html>
\ No newline at end of file

eric ide

mercurial