96 <p> |
96 <p> |
97 Constructor |
97 Constructor |
98 </p> |
98 </p> |
99 <dl> |
99 <dl> |
100 |
100 |
101 <dt><i>excList</i></dt> |
101 <dt><i>excList</i> (list of str)</dt> |
102 <dd> |
102 <dd> |
103 list of exceptions to be edited (list of strings) |
103 list of exceptions to be edited |
104 </dd> |
104 </dd> |
105 <dt><i>ignore</i></dt> |
105 <dt><i>ignore</i> (bool)</dt> |
106 <dd> |
106 <dd> |
107 flag indicating the ignore exceptions mode (boolean) |
107 flag indicating the ignore exceptions mode |
108 </dd> |
108 </dd> |
109 <dt><i>parent</i></dt> |
109 <dt><i>parent</i> (QWidget)</dt> |
110 <dd> |
110 <dd> |
111 the parent widget (QWidget) |
111 reference to the parent widget |
112 </dd> |
112 </dd> |
113 </dl> |
113 </dl> |
114 <a NAME="ExceptionsFilterDialog.getExceptionsList" ID="ExceptionsFilterDialog.getExceptionsList"></a> |
114 <a NAME="ExceptionsFilterDialog.getExceptionsList" ID="ExceptionsFilterDialog.getExceptionsList"></a> |
115 <h4>ExceptionsFilterDialog.getExceptionsList</h4> |
115 <h4>ExceptionsFilterDialog.getExceptionsList</h4> |
116 <b>getExceptionsList</b>(<i></i>) |
116 <b>getExceptionsList</b>(<i></i>) |
119 Public method to retrieve the list of exception types. |
119 Public method to retrieve the list of exception types. |
120 </p> |
120 </p> |
121 <dl> |
121 <dl> |
122 <dt>Return:</dt> |
122 <dt>Return:</dt> |
123 <dd> |
123 <dd> |
124 list of exception types (list of strings) |
124 list of exception types |
|
125 </dd> |
|
126 </dl> |
|
127 <dl> |
|
128 <dt>Return Type:</dt> |
|
129 <dd> |
|
130 list of str |
125 </dd> |
131 </dd> |
126 </dl> |
132 </dl> |
127 <a NAME="ExceptionsFilterDialog.on_addButton_clicked" ID="ExceptionsFilterDialog.on_addButton_clicked"></a> |
133 <a NAME="ExceptionsFilterDialog.on_addButton_clicked" ID="ExceptionsFilterDialog.on_addButton_clicked"></a> |
128 <h4>ExceptionsFilterDialog.on_addButton_clicked</h4> |
134 <h4>ExceptionsFilterDialog.on_addButton_clicked</h4> |
129 <b>on_addButton_clicked</b>(<i></i>) |
135 <b>on_addButton_clicked</b>(<i></i>) |
156 This slot sets the enabled status of the add button and sets the forms |
162 This slot sets the enabled status of the add button and sets the forms |
157 default button. |
163 default button. |
158 </p> |
164 </p> |
159 <dl> |
165 <dl> |
160 |
166 |
161 <dt><i>txt</i></dt> |
167 <dt><i>txt</i> (str)</dt> |
162 <dd> |
168 <dd> |
163 the text entered into exceptionEdit (string) |
169 the text entered into exceptionEdit |
164 </dd> |
170 </dd> |
165 </dl> |
171 </dl> |
166 <a NAME="ExceptionsFilterDialog.on_exceptionList_itemSelectionChanged" ID="ExceptionsFilterDialog.on_exceptionList_itemSelectionChanged"></a> |
172 <a NAME="ExceptionsFilterDialog.on_exceptionList_itemSelectionChanged" ID="ExceptionsFilterDialog.on_exceptionList_itemSelectionChanged"></a> |
167 <h4>ExceptionsFilterDialog.on_exceptionList_itemSelectionChanged</h4> |
173 <h4>ExceptionsFilterDialog.on_exceptionList_itemSelectionChanged</h4> |
168 <b>on_exceptionList_itemSelectionChanged</b>(<i></i>) |
174 <b>on_exceptionList_itemSelectionChanged</b>(<i></i>) |