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

branch
eric7
changeset 10479
856476537696
parent 10417
c6011e501282
equal deleted inserted replaced
10478:de9106c55c3d 10479:856476537696
5 <link rel="stylesheet" href="styles.css"> 5 <link rel="stylesheet" href="styles.css">
6 </head> 6 </head>
7 <body> 7 <body>
8 <a NAME="top" ID="top"></a> 8 <a NAME="top" ID="top"></a>
9 <h1>eric7.Debugger.ExceptionsFilterDialog</h1> 9 <h1>eric7.Debugger.ExceptionsFilterDialog</h1>
10
11 <p> 10 <p>
12 Module implementing the exceptions filter dialog. 11 Module implementing the exceptions filter dialog.
13 </p> 12 </p>
13
14 <h3>Global Attributes</h3> 14 <h3>Global Attributes</h3>
15
16 <table> 15 <table>
17 <tr><td>None</td></tr> 16 <tr><td>None</td></tr>
18 </table> 17 </table>
18
19 <h3>Classes</h3> 19 <h3>Classes</h3>
20
21 <table> 20 <table>
22
23 <tr> 21 <tr>
24 <td><a href="#ExceptionsFilterDialog">ExceptionsFilterDialog</a></td> 22 <td><a href="#ExceptionsFilterDialog">ExceptionsFilterDialog</a></td>
25 <td>Class implementing the exceptions filter dialog.</td> 23 <td>Class implementing the exceptions filter dialog.</td>
26 </tr> 24 </tr>
27 </table> 25 </table>
26
28 <h3>Functions</h3> 27 <h3>Functions</h3>
29
30 <table> 28 <table>
31 <tr><td>None</td></tr> 29 <tr><td>None</td></tr>
32 </table> 30 </table>
31
33 <hr /> 32 <hr />
34 <hr /> 33 <hr />
35 <a NAME="ExceptionsFilterDialog" ID="ExceptionsFilterDialog"></a> 34 <a NAME="ExceptionsFilterDialog" ID="ExceptionsFilterDialog"></a>
36 <h2>ExceptionsFilterDialog</h2> 35 <h2>ExceptionsFilterDialog</h2>
37
38 <p> 36 <p>
39 Class implementing the exceptions filter dialog. 37 Class implementing the exceptions filter dialog.
40 </p> 38 </p>
39
41 <h3>Derived from</h3> 40 <h3>Derived from</h3>
42 QDialog, Ui_ExceptionsFilterDialog 41 QDialog, Ui_ExceptionsFilterDialog
43 <h3>Class Attributes</h3> 42 <h3>Class Attributes</h3>
44
45 <table> 43 <table>
46 <tr><td>None</td></tr> 44 <tr><td>None</td></tr>
47 </table> 45 </table>
46
48 <h3>Class Methods</h3> 47 <h3>Class Methods</h3>
49
50 <table> 48 <table>
51 <tr><td>None</td></tr> 49 <tr><td>None</td></tr>
52 </table> 50 </table>
51
53 <h3>Methods</h3> 52 <h3>Methods</h3>
54
55 <table> 53 <table>
56
57 <tr> 54 <tr>
58 <td><a href="#ExceptionsFilterDialog.__init__">ExceptionsFilterDialog</a></td> 55 <td><a href="#ExceptionsFilterDialog.__init__">ExceptionsFilterDialog</a></td>
59 <td>Constructor</td> 56 <td>Constructor</td>
60 </tr> 57 </tr>
61 <tr> 58 <tr>
81 <tr> 78 <tr>
82 <td><a href="#ExceptionsFilterDialog.on_exceptionList_itemSelectionChanged">on_exceptionList_itemSelectionChanged</a></td> 79 <td><a href="#ExceptionsFilterDialog.on_exceptionList_itemSelectionChanged">on_exceptionList_itemSelectionChanged</a></td>
83 <td>Private slot to handle the change of the selection.</td> 80 <td>Private slot to handle the change of the selection.</td>
84 </tr> 81 </tr>
85 </table> 82 </table>
83
86 <h3>Static Methods</h3> 84 <h3>Static Methods</h3>
87
88 <table> 85 <table>
89 <tr><td>None</td></tr> 86 <tr><td>None</td></tr>
90 </table> 87 </table>
91 88
89
92 <a NAME="ExceptionsFilterDialog.__init__" ID="ExceptionsFilterDialog.__init__"></a> 90 <a NAME="ExceptionsFilterDialog.__init__" ID="ExceptionsFilterDialog.__init__"></a>
93 <h4>ExceptionsFilterDialog (Constructor)</h4> 91 <h4>ExceptionsFilterDialog (Constructor)</h4>
94 <b>ExceptionsFilterDialog</b>(<i>excList, ignore, parent=None</i>) 92 <b>ExceptionsFilterDialog</b>(<i>excList, ignore, parent=None</i>)
95
96 <p> 93 <p>
97 Constructor 94 Constructor
98 </p> 95 </p>
96
99 <dl> 97 <dl>
100 98
101 <dt><i>excList</i> (list of str)</dt> 99 <dt><i>excList</i> (list of str)</dt>
102 <dd> 100 <dd>
103 list of exceptions to be edited 101 list of exceptions to be edited
112 </dd> 110 </dd>
113 </dl> 111 </dl>
114 <a NAME="ExceptionsFilterDialog.getExceptionsList" ID="ExceptionsFilterDialog.getExceptionsList"></a> 112 <a NAME="ExceptionsFilterDialog.getExceptionsList" ID="ExceptionsFilterDialog.getExceptionsList"></a>
115 <h4>ExceptionsFilterDialog.getExceptionsList</h4> 113 <h4>ExceptionsFilterDialog.getExceptionsList</h4>
116 <b>getExceptionsList</b>(<i></i>) 114 <b>getExceptionsList</b>(<i></i>)
117
118 <p> 115 <p>
119 Public method to retrieve the list of exception types. 116 Public method to retrieve the list of exception types.
120 </p> 117 </p>
118
121 <dl> 119 <dl>
122 <dt>Return:</dt> 120 <dt>Return:</dt>
123 <dd> 121 <dd>
124 list of exception types 122 list of exception types
125 </dd> 123 </dd>
131 </dd> 129 </dd>
132 </dl> 130 </dl>
133 <a NAME="ExceptionsFilterDialog.on_addButton_clicked" ID="ExceptionsFilterDialog.on_addButton_clicked"></a> 131 <a NAME="ExceptionsFilterDialog.on_addButton_clicked" ID="ExceptionsFilterDialog.on_addButton_clicked"></a>
134 <h4>ExceptionsFilterDialog.on_addButton_clicked</h4> 132 <h4>ExceptionsFilterDialog.on_addButton_clicked</h4>
135 <b>on_addButton_clicked</b>(<i></i>) 133 <b>on_addButton_clicked</b>(<i></i>)
136
137 <p> 134 <p>
138 Private slot to handle the Add button press. 135 Private slot to handle the Add button press.
139 </p> 136 </p>
137
140 <a NAME="ExceptionsFilterDialog.on_deleteAllButton_clicked" ID="ExceptionsFilterDialog.on_deleteAllButton_clicked"></a> 138 <a NAME="ExceptionsFilterDialog.on_deleteAllButton_clicked" ID="ExceptionsFilterDialog.on_deleteAllButton_clicked"></a>
141 <h4>ExceptionsFilterDialog.on_deleteAllButton_clicked</h4> 139 <h4>ExceptionsFilterDialog.on_deleteAllButton_clicked</h4>
142 <b>on_deleteAllButton_clicked</b>(<i></i>) 140 <b>on_deleteAllButton_clicked</b>(<i></i>)
143
144 <p> 141 <p>
145 Private slot to delete all exceptions of the listbox. 142 Private slot to delete all exceptions of the listbox.
146 </p> 143 </p>
144
147 <a NAME="ExceptionsFilterDialog.on_deleteButton_clicked" ID="ExceptionsFilterDialog.on_deleteButton_clicked"></a> 145 <a NAME="ExceptionsFilterDialog.on_deleteButton_clicked" ID="ExceptionsFilterDialog.on_deleteButton_clicked"></a>
148 <h4>ExceptionsFilterDialog.on_deleteButton_clicked</h4> 146 <h4>ExceptionsFilterDialog.on_deleteButton_clicked</h4>
149 <b>on_deleteButton_clicked</b>(<i></i>) 147 <b>on_deleteButton_clicked</b>(<i></i>)
150
151 <p> 148 <p>
152 Private slot to delete the currently selected exception of the listbox. 149 Private slot to delete the currently selected exception of the listbox.
153 </p> 150 </p>
151
154 <a NAME="ExceptionsFilterDialog.on_exceptionEdit_textChanged" ID="ExceptionsFilterDialog.on_exceptionEdit_textChanged"></a> 152 <a NAME="ExceptionsFilterDialog.on_exceptionEdit_textChanged" ID="ExceptionsFilterDialog.on_exceptionEdit_textChanged"></a>
155 <h4>ExceptionsFilterDialog.on_exceptionEdit_textChanged</h4> 153 <h4>ExceptionsFilterDialog.on_exceptionEdit_textChanged</h4>
156 <b>on_exceptionEdit_textChanged</b>(<i>txt</i>) 154 <b>on_exceptionEdit_textChanged</b>(<i>txt</i>)
157
158 <p> 155 <p>
159 Private slot to handle the textChanged signal of exceptionEdit. 156 Private slot to handle the textChanged signal of exceptionEdit.
160 </p> 157 </p>
161 <p> 158 <p>
162 This slot sets the enabled status of the add button and sets the forms 159 This slot sets the enabled status of the add button and sets the forms
163 default button. 160 default button.
164 </p> 161 </p>
162
165 <dl> 163 <dl>
166 164
167 <dt><i>txt</i> (str)</dt> 165 <dt><i>txt</i> (str)</dt>
168 <dd> 166 <dd>
169 the text entered into exceptionEdit 167 the text entered into exceptionEdit
170 </dd> 168 </dd>
171 </dl> 169 </dl>
172 <a NAME="ExceptionsFilterDialog.on_exceptionList_itemSelectionChanged" ID="ExceptionsFilterDialog.on_exceptionList_itemSelectionChanged"></a> 170 <a NAME="ExceptionsFilterDialog.on_exceptionList_itemSelectionChanged" ID="ExceptionsFilterDialog.on_exceptionList_itemSelectionChanged"></a>
173 <h4>ExceptionsFilterDialog.on_exceptionList_itemSelectionChanged</h4> 171 <h4>ExceptionsFilterDialog.on_exceptionList_itemSelectionChanged</h4>
174 <b>on_exceptionList_itemSelectionChanged</b>(<i></i>) 172 <b>on_exceptionList_itemSelectionChanged</b>(<i></i>)
175
176 <p> 173 <p>
177 Private slot to handle the change of the selection. 174 Private slot to handle the change of the selection.
178 </p> 175 </p>
176
179 <div align="right"><a href="#top">Up</a></div> 177 <div align="right"><a href="#top">Up</a></div>
180 <hr /> 178 <hr />
181 </body></html> 179 </body></html>

eric ide

mercurial