66 </tr><tr> |
66 </tr><tr> |
67 <td><a href="#TabnannyDialog.__finish">__finish</a></td> |
67 <td><a href="#TabnannyDialog.__finish">__finish</a></td> |
68 <td>Private slot called when the action or the user pressed the button.</td> |
68 <td>Private slot called when the action or the user pressed the button.</td> |
69 </tr><tr> |
69 </tr><tr> |
70 <td><a href="#TabnannyDialog.__processResult">__processResult</a></td> |
70 <td><a href="#TabnannyDialog.__processResult">__processResult</a></td> |
71 <td>Privat slot called after perfoming a style check on one file.</td> |
71 <td>Private slot called after perfoming a style check on one file.</td> |
72 </tr><tr> |
72 </tr><tr> |
73 <td><a href="#TabnannyDialog.__resort">__resort</a></td> |
73 <td><a href="#TabnannyDialog.__resort">__resort</a></td> |
74 <td>Private method to resort the tree.</td> |
74 <td>Private method to resort the tree.</td> |
75 </tr><tr> |
75 </tr><tr> |
76 <td><a href="#TabnannyDialog.check">check</a></td> |
76 <td><a href="#TabnannyDialog.check">check</a></td> |
77 <td>Start a style check for one file.</td> |
77 <td>Public method to start a style check for one file.</td> |
78 </tr><tr> |
78 </tr><tr> |
79 <td><a href="#TabnannyDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
79 <td><a href="#TabnannyDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
80 <td>Private slot called by a button of the button box clicked.</td> |
80 <td>Private slot called by a button of the button box clicked.</td> |
81 </tr><tr> |
81 </tr><tr> |
82 <td><a href="#TabnannyDialog.on_resultList_itemActivated">on_resultList_itemActivated</a></td> |
82 <td><a href="#TabnannyDialog.on_resultList_itemActivated">on_resultList_itemActivated</a></td> |
132 Private slot called when the action or the user pressed the button. |
132 Private slot called when the action or the user pressed the button. |
133 </p><a NAME="TabnannyDialog.__processResult" ID="TabnannyDialog.__processResult"></a> |
133 </p><a NAME="TabnannyDialog.__processResult" ID="TabnannyDialog.__processResult"></a> |
134 <h4>TabnannyDialog.__processResult</h4> |
134 <h4>TabnannyDialog.__processResult</h4> |
135 <b>__processResult</b>(<i>fn, nok, line, error</i>) |
135 <b>__processResult</b>(<i>fn, nok, line, error</i>) |
136 <p> |
136 <p> |
137 Privat slot called after perfoming a style check on one file. |
137 Private slot called after perfoming a style check on one file. |
138 </p><dl> |
138 </p><dl> |
139 <dt><i>fn</i></dt> |
139 <dt><i>fn</i></dt> |
140 <dd> |
140 <dd> |
141 filename of the just checked file (str) |
141 filename of the just checked file (str) |
142 </dd><dt><i>nok</i></dt> |
142 </dd><dt><i>nok</i></dt> |
156 Private method to resort the tree. |
156 Private method to resort the tree. |
157 </p><a NAME="TabnannyDialog.check" ID="TabnannyDialog.check"></a> |
157 </p><a NAME="TabnannyDialog.check" ID="TabnannyDialog.check"></a> |
158 <h4>TabnannyDialog.check</h4> |
158 <h4>TabnannyDialog.check</h4> |
159 <b>check</b>(<i>codestring=''</i>) |
159 <b>check</b>(<i>codestring=''</i>) |
160 <p> |
160 <p> |
161 Start a style check for one file. |
161 Public method to start a style check for one file. |
162 </p><p> |
162 </p><p> |
163 The results are reported to the __processResult slot. |
163 The results are reported to the __processResult slot. |
164 </p><dl> |
164 </p><dl> |
165 <dt><i>codestring=</i></dt> |
165 <dt><i>codestring=</i></dt> |
166 <dd> |
166 <dd> |