diff -r 5d807e997391 -r c6011e501282 src/eric7/Documentation/Source/eric7.Debugger.EditBreakpointDialog.html --- a/src/eric7/Documentation/Source/eric7.Debugger.EditBreakpointDialog.html Sat Dec 16 17:52:02 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Debugger.EditBreakpointDialog.html Sun Dec 17 17:15:19 2023 +0100 @@ -86,40 +86,38 @@ </p> <dl> -<dt><i>breakPointId</i></dt> +<dt><i>breakPointId</i> (tuple of (str, int))</dt> <dd> -id of the breakpoint (tuple) - (filename, linenumber) +id of the breakpoint (tuple of (filename, line number) </dd> -<dt><i>properties</i></dt> +<dt><i>properties</i> (tuple of (str, bool, bool, int))</dt> <dd> -properties for the breakpoint (tuple) - (condition, temporary flag, enabled flag, ignore count) +properties for the breakpoint (tuple of (condition, + temporary flag, enabled flag, ignore count) </dd> -<dt><i>condHistory</i></dt> +<dt><i>condHistory</i> (list of str)</dt> <dd> -the list of conditionals history (list of strings) +the list of conditionals history </dd> -<dt><i>parent</i></dt> +<dt><i>parent</i> (QWidget)</dt> <dd> -the parent of this dialog (QWidget) +the parent of this dialog </dd> -<dt><i>name</i></dt> +<dt><i>name</i> (str)</dt> <dd> -the widget name of this dialog (string) +the widget name of this dialog </dd> -<dt><i>modal</i></dt> +<dt><i>modal</i> (bool)</dt> <dd> -flag indicating a modal dialog (boolean) +flag indicating a modal dialog </dd> -<dt><i>addMode</i></dt> +<dt><i>addMode</i> (bool)</dt> <dd> -flag indicating the add mode (boolean) +flag indicating the add mode </dd> -<dt><i>filenameHistory</i></dt> +<dt><i>filenameHistory</i> (list of str)</dt> <dd> list of recently used file names - (list of strings) </dd> </dl> <a NAME="EditBreakpointDialog.getAddData" ID="EditBreakpointDialog.getAddData"></a> @@ -137,6 +135,12 @@ 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>) @@ -151,6 +155,12 @@ (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>) @@ -160,9 +170,9 @@ </p> <dl> -<dt><i>fn</i></dt> +<dt><i>fn</i> (str)</dt> <dd> -text of the filename edit (string) +text of the filename edit </dd> </dl> <div align="right"><a href="#top">Up</a></div>