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

Sat, 26 Apr 2025 12:34:32 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 26 Apr 2025 12:34:32 +0200
branch
eric7
changeset 11240
c48c615c04a3
parent 10479
856476537696
permissions
-rw-r--r--

MicroPython
- Added a configuration option to disable the support for the no longer produced Pimoroni Pico Wireless Pack.

<!DOCTYPE html>
<html><head>
<title>eric7.Debugger.EditBreakpointDialog</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="styles.css">
</head>
<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>
</tr>
<tr>
<td><a href="#EditBreakpointDialog.getAddData">getAddData</a></td>
<td>Public method to retrieve the entered data for an add.</td>
</tr>
<tr>
<td><a href="#EditBreakpointDialog.getData">getData</a></td>
<td>Public method to retrieve the entered data.</td>
</tr>
<tr>
<td><a href="#EditBreakpointDialog.on_filenamePicker_editTextChanged">on_filenamePicker_editTextChanged</a></td>
<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>
<dd>
id of the breakpoint (tuple of (filename, line number)
</dd>
<dt><i>properties</i> (tuple of (str, bool, bool, int))</dt>
<dd>
properties for the breakpoint (tuple of (condition,
            temporary flag, enabled flag, ignore count)
</dd>
<dt><i>condHistory</i> (list of str)</dt>
<dd>
the list of conditionals history
</dd>
<dt><i>parent</i> (QWidget)</dt>
<dd>
the parent of this dialog
</dd>
<dt><i>name</i> (str)</dt>
<dd>
the widget name of this dialog
</dd>
<dt><i>modal</i> (bool)</dt>
<dd>
flag indicating a modal dialog
</dd>
<dt><i>addMode</i> (bool)</dt>
<dd>
flag indicating the add mode
</dd>
<dt><i>filenameHistory</i> (list of str)</dt>
<dd>
list of recently used file names
</dd>
</dl>
<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>
a tuple containing the new breakpoints properties
            (filename, lineno, condition, temporary flag, enabled flag,
            ignore count)
</dd>
</dl>
<dl>
<dt>Return Type:</dt>
<dd>
tuple of (str, int, str, bool, bool, int)
</dd>
</dl>
<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>
a tuple containing the breakpoints new properties
            (condition, temporary flag, enabled flag, ignore count)
</dd>
</dl>
<dl>
<dt>Return Type:</dt>
<dd>
tuple of (str, bool, bool, int)
</dd>
</dl>
<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>
<dd>
text of the filename edit
</dd>
</dl>
<div align="right"><a href="#top">Up</a></div>
<hr />
</body></html>

eric ide

mercurial