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

branch
eric7
changeset 10070
9f5758c0fec1
parent 9530
c30f02ea1b27
child 10259
b51dfacef37f
--- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.DebuggerGeneralPage.html	Thu May 25 19:51:47 2023 +0200
+++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.DebuggerGeneralPage.html	Thu May 25 19:52:31 2023 +0200
@@ -35,7 +35,7 @@
 
 <tr>
 <td><a href="#create">create</a></td>
-<td>Module function to create the configuration page.</td>
+<td></td>
 </tr>
 </table>
 <hr />
@@ -72,7 +72,7 @@
 </tr>
 <tr>
 <td><a href="#DebuggerGeneralPage.on_allowedHostsList_currentItemChanged">on_allowedHostsList_currentItemChanged</a></td>
-<td>Private method set the state of the edit and delete button.</td>
+<td>Private method to set the state of the edit and delete button.</td>
 </tr>
 <tr>
 <td><a href="#DebuggerGeneralPage.on_deleteAllowedHostButton_clicked">on_deleteAllowedHostButton_clicked</a></td>
@@ -116,7 +116,7 @@
 <b>on_allowedHostsList_currentItemChanged</b>(<i>current, previous</i>)
 
 <p>
-        Private method set the state of the edit and delete button.
+        Private method to set the state of the edit and delete button.
 </p>
 <dl>
 
@@ -196,7 +196,7 @@
 </tr>
 <tr>
 <td><a href="#PreviewModel.columnCount">columnCount</a></td>
-<td>Public Qt slot to get the column count.</td>
+<td></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>Public Qt slot to get the item flags.</td>
+<td></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>Public Qt slot to get the parent of the given child.</td>
+<td></td>
 </tr>
 <tr>
 <td><a href="#PreviewModel.rowCount">rowCount</a></td>
-<td>Public Qt slot to get the row count.</td>
+<td></td>
 </tr>
 <tr>
 <td><a href="#PreviewModel.setColor">setColor</a></td>
@@ -240,28 +240,6 @@
 <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>)
@@ -296,28 +274,6 @@
 <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>)
@@ -356,54 +312,10 @@
 <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>)
@@ -429,22 +341,6 @@
 <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