Documentation/Source/eric5.Debugger.ExceptionsFilterDialog.html

changeset 58
37f0444c3479
parent 21
b88a0e6268bd
child 409
0ea528e80202
equal deleted inserted replaced
57:81326a94fdca 58:37f0444c3479
20 </style> 20 </style>
21 </head> 21 </head>
22 <body><a NAME="top" ID="top"></a> 22 <body><a NAME="top" ID="top"></a>
23 <h1>eric5.Debugger.ExceptionsFilterDialog</h1> 23 <h1>eric5.Debugger.ExceptionsFilterDialog</h1>
24 <p> 24 <p>
25 &#77;&#111;&#100;&#117;&#108;&#101; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#116;&#104;&#101; &#101;x&#99;&#101;&#112;&#116;&#105;&#111;&#110;&#115; &#102;&#105;&#108;&#116;&#101;&#114; &#100;&#105;&#97;&#108;&#111;&#103;. 25 Module implementing the exceptions filter dialog.
26 </p> 26 </p>
27 <h3>Global Attributes</h3> 27 <h3>Global Attributes</h3>
28 <table> 28 <table>
29 <tr><td>None</td></tr> 29 <tr><td>None</td></tr>
30 </table> 30 </table>
31 <h3>Classes</h3> 31 <h3>Classes</h3>
32 <table> 32 <table>
33 <tr> 33 <tr>
34 <td><a href="#ExceptionsFilterDialog">ExceptionsFilterDialog</a></td> 34 <td><a href="#ExceptionsFilterDialog">ExceptionsFilterDialog</a></td>
35 <td>&#67;&#108;&#97;&#115;&#115; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#116;&#104;&#101; &#101;x&#99;&#101;&#112;&#116;&#105;&#111;&#110;&#115; &#102;&#105;&#108;&#116;&#101;&#114; &#100;&#105;&#97;&#108;&#111;&#103;.</td> 35 <td>Class implementing the exceptions filter dialog.</td>
36 </tr> 36 </tr>
37 </table> 37 </table>
38 <h3>Functions</h3> 38 <h3>Functions</h3>
39 <table> 39 <table>
40 <tr><td>None</td></tr> 40 <tr><td>None</td></tr>
41 </table> 41 </table>
42 <hr /><hr /> 42 <hr /><hr />
43 <a NAME="ExceptionsFilterDialog" ID="ExceptionsFilterDialog"></a> 43 <a NAME="ExceptionsFilterDialog" ID="ExceptionsFilterDialog"></a>
44 <h2>ExceptionsFilterDialog</h2> 44 <h2>ExceptionsFilterDialog</h2>
45 <p> 45 <p>
46 &#67;&#108;&#97;&#115;&#115; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#116;&#104;&#101; &#101;x&#99;&#101;&#112;&#116;&#105;&#111;&#110;&#115; &#102;&#105;&#108;&#116;&#101;&#114; &#100;&#105;&#97;&#108;&#111;&#103;. 46 Class implementing the exceptions filter dialog.
47 </p> 47 </p>
48 <h3>Derived from</h3> 48 <h3>Derived from</h3>
49 QDialog, Ui_ExceptionsFilterDialog 49 QDialog, Ui_ExceptionsFilterDialog
50 <h3>Class Attributes</h3> 50 <h3>Class Attributes</h3>
51 <table> 51 <table>
53 </table> 53 </table>
54 <h3>Methods</h3> 54 <h3>Methods</h3>
55 <table> 55 <table>
56 <tr> 56 <tr>
57 <td><a href="#ExceptionsFilterDialog.__init__">ExceptionsFilterDialog</a></td> 57 <td><a href="#ExceptionsFilterDialog.__init__">ExceptionsFilterDialog</a></td>
58 <td>&#67;&#111;&#110;&#115;&#116;&#114;&#117;&#99;&#116;&#111;&#114;</td> 58 <td>Constructor</td>
59 </tr><tr> 59 </tr><tr>
60 <td><a href="#ExceptionsFilterDialog.getExceptionsList">getExceptionsList</a></td> 60 <td><a href="#ExceptionsFilterDialog.getExceptionsList">getExceptionsList</a></td>
61 <td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#114;&#101;&#116;&#114;&#105;&#101;v&#101; &#116;&#104;&#101; &#108;&#105;&#115;&#116; &#111;&#102; &#101;x&#99;&#101;&#112;&#116;&#105;&#111;&#110; &#116;y&#112;&#101;&#115;.</td> 61 <td>Public method to retrieve the list of exception types.</td>
62 </tr><tr> 62 </tr><tr>
63 <td><a href="#ExceptionsFilterDialog.on_addButton_clicked">on_addButton_clicked</a></td> 63 <td><a href="#ExceptionsFilterDialog.on_addButton_clicked">on_addButton_clicked</a></td>
64 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#65;&#100;&#100; &#98;&#117;&#116;&#116;&#111;&#110; &#112;&#114;&#101;&#115;&#115;.</td> 64 <td>Private slot to handle the Add button press.</td>
65 </tr><tr> 65 </tr><tr>
66 <td><a href="#ExceptionsFilterDialog.on_deleteAllButton_clicked">on_deleteAllButton_clicked</a></td> 66 <td><a href="#ExceptionsFilterDialog.on_deleteAllButton_clicked">on_deleteAllButton_clicked</a></td>
67 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#100;&#101;&#108;&#101;&#116;&#101; &#97;&#108;&#108; &#101;x&#99;&#101;&#112;&#116;&#105;&#111;&#110;&#115; &#111;&#102; &#116;&#104;&#101; &#108;&#105;&#115;&#116;&#98;&#111;x.</td> 67 <td>Private slot to delete all exceptions of the listbox.</td>
68 </tr><tr> 68 </tr><tr>
69 <td><a href="#ExceptionsFilterDialog.on_deleteButton_clicked">on_deleteButton_clicked</a></td> 69 <td><a href="#ExceptionsFilterDialog.on_deleteButton_clicked">on_deleteButton_clicked</a></td>
70 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#100;&#101;&#108;&#101;&#116;&#101; &#116;&#104;&#101; &#99;&#117;&#114;&#114;&#101;&#110;&#116;&#108;y &#115;&#101;&#108;&#101;&#99;&#116;&#101;&#100; &#101;x&#99;&#101;&#112;&#116;&#105;&#111;&#110; &#111;&#102; &#116;&#104;&#101; &#108;&#105;&#115;&#116;&#98;&#111;x.</td> 70 <td>Private slot to delete the currently selected exception of the listbox.</td>
71 </tr><tr> 71 </tr><tr>
72 <td><a href="#ExceptionsFilterDialog.on_exceptionEdit_textChanged">on_exceptionEdit_textChanged</a></td> 72 <td><a href="#ExceptionsFilterDialog.on_exceptionEdit_textChanged">on_exceptionEdit_textChanged</a></td>
73 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#116;&#101;x&#116;&#67;&#104;&#97;&#110;&#103;&#101;&#100; &#115;&#105;&#103;&#110;&#97;&#108; &#111;&#102; &#101;x&#99;&#101;&#112;&#116;&#105;&#111;&#110;&#69;&#100;&#105;&#116;.</td> 73 <td>Private slot to handle the textChanged signal of exceptionEdit.</td>
74 </tr><tr> 74 </tr><tr>
75 <td><a href="#ExceptionsFilterDialog.on_exceptionList_itemSelectionChanged">on_exceptionList_itemSelectionChanged</a></td> 75 <td><a href="#ExceptionsFilterDialog.on_exceptionList_itemSelectionChanged">on_exceptionList_itemSelectionChanged</a></td>
76 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#99;&#104;&#97;&#110;&#103;&#101; &#111;&#102; &#116;&#104;&#101; &#115;&#101;&#108;&#101;&#99;&#116;&#105;&#111;&#110;.</td> 76 <td>Private slot to handle the change of the selection.</td>
77 </tr> 77 </tr>
78 </table> 78 </table>
79 <a NAME="ExceptionsFilterDialog.__init__" ID="ExceptionsFilterDialog.__init__"></a> 79 <a NAME="ExceptionsFilterDialog.__init__" ID="ExceptionsFilterDialog.__init__"></a>
80 <h4>ExceptionsFilterDialog (Constructor)</h4> 80 <h4>ExceptionsFilterDialog (Constructor)</h4>
81 <b>ExceptionsFilterDialog</b>(<i>excList, ignore, parent=None</i>) 81 <b>ExceptionsFilterDialog</b>(<i>excList, ignore, parent=None</i>)
82 <p> 82 <p>
83 &#67;&#111;&#110;&#115;&#116;&#114;&#117;&#99;&#116;&#111;&#114; 83 Constructor
84 </p><dl> 84 </p><dl>
85 <dt><i>excList</i></dt> 85 <dt><i>excList</i></dt>
86 <dd> 86 <dd>
87 &#108;&#105;&#115;&#116; &#111;&#102; &#101;x&#99;&#101;&#112;&#116;&#105;&#111;&#110;&#115; &#116;&#111; &#98;&#101; &#101;&#100;&#105;&#116;&#101;&#100; (&#108;&#105;&#115;&#116; &#111;&#102; &#115;&#116;&#114;&#105;&#110;&#103;&#115;) 87 list of exceptions to be edited (list of strings)
88 </dd><dt><i>ignore</i></dt> 88 </dd><dt><i>ignore</i></dt>
89 <dd> 89 <dd>
90 &#102;&#108;&#97;&#103; &#105;&#110;&#100;&#105;&#99;&#97;&#116;&#105;&#110;&#103; &#116;&#104;&#101; &#105;&#103;&#110;&#111;&#114;&#101; &#101;x&#99;&#101;&#112;&#116;&#105;&#111;&#110;&#115; &#109;&#111;&#100;&#101; (&#98;&#111;&#111;&#108;&#101;&#97;&#110;) 90 flag indicating the ignore exceptions mode (boolean)
91 </dd><dt><i>parent</i></dt> 91 </dd><dt><i>parent</i></dt>
92 <dd> 92 <dd>
93 &#116;&#104;&#101; &#112;&#97;&#114;&#101;&#110;&#116; w&#105;&#100;&#103;&#101;&#116; (&#81;&#87;&#105;&#100;&#103;&#101;&#116;) 93 the parent widget (QWidget)
94 </dd> 94 </dd>
95 </dl><a NAME="ExceptionsFilterDialog.getExceptionsList" ID="ExceptionsFilterDialog.getExceptionsList"></a> 95 </dl><a NAME="ExceptionsFilterDialog.getExceptionsList" ID="ExceptionsFilterDialog.getExceptionsList"></a>
96 <h4>ExceptionsFilterDialog.getExceptionsList</h4> 96 <h4>ExceptionsFilterDialog.getExceptionsList</h4>
97 <b>getExceptionsList</b>(<i></i>) 97 <b>getExceptionsList</b>(<i></i>)
98 <p> 98 <p>
99 &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#114;&#101;&#116;&#114;&#105;&#101;v&#101; &#116;&#104;&#101; &#108;&#105;&#115;&#116; &#111;&#102; &#101;x&#99;&#101;&#112;&#116;&#105;&#111;&#110; &#116;y&#112;&#101;&#115;. 99 Public method to retrieve the list of exception types.
100 </p><dl> 100 </p><dl>
101 <dt>Returns:</dt> 101 <dt>Returns:</dt>
102 <dd> 102 <dd>
103 &#108;&#105;&#115;&#116; &#111;&#102; &#101;x&#99;&#101;&#112;&#116;&#105;&#111;&#110; &#116;y&#112;&#101;&#115; (&#108;&#105;&#115;&#116; &#111;&#102; &#115;&#116;&#114;&#105;&#110;&#103;&#115;) 103 list of exception types (list of strings)
104 </dd> 104 </dd>
105 </dl><a NAME="ExceptionsFilterDialog.on_addButton_clicked" ID="ExceptionsFilterDialog.on_addButton_clicked"></a> 105 </dl><a NAME="ExceptionsFilterDialog.on_addButton_clicked" ID="ExceptionsFilterDialog.on_addButton_clicked"></a>
106 <h4>ExceptionsFilterDialog.on_addButton_clicked</h4> 106 <h4>ExceptionsFilterDialog.on_addButton_clicked</h4>
107 <b>on_addButton_clicked</b>(<i></i>) 107 <b>on_addButton_clicked</b>(<i></i>)
108 <p> 108 <p>
109 &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#65;&#100;&#100; &#98;&#117;&#116;&#116;&#111;&#110; &#112;&#114;&#101;&#115;&#115;. 109 Private slot to handle the Add button press.
110 </p><a NAME="ExceptionsFilterDialog.on_deleteAllButton_clicked" ID="ExceptionsFilterDialog.on_deleteAllButton_clicked"></a> 110 </p><a NAME="ExceptionsFilterDialog.on_deleteAllButton_clicked" ID="ExceptionsFilterDialog.on_deleteAllButton_clicked"></a>
111 <h4>ExceptionsFilterDialog.on_deleteAllButton_clicked</h4> 111 <h4>ExceptionsFilterDialog.on_deleteAllButton_clicked</h4>
112 <b>on_deleteAllButton_clicked</b>(<i></i>) 112 <b>on_deleteAllButton_clicked</b>(<i></i>)
113 <p> 113 <p>
114 &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#100;&#101;&#108;&#101;&#116;&#101; &#97;&#108;&#108; &#101;x&#99;&#101;&#112;&#116;&#105;&#111;&#110;&#115; &#111;&#102; &#116;&#104;&#101; &#108;&#105;&#115;&#116;&#98;&#111;x. 114 Private slot to delete all exceptions of the listbox.
115 </p><a NAME="ExceptionsFilterDialog.on_deleteButton_clicked" ID="ExceptionsFilterDialog.on_deleteButton_clicked"></a> 115 </p><a NAME="ExceptionsFilterDialog.on_deleteButton_clicked" ID="ExceptionsFilterDialog.on_deleteButton_clicked"></a>
116 <h4>ExceptionsFilterDialog.on_deleteButton_clicked</h4> 116 <h4>ExceptionsFilterDialog.on_deleteButton_clicked</h4>
117 <b>on_deleteButton_clicked</b>(<i></i>) 117 <b>on_deleteButton_clicked</b>(<i></i>)
118 <p> 118 <p>
119 &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#100;&#101;&#108;&#101;&#116;&#101; &#116;&#104;&#101; &#99;&#117;&#114;&#114;&#101;&#110;&#116;&#108;y &#115;&#101;&#108;&#101;&#99;&#116;&#101;&#100; &#101;x&#99;&#101;&#112;&#116;&#105;&#111;&#110; &#111;&#102; &#116;&#104;&#101; &#108;&#105;&#115;&#116;&#98;&#111;x. 119 Private slot to delete the currently selected exception of the listbox.
120 </p><a NAME="ExceptionsFilterDialog.on_exceptionEdit_textChanged" ID="ExceptionsFilterDialog.on_exceptionEdit_textChanged"></a> 120 </p><a NAME="ExceptionsFilterDialog.on_exceptionEdit_textChanged" ID="ExceptionsFilterDialog.on_exceptionEdit_textChanged"></a>
121 <h4>ExceptionsFilterDialog.on_exceptionEdit_textChanged</h4> 121 <h4>ExceptionsFilterDialog.on_exceptionEdit_textChanged</h4>
122 <b>on_exceptionEdit_textChanged</b>(<i>txt</i>) 122 <b>on_exceptionEdit_textChanged</b>(<i>txt</i>)
123 <p> 123 <p>
124 &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#116;&#101;x&#116;&#67;&#104;&#97;&#110;&#103;&#101;&#100; &#115;&#105;&#103;&#110;&#97;&#108; &#111;&#102; &#101;x&#99;&#101;&#112;&#116;&#105;&#111;&#110;&#69;&#100;&#105;&#116;. 124 Private slot to handle the textChanged signal of exceptionEdit.
125 </p><p> 125 </p><p>
126 &#84;&#104;&#105;&#115; &#115;&#108;&#111;&#116; &#115;&#101;&#116;&#115; &#116;&#104;&#101; &#101;&#110;&#97;&#98;&#108;&#101;&#100; &#115;&#116;&#97;&#116;&#117;&#115; &#111;&#102; &#116;&#104;&#101; &#97;&#100;&#100; &#98;&#117;&#116;&#116;&#111;&#110; &#97;&#110;&#100; &#115;&#101;&#116;&#115; &#116;&#104;&#101; &#102;&#111;&#114;&#109;&#115; 126 This slot sets the enabled status of the add button and sets the forms
127 &#100;&#101;&#102;&#97;&#117;&#108;&#116; &#98;&#117;&#116;&#116;&#111;&#110;. 127 default button.
128 </p><dl> 128 </p><dl>
129 <dt><i>txt</i></dt> 129 <dt><i>txt</i></dt>
130 <dd> 130 <dd>
131 &#116;&#104;&#101; &#116;&#101;x&#116; &#101;&#110;&#116;&#101;&#114;&#101;&#100; &#105;&#110;&#116;&#111; &#101;x&#99;&#101;&#112;&#116;&#105;&#111;&#110;&#69;&#100;&#105;&#116; (&#115;&#116;&#114;&#105;&#110;&#103;) 131 the text entered into exceptionEdit (string)
132 </dd> 132 </dd>
133 </dl><a NAME="ExceptionsFilterDialog.on_exceptionList_itemSelectionChanged" ID="ExceptionsFilterDialog.on_exceptionList_itemSelectionChanged"></a> 133 </dl><a NAME="ExceptionsFilterDialog.on_exceptionList_itemSelectionChanged" ID="ExceptionsFilterDialog.on_exceptionList_itemSelectionChanged"></a>
134 <h4>ExceptionsFilterDialog.on_exceptionList_itemSelectionChanged</h4> 134 <h4>ExceptionsFilterDialog.on_exceptionList_itemSelectionChanged</h4>
135 <b>on_exceptionList_itemSelectionChanged</b>(<i></i>) 135 <b>on_exceptionList_itemSelectionChanged</b>(<i></i>)
136 <p> 136 <p>
137 &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#99;&#104;&#97;&#110;&#103;&#101; &#111;&#102; &#116;&#104;&#101; &#115;&#101;&#108;&#101;&#99;&#116;&#105;&#111;&#110;. 137 Private slot to handle the change of the selection.
138 </p> 138 </p>
139 <div align="right"><a href="#top">Up</a></div> 139 <div align="right"><a href="#top">Up</a></div>
140 <hr /> 140 <hr />
141 </body></html> 141 </body></html>

eric ide

mercurial