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

branch
eric7
changeset 10479
856476537696
parent 10417
c6011e501282
diff -r de9106c55c3d -r 856476537696 src/eric7/Documentation/Source/eric7.Debugger.EditBreakpointDialog.html
--- a/src/eric7/Documentation/Source/eric7.Debugger.EditBreakpointDialog.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.Debugger.EditBreakpointDialog.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,53 +7,50 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.Debugger.EditBreakpointDialog</h1>
-
 <p>
 Module implementing a dialog to edit breakpoint properties.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#EditBreakpointDialog">EditBreakpointDialog</a></td>
 <td>Class implementing a dialog to edit breakpoint properties.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="EditBreakpointDialog" ID="EditBreakpointDialog"></a>
 <h2>EditBreakpointDialog</h2>
-
 <p>
     Class implementing a dialog to edit breakpoint properties.
 </p>
+
 <h3>Derived from</h3>
 QDialog, Ui_EditBreakpointDialog
 <h3>Class Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#EditBreakpointDialog.__init__">EditBreakpointDialog</a></td>
 <td>Constructor</td>
@@ -71,19 +68,20 @@
 <td>Private slot to handle the change of the filename.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="EditBreakpointDialog.__init__" ID="EditBreakpointDialog.__init__"></a>
 <h4>EditBreakpointDialog (Constructor)</h4>
 <b>EditBreakpointDialog</b>(<i>breakPointId, properties, condHistory, parent=None, name=None, modal=False, addMode=False, filenameHistory=None, </i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>breakPointId</i> (tuple of (str, int))</dt>
@@ -123,10 +121,10 @@
 <a NAME="EditBreakpointDialog.getAddData" ID="EditBreakpointDialog.getAddData"></a>
 <h4>EditBreakpointDialog.getAddData</h4>
 <b>getAddData</b>(<i></i>)
-
 <p>
         Public method to retrieve the entered data for an add.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -144,10 +142,10 @@
 <a NAME="EditBreakpointDialog.getData" ID="EditBreakpointDialog.getData"></a>
 <h4>EditBreakpointDialog.getData</h4>
 <b>getData</b>(<i></i>)
-
 <p>
         Public method to retrieve the entered data.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -164,10 +162,10 @@
 <a NAME="EditBreakpointDialog.on_filenamePicker_editTextChanged" ID="EditBreakpointDialog.on_filenamePicker_editTextChanged"></a>
 <h4>EditBreakpointDialog.on_filenamePicker_editTextChanged</h4>
 <b>on_filenamePicker_editTextChanged</b>(<i>fn</i>)
-
 <p>
         Private slot to handle the change of the filename.
 </p>
+
 <dl>
 
 <dt><i>fn</i> (str)</dt>
@@ -177,4 +175,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