77 </tr><tr> |
77 </tr><tr> |
78 <td><a href="#SyntaxCheckerDialog.on_showButton_clicked">on_showButton_clicked</a></td> |
78 <td><a href="#SyntaxCheckerDialog.on_showButton_clicked">on_showButton_clicked</a></td> |
79 <td>Private slot to handle the "Show" button press.</td> |
79 <td>Private slot to handle the "Show" button press.</td> |
80 </tr><tr> |
80 </tr><tr> |
81 <td><a href="#SyntaxCheckerDialog.on_startButton_clicked">on_startButton_clicked</a></td> |
81 <td><a href="#SyntaxCheckerDialog.on_startButton_clicked">on_startButton_clicked</a></td> |
82 <td>Private slot to start a code metrics run.</td> |
82 <td>Private slot to start a syntax check run.</td> |
83 </tr><tr> |
83 </tr><tr> |
84 <td><a href="#SyntaxCheckerDialog.prepare">prepare</a></td> |
84 <td><a href="#SyntaxCheckerDialog.prepare">prepare</a></td> |
85 <td>Public method to prepare the dialog with a list of filenames.</td> |
85 <td>Public method to prepare the dialog with a list of filenames.</td> |
86 </tr><tr> |
86 </tr><tr> |
87 <td><a href="#SyntaxCheckerDialog.start">start</a></td> |
87 <td><a href="#SyntaxCheckerDialog.start">start</a></td> |
127 </dd> |
127 </dd> |
128 </dl><a NAME="SyntaxCheckerDialog.__finish" ID="SyntaxCheckerDialog.__finish"></a> |
128 </dl><a NAME="SyntaxCheckerDialog.__finish" ID="SyntaxCheckerDialog.__finish"></a> |
129 <h4>SyntaxCheckerDialog.__finish</h4> |
129 <h4>SyntaxCheckerDialog.__finish</h4> |
130 <b>__finish</b>(<i></i>) |
130 <b>__finish</b>(<i></i>) |
131 <p> |
131 <p> |
132 Private slot called when the syntax check finished or the user pressed the button. |
132 Private slot called when the syntax check finished or the user |
|
133 pressed the button. |
133 </p><a NAME="SyntaxCheckerDialog.__resort" ID="SyntaxCheckerDialog.__resort"></a> |
134 </p><a NAME="SyntaxCheckerDialog.__resort" ID="SyntaxCheckerDialog.__resort"></a> |
134 <h4>SyntaxCheckerDialog.__resort</h4> |
135 <h4>SyntaxCheckerDialog.__resort</h4> |
135 <b>__resort</b>(<i></i>) |
136 <b>__resort</b>(<i></i>) |
136 <p> |
137 <p> |
137 Private method to resort the tree. |
138 Private method to resort the tree. |
165 Private slot to handle the "Show" button press. |
166 Private slot to handle the "Show" button press. |
166 </p><a NAME="SyntaxCheckerDialog.on_startButton_clicked" ID="SyntaxCheckerDialog.on_startButton_clicked"></a> |
167 </p><a NAME="SyntaxCheckerDialog.on_startButton_clicked" ID="SyntaxCheckerDialog.on_startButton_clicked"></a> |
167 <h4>SyntaxCheckerDialog.on_startButton_clicked</h4> |
168 <h4>SyntaxCheckerDialog.on_startButton_clicked</h4> |
168 <b>on_startButton_clicked</b>(<i></i>) |
169 <b>on_startButton_clicked</b>(<i></i>) |
169 <p> |
170 <p> |
170 Private slot to start a code metrics run. |
171 Private slot to start a syntax check run. |
171 </p><a NAME="SyntaxCheckerDialog.prepare" ID="SyntaxCheckerDialog.prepare"></a> |
172 </p><a NAME="SyntaxCheckerDialog.prepare" ID="SyntaxCheckerDialog.prepare"></a> |
172 <h4>SyntaxCheckerDialog.prepare</h4> |
173 <h4>SyntaxCheckerDialog.prepare</h4> |
173 <b>prepare</b>(<i>fileList, project</i>) |
174 <b>prepare</b>(<i>fileList, project</i>) |
174 <p> |
175 <p> |
175 Public method to prepare the dialog with a list of filenames. |
176 Public method to prepare the dialog with a list of filenames. |