eric6/Documentation/Source/eric6.Debugger.ExceptionsFilterDialog.html

changeset 7273
391d6b7b1eff
parent 6942
2602857055c5
child 7989
a21d673a8f99
equal deleted inserted replaced
7272:1779dc278077 7273:391d6b7b1eff
16 16
17 a { color: #BA6D36; } 17 a { color: #BA6D36; }
18 18
19 </style> 19 </style>
20 </head> 20 </head>
21 <body><a NAME="top" ID="top"></a> 21 <body>
22 <a NAME="top" ID="top"></a>
22 <h1>eric6.Debugger.ExceptionsFilterDialog</h1> 23 <h1>eric6.Debugger.ExceptionsFilterDialog</h1>
24
23 <p> 25 <p>
24 Module implementing the exceptions filter dialog. 26 Module implementing the exceptions filter dialog.
25 </p> 27 </p>
26 <h3>Global Attributes</h3> 28 <h3>Global Attributes</h3>
29
27 <table> 30 <table>
28 <tr><td>None</td></tr> 31 <tr><td>None</td></tr>
29 </table> 32 </table>
30 <h3>Classes</h3> 33 <h3>Classes</h3>
34
31 <table> 35 <table>
36
32 <tr> 37 <tr>
33 <td><a href="#ExceptionsFilterDialog">ExceptionsFilterDialog</a></td> 38 <td><a href="#ExceptionsFilterDialog">ExceptionsFilterDialog</a></td>
34 <td>Class implementing the exceptions filter dialog.</td> 39 <td>Class implementing the exceptions filter dialog.</td>
35 </tr> 40 </tr>
36 </table> 41 </table>
37 <h3>Functions</h3> 42 <h3>Functions</h3>
43
38 <table> 44 <table>
39 <tr><td>None</td></tr> 45 <tr><td>None</td></tr>
40 </table> 46 </table>
41 <hr /><hr /> 47 <hr />
48 <hr />
42 <a NAME="ExceptionsFilterDialog" ID="ExceptionsFilterDialog"></a> 49 <a NAME="ExceptionsFilterDialog" ID="ExceptionsFilterDialog"></a>
43 <h2>ExceptionsFilterDialog</h2> 50 <h2>ExceptionsFilterDialog</h2>
51
44 <p> 52 <p>
45 Class implementing the exceptions filter dialog. 53 Class implementing the exceptions filter dialog.
46 </p> 54 </p>
47 <h3>Derived from</h3> 55 <h3>Derived from</h3>
48 QDialog, Ui_ExceptionsFilterDialog 56 QDialog, Ui_ExceptionsFilterDialog
49 <h3>Class Attributes</h3> 57 <h3>Class Attributes</h3>
58
50 <table> 59 <table>
51 <tr><td>None</td></tr> 60 <tr><td>None</td></tr>
52 </table> 61 </table>
53 <h3>Class Methods</h3> 62 <h3>Class Methods</h3>
63
54 <table> 64 <table>
55 <tr><td>None</td></tr> 65 <tr><td>None</td></tr>
56 </table> 66 </table>
57 <h3>Methods</h3> 67 <h3>Methods</h3>
68
58 <table> 69 <table>
70
59 <tr> 71 <tr>
60 <td><a href="#ExceptionsFilterDialog.__init__">ExceptionsFilterDialog</a></td> 72 <td><a href="#ExceptionsFilterDialog.__init__">ExceptionsFilterDialog</a></td>
61 <td>Constructor</td> 73 <td>Constructor</td>
62 </tr><tr> 74 </tr>
75 <tr>
63 <td><a href="#ExceptionsFilterDialog.getExceptionsList">getExceptionsList</a></td> 76 <td><a href="#ExceptionsFilterDialog.getExceptionsList">getExceptionsList</a></td>
64 <td>Public method to retrieve the list of exception types.</td> 77 <td>Public method to retrieve the list of exception types.</td>
65 </tr><tr> 78 </tr>
79 <tr>
66 <td><a href="#ExceptionsFilterDialog.on_addButton_clicked">on_addButton_clicked</a></td> 80 <td><a href="#ExceptionsFilterDialog.on_addButton_clicked">on_addButton_clicked</a></td>
67 <td>Private slot to handle the Add button press.</td> 81 <td>Private slot to handle the Add button press.</td>
68 </tr><tr> 82 </tr>
83 <tr>
69 <td><a href="#ExceptionsFilterDialog.on_deleteAllButton_clicked">on_deleteAllButton_clicked</a></td> 84 <td><a href="#ExceptionsFilterDialog.on_deleteAllButton_clicked">on_deleteAllButton_clicked</a></td>
70 <td>Private slot to delete all exceptions of the listbox.</td> 85 <td>Private slot to delete all exceptions of the listbox.</td>
71 </tr><tr> 86 </tr>
87 <tr>
72 <td><a href="#ExceptionsFilterDialog.on_deleteButton_clicked">on_deleteButton_clicked</a></td> 88 <td><a href="#ExceptionsFilterDialog.on_deleteButton_clicked">on_deleteButton_clicked</a></td>
73 <td>Private slot to delete the currently selected exception of the listbox.</td> 89 <td>Private slot to delete the currently selected exception of the listbox.</td>
74 </tr><tr> 90 </tr>
91 <tr>
75 <td><a href="#ExceptionsFilterDialog.on_exceptionEdit_textChanged">on_exceptionEdit_textChanged</a></td> 92 <td><a href="#ExceptionsFilterDialog.on_exceptionEdit_textChanged">on_exceptionEdit_textChanged</a></td>
76 <td>Private slot to handle the textChanged signal of exceptionEdit.</td> 93 <td>Private slot to handle the textChanged signal of exceptionEdit.</td>
77 </tr><tr> 94 </tr>
95 <tr>
78 <td><a href="#ExceptionsFilterDialog.on_exceptionList_itemSelectionChanged">on_exceptionList_itemSelectionChanged</a></td> 96 <td><a href="#ExceptionsFilterDialog.on_exceptionList_itemSelectionChanged">on_exceptionList_itemSelectionChanged</a></td>
79 <td>Private slot to handle the change of the selection.</td> 97 <td>Private slot to handle the change of the selection.</td>
80 </tr> 98 </tr>
81 </table> 99 </table>
82 <h3>Static Methods</h3> 100 <h3>Static Methods</h3>
101
83 <table> 102 <table>
84 <tr><td>None</td></tr> 103 <tr><td>None</td></tr>
85 </table> 104 </table>
105
86 <a NAME="ExceptionsFilterDialog.__init__" ID="ExceptionsFilterDialog.__init__"></a> 106 <a NAME="ExceptionsFilterDialog.__init__" ID="ExceptionsFilterDialog.__init__"></a>
87 <h4>ExceptionsFilterDialog (Constructor)</h4> 107 <h4>ExceptionsFilterDialog (Constructor)</h4>
88 <b>ExceptionsFilterDialog</b>(<i>excList, ignore, parent=None</i>) 108 <b>ExceptionsFilterDialog</b>(<i>excList, ignore, parent=None</i>)
109
89 <p> 110 <p>
90 Constructor 111 Constructor
91 </p><dl> 112 </p>
113 <dl>
114
92 <dt><i>excList</i></dt> 115 <dt><i>excList</i></dt>
93 <dd> 116 <dd>
94 list of exceptions to be edited (list of strings) 117 list of exceptions to be edited (list of strings)
95 </dd><dt><i>ignore</i></dt> 118 </dd>
119 <dt><i>ignore</i></dt>
96 <dd> 120 <dd>
97 flag indicating the ignore exceptions mode (boolean) 121 flag indicating the ignore exceptions mode (boolean)
98 </dd><dt><i>parent</i></dt> 122 </dd>
123 <dt><i>parent</i></dt>
99 <dd> 124 <dd>
100 the parent widget (QWidget) 125 the parent widget (QWidget)
101 </dd> 126 </dd>
102 </dl><a NAME="ExceptionsFilterDialog.getExceptionsList" ID="ExceptionsFilterDialog.getExceptionsList"></a> 127 </dl>
128 <a NAME="ExceptionsFilterDialog.getExceptionsList" ID="ExceptionsFilterDialog.getExceptionsList"></a>
103 <h4>ExceptionsFilterDialog.getExceptionsList</h4> 129 <h4>ExceptionsFilterDialog.getExceptionsList</h4>
104 <b>getExceptionsList</b>(<i></i>) 130 <b>getExceptionsList</b>(<i></i>)
131
105 <p> 132 <p>
106 Public method to retrieve the list of exception types. 133 Public method to retrieve the list of exception types.
107 </p><dl> 134 </p>
135 <dl>
108 <dt>Returns:</dt> 136 <dt>Returns:</dt>
109 <dd> 137 <dd>
110 list of exception types (list of strings) 138 list of exception types (list of strings)
111 </dd> 139 </dd>
112 </dl><a NAME="ExceptionsFilterDialog.on_addButton_clicked" ID="ExceptionsFilterDialog.on_addButton_clicked"></a> 140 </dl>
141 <a NAME="ExceptionsFilterDialog.on_addButton_clicked" ID="ExceptionsFilterDialog.on_addButton_clicked"></a>
113 <h4>ExceptionsFilterDialog.on_addButton_clicked</h4> 142 <h4>ExceptionsFilterDialog.on_addButton_clicked</h4>
114 <b>on_addButton_clicked</b>(<i></i>) 143 <b>on_addButton_clicked</b>(<i></i>)
144
115 <p> 145 <p>
116 Private slot to handle the Add button press. 146 Private slot to handle the Add button press.
117 </p><a NAME="ExceptionsFilterDialog.on_deleteAllButton_clicked" ID="ExceptionsFilterDialog.on_deleteAllButton_clicked"></a> 147 </p>
148 <a NAME="ExceptionsFilterDialog.on_deleteAllButton_clicked" ID="ExceptionsFilterDialog.on_deleteAllButton_clicked"></a>
118 <h4>ExceptionsFilterDialog.on_deleteAllButton_clicked</h4> 149 <h4>ExceptionsFilterDialog.on_deleteAllButton_clicked</h4>
119 <b>on_deleteAllButton_clicked</b>(<i></i>) 150 <b>on_deleteAllButton_clicked</b>(<i></i>)
151
120 <p> 152 <p>
121 Private slot to delete all exceptions of the listbox. 153 Private slot to delete all exceptions of the listbox.
122 </p><a NAME="ExceptionsFilterDialog.on_deleteButton_clicked" ID="ExceptionsFilterDialog.on_deleteButton_clicked"></a> 154 </p>
155 <a NAME="ExceptionsFilterDialog.on_deleteButton_clicked" ID="ExceptionsFilterDialog.on_deleteButton_clicked"></a>
123 <h4>ExceptionsFilterDialog.on_deleteButton_clicked</h4> 156 <h4>ExceptionsFilterDialog.on_deleteButton_clicked</h4>
124 <b>on_deleteButton_clicked</b>(<i></i>) 157 <b>on_deleteButton_clicked</b>(<i></i>)
158
125 <p> 159 <p>
126 Private slot to delete the currently selected exception of the listbox. 160 Private slot to delete the currently selected exception of the listbox.
127 </p><a NAME="ExceptionsFilterDialog.on_exceptionEdit_textChanged" ID="ExceptionsFilterDialog.on_exceptionEdit_textChanged"></a> 161 </p>
162 <a NAME="ExceptionsFilterDialog.on_exceptionEdit_textChanged" ID="ExceptionsFilterDialog.on_exceptionEdit_textChanged"></a>
128 <h4>ExceptionsFilterDialog.on_exceptionEdit_textChanged</h4> 163 <h4>ExceptionsFilterDialog.on_exceptionEdit_textChanged</h4>
129 <b>on_exceptionEdit_textChanged</b>(<i>txt</i>) 164 <b>on_exceptionEdit_textChanged</b>(<i>txt</i>)
165
130 <p> 166 <p>
131 Private slot to handle the textChanged signal of exceptionEdit. 167 Private slot to handle the textChanged signal of exceptionEdit.
132 </p><p> 168 </p>
169 <p>
133 This slot sets the enabled status of the add button and sets the forms 170 This slot sets the enabled status of the add button and sets the forms
134 default button. 171 default button.
135 </p><dl> 172 </p>
173 <dl>
174
136 <dt><i>txt</i></dt> 175 <dt><i>txt</i></dt>
137 <dd> 176 <dd>
138 the text entered into exceptionEdit (string) 177 the text entered into exceptionEdit (string)
139 </dd> 178 </dd>
140 </dl><a NAME="ExceptionsFilterDialog.on_exceptionList_itemSelectionChanged" ID="ExceptionsFilterDialog.on_exceptionList_itemSelectionChanged"></a> 179 </dl>
180 <a NAME="ExceptionsFilterDialog.on_exceptionList_itemSelectionChanged" ID="ExceptionsFilterDialog.on_exceptionList_itemSelectionChanged"></a>
141 <h4>ExceptionsFilterDialog.on_exceptionList_itemSelectionChanged</h4> 181 <h4>ExceptionsFilterDialog.on_exceptionList_itemSelectionChanged</h4>
142 <b>on_exceptionList_itemSelectionChanged</b>(<i></i>) 182 <b>on_exceptionList_itemSelectionChanged</b>(<i></i>)
183
143 <p> 184 <p>
144 Private slot to handle the change of the selection. 185 Private slot to handle the change of the selection.
145 </p> 186 </p>
146 <div align="right"><a href="#top">Up</a></div> 187 <div align="right"><a href="#top">Up</a></div>
147 <hr /> 188 <hr />

eric ide

mercurial