47 </p> |
47 </p> |
48 <h3>Derived from</h3> |
48 <h3>Derived from</h3> |
49 QDialog, Ui_TabnannyDialog |
49 QDialog, Ui_TabnannyDialog |
50 <h3>Class Attributes</h3> |
50 <h3>Class Attributes</h3> |
51 <table> |
51 <table> |
52 <tr><td>None</td></tr> |
52 <tr><td>filenameRole</td></tr> |
53 </table> |
53 </table> |
54 <h3>Class Methods</h3> |
54 <h3>Class Methods</h3> |
55 <table> |
55 <table> |
56 <tr><td>None</td></tr> |
56 <tr><td>None</td></tr> |
57 </table> |
57 </table> |
62 <td>Constructor</td> |
62 <td>Constructor</td> |
63 </tr><tr> |
63 </tr><tr> |
64 <td><a href="#TabnannyDialog.__batchFinished">__batchFinished</a></td> |
64 <td><a href="#TabnannyDialog.__batchFinished">__batchFinished</a></td> |
65 <td>Private slot handling the completion of a batch job.</td> |
65 <td>Private slot handling the completion of a batch job.</td> |
66 </tr><tr> |
66 </tr><tr> |
|
67 <td><a href="#TabnannyDialog.__createErrorItem">__createErrorItem</a></td> |
|
68 <td>Private slot to create a new error item in the result list.</td> |
|
69 </tr><tr> |
67 <td><a href="#TabnannyDialog.__createResultItem">__createResultItem</a></td> |
70 <td><a href="#TabnannyDialog.__createResultItem">__createResultItem</a></td> |
68 <td>Private method to create an entry in the result list.</td> |
71 <td>Private method to create an entry in the result list.</td> |
69 </tr><tr> |
72 </tr><tr> |
70 <td><a href="#TabnannyDialog.__finish">__finish</a></td> |
73 <td><a href="#TabnannyDialog.__finish">__finish</a></td> |
71 <td>Private slot called when the action or the user pressed the button.</td> |
74 <td>Private slot called when the action or the user pressed the button.</td> |
|
75 </tr><tr> |
|
76 <td><a href="#TabnannyDialog.__processError">__processError</a></td> |
|
77 <td>Private slot to process an error indication from the service.</td> |
72 </tr><tr> |
78 </tr><tr> |
73 <td><a href="#TabnannyDialog.__processResult">__processResult</a></td> |
79 <td><a href="#TabnannyDialog.__processResult">__processResult</a></td> |
74 <td>Private slot called after perfoming a style check on one file.</td> |
80 <td>Private slot called after perfoming a style check on one file.</td> |
75 </tr><tr> |
81 </tr><tr> |
76 <td><a href="#TabnannyDialog.__resort">__resort</a></td> |
82 <td><a href="#TabnannyDialog.__resort">__resort</a></td> |
118 </dl><a NAME="TabnannyDialog.__batchFinished" ID="TabnannyDialog.__batchFinished"></a> |
124 </dl><a NAME="TabnannyDialog.__batchFinished" ID="TabnannyDialog.__batchFinished"></a> |
119 <h4>TabnannyDialog.__batchFinished</h4> |
125 <h4>TabnannyDialog.__batchFinished</h4> |
120 <b>__batchFinished</b>(<i></i>) |
126 <b>__batchFinished</b>(<i></i>) |
121 <p> |
127 <p> |
122 Private slot handling the completion of a batch job. |
128 Private slot handling the completion of a batch job. |
123 </p><a NAME="TabnannyDialog.__createResultItem" ID="TabnannyDialog.__createResultItem"></a> |
129 </p><a NAME="TabnannyDialog.__createErrorItem" ID="TabnannyDialog.__createErrorItem"></a> |
|
130 <h4>TabnannyDialog.__createErrorItem</h4> |
|
131 <b>__createErrorItem</b>(<i>filename, message</i>) |
|
132 <p> |
|
133 Private slot to create a new error item in the result list. |
|
134 </p><dl> |
|
135 <dt><i>filename</i> (str)</dt> |
|
136 <dd> |
|
137 name of the file |
|
138 </dd><dt><i>message</i> (str)</dt> |
|
139 <dd> |
|
140 error message |
|
141 </dd> |
|
142 </dl><a NAME="TabnannyDialog.__createResultItem" ID="TabnannyDialog.__createResultItem"></a> |
124 <h4>TabnannyDialog.__createResultItem</h4> |
143 <h4>TabnannyDialog.__createResultItem</h4> |
125 <b>__createResultItem</b>(<i>file, line, sourcecode</i>) |
144 <b>__createResultItem</b>(<i>filename, line, sourcecode</i>) |
126 <p> |
145 <p> |
127 Private method to create an entry in the result list. |
146 Private method to create an entry in the result list. |
128 </p><dl> |
147 </p><dl> |
129 <dt><i>file</i></dt> |
148 <dt><i>filename</i></dt> |
130 <dd> |
149 <dd> |
131 filename of file (string) |
150 filename of file (string) |
132 </dd><dt><i>line</i></dt> |
151 </dd><dt><i>line</i></dt> |
133 <dd> |
152 <dd> |
134 linenumber of faulty source (integer or string) |
153 linenumber of faulty source (integer or string) |
139 </dl><a NAME="TabnannyDialog.__finish" ID="TabnannyDialog.__finish"></a> |
158 </dl><a NAME="TabnannyDialog.__finish" ID="TabnannyDialog.__finish"></a> |
140 <h4>TabnannyDialog.__finish</h4> |
159 <h4>TabnannyDialog.__finish</h4> |
141 <b>__finish</b>(<i></i>) |
160 <b>__finish</b>(<i></i>) |
142 <p> |
161 <p> |
143 Private slot called when the action or the user pressed the button. |
162 Private slot called when the action or the user pressed the button. |
144 </p><a NAME="TabnannyDialog.__processResult" ID="TabnannyDialog.__processResult"></a> |
163 </p><a NAME="TabnannyDialog.__processError" ID="TabnannyDialog.__processError"></a> |
|
164 <h4>TabnannyDialog.__processError</h4> |
|
165 <b>__processError</b>(<i>fn, msg</i>) |
|
166 <p> |
|
167 Private slot to process an error indication from the service. |
|
168 </p><dl> |
|
169 <dt><i>fn</i> (str)</dt> |
|
170 <dd> |
|
171 filename of the file |
|
172 </dd><dt><i>msg</i> (str)</dt> |
|
173 <dd> |
|
174 error message |
|
175 </dd> |
|
176 </dl><a NAME="TabnannyDialog.__processResult" ID="TabnannyDialog.__processResult"></a> |
145 <h4>TabnannyDialog.__processResult</h4> |
177 <h4>TabnannyDialog.__processResult</h4> |
146 <b>__processResult</b>(<i>fn, nok, line, error</i>) |
178 <b>__processResult</b>(<i>fn, nok, line, error</i>) |
147 <p> |
179 <p> |
148 Private slot called after perfoming a style check on one file. |
180 Private slot called after perfoming a style check on one file. |
149 </p><dl> |
181 </p><dl> |