Documentation/Source/eric6.Debugger.EditBreakpointDialog.html

changeset 4602
48cc4820e2c2
parent 3673
e26d7d0c1088
child 5606
da305d172769
equal deleted inserted replaced
4601:0017e7cb67ae 4602:48cc4820e2c2
64 <td>Public method to retrieve the entered data for an add.</td> 64 <td>Public method to retrieve the entered data for an add.</td>
65 </tr><tr> 65 </tr><tr>
66 <td><a href="#EditBreakpointDialog.getData">getData</a></td> 66 <td><a href="#EditBreakpointDialog.getData">getData</a></td>
67 <td>Public method to retrieve the entered data.</td> 67 <td>Public method to retrieve the entered data.</td>
68 </tr><tr> 68 </tr><tr>
69 <td><a href="#EditBreakpointDialog.on_fileButton_clicked">on_fileButton_clicked</a></td> 69 <td><a href="#EditBreakpointDialog.on_filenamePicker_editTextChanged">on_filenamePicker_editTextChanged</a></td>
70 <td>Private slot to select a file via a file selection dialog.</td>
71 </tr><tr>
72 <td><a href="#EditBreakpointDialog.on_filenameCombo_editTextChanged">on_filenameCombo_editTextChanged</a></td>
73 <td>Private slot to handle the change of the filename.</td> 70 <td>Private slot to handle the change of the filename.</td>
74 </tr> 71 </tr>
75 </table> 72 </table>
76 <h3>Static Methods</h3> 73 <h3>Static Methods</h3>
77 <table> 74 <table>
132 <dt>Returns:</dt> 129 <dt>Returns:</dt>
133 <dd> 130 <dd>
134 a tuple containing the breakpoints new properties 131 a tuple containing the breakpoints new properties
135 (condition, temporary flag, enabled flag, ignore count) 132 (condition, temporary flag, enabled flag, ignore count)
136 </dd> 133 </dd>
137 </dl><a NAME="EditBreakpointDialog.on_fileButton_clicked" ID="EditBreakpointDialog.on_fileButton_clicked"></a> 134 </dl><a NAME="EditBreakpointDialog.on_filenamePicker_editTextChanged" ID="EditBreakpointDialog.on_filenamePicker_editTextChanged"></a>
138 <h4>EditBreakpointDialog.on_fileButton_clicked</h4> 135 <h4>EditBreakpointDialog.on_filenamePicker_editTextChanged</h4>
139 <b>on_fileButton_clicked</b>(<i></i>) 136 <b>on_filenamePicker_editTextChanged</b>(<i>fn</i>)
140 <p>
141 Private slot to select a file via a file selection dialog.
142 </p><a NAME="EditBreakpointDialog.on_filenameCombo_editTextChanged" ID="EditBreakpointDialog.on_filenameCombo_editTextChanged"></a>
143 <h4>EditBreakpointDialog.on_filenameCombo_editTextChanged</h4>
144 <b>on_filenameCombo_editTextChanged</b>(<i>fn</i>)
145 <p> 137 <p>
146 Private slot to handle the change of the filename. 138 Private slot to handle the change of the filename.
147 </p><dl> 139 </p><dl>
148 <dt><i>fn</i></dt> 140 <dt><i>fn</i></dt>
149 <dd> 141 <dd>

eric ide

mercurial