68 </tr><tr> |
68 </tr><tr> |
69 <td><a href="#SyntaxCheckerDialog.__finish">__finish</a></td> |
69 <td><a href="#SyntaxCheckerDialog.__finish">__finish</a></td> |
70 <td>Private slot called when the syntax check finished or the user pressed the button.</td> |
70 <td>Private slot called when the syntax check finished or the user pressed the button.</td> |
71 </tr><tr> |
71 </tr><tr> |
72 <td><a href="#SyntaxCheckerDialog.__processResult">__processResult</a></td> |
72 <td><a href="#SyntaxCheckerDialog.__processResult">__processResult</a></td> |
73 <td>Slot to display the reported messages.</td> |
73 <td>Private slot to display the reported messages.</td> |
74 </tr><tr> |
74 </tr><tr> |
75 <td><a href="#SyntaxCheckerDialog.__resort">__resort</a></td> |
75 <td><a href="#SyntaxCheckerDialog.__resort">__resort</a></td> |
76 <td>Private method to resort the tree.</td> |
76 <td>Private method to resort the tree.</td> |
77 </tr><tr> |
77 </tr><tr> |
78 <td><a href="#SyntaxCheckerDialog.check">check</a></td> |
78 <td><a href="#SyntaxCheckerDialog.check">check</a></td> |
79 <td>Start a check for one file.</td> |
79 <td>Public method to start a check for one file.</td> |
80 </tr><tr> |
80 </tr><tr> |
81 <td><a href="#SyntaxCheckerDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
81 <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> |
82 <td>Private slot called by a button of the button box clicked.</td> |
83 </tr><tr> |
83 </tr><tr> |
84 <td><a href="#SyntaxCheckerDialog.on_resultList_itemActivated">on_resultList_itemActivated</a></td> |
84 <td><a href="#SyntaxCheckerDialog.on_resultList_itemActivated">on_resultList_itemActivated</a></td> |
155 pressed the button. |
155 pressed the button. |
156 </p><a NAME="SyntaxCheckerDialog.__processResult" ID="SyntaxCheckerDialog.__processResult"></a> |
156 </p><a NAME="SyntaxCheckerDialog.__processResult" ID="SyntaxCheckerDialog.__processResult"></a> |
157 <h4>SyntaxCheckerDialog.__processResult</h4> |
157 <h4>SyntaxCheckerDialog.__processResult</h4> |
158 <b>__processResult</b>(<i>fn, problems</i>) |
158 <b>__processResult</b>(<i>fn, problems</i>) |
159 <p> |
159 <p> |
160 Slot to display the reported messages. |
160 Private slot to display the reported messages. |
161 </p><dl> |
161 </p><dl> |
162 <dt><i>fn</i></dt> |
162 <dt><i>fn</i></dt> |
163 <dd> |
163 <dd> |
164 filename of the checked file (str) |
164 filename of the checked file (str) |
165 </dd><dt><i>problems</i></dt> |
165 </dd><dt><i>problems</i></dt> |
176 Private method to resort the tree. |
176 Private method to resort the tree. |
177 </p><a NAME="SyntaxCheckerDialog.check" ID="SyntaxCheckerDialog.check"></a> |
177 </p><a NAME="SyntaxCheckerDialog.check" ID="SyntaxCheckerDialog.check"></a> |
178 <h4>SyntaxCheckerDialog.check</h4> |
178 <h4>SyntaxCheckerDialog.check</h4> |
179 <b>check</b>(<i>codestring=''</i>) |
179 <b>check</b>(<i>codestring=''</i>) |
180 <p> |
180 <p> |
181 Start a check for one file. |
181 Public method to start a check for one file. |
182 </p><p> |
182 </p><p> |
183 The results are reported to the __processResult slot. |
183 The results are reported to the __processResult slot. |
184 </p><dl> |
184 </p><dl> |
185 <dt><i>codestring=</i></dt> |
185 <dt><i>codestring=</i></dt> |
186 <dd> |
186 <dd> |