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

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

eric ide

mercurial