58 <table> |
58 <table> |
59 <tr> |
59 <tr> |
60 <td><a href="#SyntaxCheckerDialog.__init__">SyntaxCheckerDialog</a></td> |
60 <td><a href="#SyntaxCheckerDialog.__init__">SyntaxCheckerDialog</a></td> |
61 <td>Constructor</td> |
61 <td>Constructor</td> |
62 </tr><tr> |
62 </tr><tr> |
|
63 <td><a href="#SyntaxCheckerDialog.__batchFinished">__batchFinished</a></td> |
|
64 <td>Private slot handling the completion of a batch job.</td> |
|
65 </tr><tr> |
63 <td><a href="#SyntaxCheckerDialog.__clearErrors">__clearErrors</a></td> |
66 <td><a href="#SyntaxCheckerDialog.__clearErrors">__clearErrors</a></td> |
64 <td>Private method to clear all error and warning markers of open editors to be checked.</td> |
67 <td>Private method to clear all error and warning markers of open editors to be checked.</td> |
65 </tr><tr> |
68 </tr><tr> |
66 <td><a href="#SyntaxCheckerDialog.__createResultItem">__createResultItem</a></td> |
69 <td><a href="#SyntaxCheckerDialog.__createResultItem">__createResultItem</a></td> |
67 <td>Private method to create an entry in the result list.</td> |
70 <td>Private method to create an entry in the result list.</td> |
75 <td><a href="#SyntaxCheckerDialog.__resort">__resort</a></td> |
78 <td><a href="#SyntaxCheckerDialog.__resort">__resort</a></td> |
76 <td>Private method to resort the tree.</td> |
79 <td>Private method to resort the tree.</td> |
77 </tr><tr> |
80 </tr><tr> |
78 <td><a href="#SyntaxCheckerDialog.check">check</a></td> |
81 <td><a href="#SyntaxCheckerDialog.check">check</a></td> |
79 <td>Public method to start a check for one file.</td> |
82 <td>Public method to start a check for one file.</td> |
|
83 </tr><tr> |
|
84 <td><a href="#SyntaxCheckerDialog.checkBatch">checkBatch</a></td> |
|
85 <td>Public method to start a style check batch job.</td> |
80 </tr><tr> |
86 </tr><tr> |
81 <td><a href="#SyntaxCheckerDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
87 <td><a href="#SyntaxCheckerDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
82 <td>Private slot called by a button of the button box clicked.</td> |
88 <td>Private slot called by a button of the button box clicked.</td> |
83 </tr><tr> |
89 </tr><tr> |
84 <td><a href="#SyntaxCheckerDialog.on_resultList_itemActivated">on_resultList_itemActivated</a></td> |
90 <td><a href="#SyntaxCheckerDialog.on_resultList_itemActivated">on_resultList_itemActivated</a></td> |
109 </p><dl> |
115 </p><dl> |
110 <dt><i>parent</i></dt> |
116 <dt><i>parent</i></dt> |
111 <dd> |
117 <dd> |
112 The parent widget. (QWidget) |
118 The parent widget. (QWidget) |
113 </dd> |
119 </dd> |
114 </dl><a NAME="SyntaxCheckerDialog.__clearErrors" ID="SyntaxCheckerDialog.__clearErrors"></a> |
120 </dl><a NAME="SyntaxCheckerDialog.__batchFinished" ID="SyntaxCheckerDialog.__batchFinished"></a> |
|
121 <h4>SyntaxCheckerDialog.__batchFinished</h4> |
|
122 <b>__batchFinished</b>(<i></i>) |
|
123 <p> |
|
124 Private slot handling the completion of a batch job. |
|
125 </p><a NAME="SyntaxCheckerDialog.__clearErrors" ID="SyntaxCheckerDialog.__clearErrors"></a> |
115 <h4>SyntaxCheckerDialog.__clearErrors</h4> |
126 <h4>SyntaxCheckerDialog.__clearErrors</h4> |
116 <b>__clearErrors</b>(<i>files</i>) |
127 <b>__clearErrors</b>(<i>files</i>) |
117 <p> |
128 <p> |
118 Private method to clear all error and warning markers of |
129 Private method to clear all error and warning markers of |
119 open editors to be checked. |
130 open editors to be checked. |
184 </p><dl> |
195 </p><dl> |
185 <dt><i>codestring=</i></dt> |
196 <dt><i>codestring=</i></dt> |
186 <dd> |
197 <dd> |
187 optional sourcestring (str) |
198 optional sourcestring (str) |
188 </dd> |
199 </dd> |
189 </dl><a NAME="SyntaxCheckerDialog.on_buttonBox_clicked" ID="SyntaxCheckerDialog.on_buttonBox_clicked"></a> |
200 </dl><a NAME="SyntaxCheckerDialog.checkBatch" ID="SyntaxCheckerDialog.checkBatch"></a> |
|
201 <h4>SyntaxCheckerDialog.checkBatch</h4> |
|
202 <b>checkBatch</b>(<i></i>) |
|
203 <p> |
|
204 Public method to start a style check batch job. |
|
205 </p><p> |
|
206 The results are reported to the __processResult slot. |
|
207 </p><a NAME="SyntaxCheckerDialog.on_buttonBox_clicked" ID="SyntaxCheckerDialog.on_buttonBox_clicked"></a> |
190 <h4>SyntaxCheckerDialog.on_buttonBox_clicked</h4> |
208 <h4>SyntaxCheckerDialog.on_buttonBox_clicked</h4> |
191 <b>on_buttonBox_clicked</b>(<i>button</i>) |
209 <b>on_buttonBox_clicked</b>(<i>button</i>) |
192 <p> |
210 <p> |
193 Private slot called by a button of the button box clicked. |
211 Private slot called by a button of the button box clicked. |
194 </p><dl> |
212 </p><dl> |