Documentation/Source/eric5.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.html

changeset 571
1a4101cb87eb
parent 440
69ace3e2dcf6
child 832
eb5ff61f927b
equal deleted inserted replaced
570:43a680c5c8e6 571:1a4101cb87eb
76 <td>Private slot to handle the activation of an item.</td> 76 <td>Private slot to handle the activation of an item.</td>
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>
82 <td>Private slot to start a code metrics run.</td>
83 </tr><tr>
84 <td><a href="#SyntaxCheckerDialog.prepare">prepare</a></td>
85 <td>Public method to prepare the dialog with a list of filenames.</td>
86 </tr><tr>
81 <td><a href="#SyntaxCheckerDialog.start">start</a></td> 87 <td><a href="#SyntaxCheckerDialog.start">start</a></td>
82 <td>Public slot to start the syntax check.</td> 88 <td>Public slot to start the syntax check.</td>
83 </tr> 89 </tr>
84 </table> 90 </table>
85 <a NAME="SyntaxCheckerDialog.__init__" ID="SyntaxCheckerDialog.__init__"></a> 91 <a NAME="SyntaxCheckerDialog.__init__" ID="SyntaxCheckerDialog.__init__"></a>
155 </dl><a NAME="SyntaxCheckerDialog.on_showButton_clicked" ID="SyntaxCheckerDialog.on_showButton_clicked"></a> 161 </dl><a NAME="SyntaxCheckerDialog.on_showButton_clicked" ID="SyntaxCheckerDialog.on_showButton_clicked"></a>
156 <h4>SyntaxCheckerDialog.on_showButton_clicked</h4> 162 <h4>SyntaxCheckerDialog.on_showButton_clicked</h4>
157 <b>on_showButton_clicked</b>(<i></i>) 163 <b>on_showButton_clicked</b>(<i></i>)
158 <p> 164 <p>
159 Private slot to handle the "Show" button press. 165 Private slot to handle the "Show" button press.
160 </p><a NAME="SyntaxCheckerDialog.start" ID="SyntaxCheckerDialog.start"></a> 166 </p><a NAME="SyntaxCheckerDialog.on_startButton_clicked" ID="SyntaxCheckerDialog.on_startButton_clicked"></a>
167 <h4>SyntaxCheckerDialog.on_startButton_clicked</h4>
168 <b>on_startButton_clicked</b>(<i></i>)
169 <p>
170 Private slot to start a code metrics run.
171 </p><a NAME="SyntaxCheckerDialog.prepare" ID="SyntaxCheckerDialog.prepare"></a>
172 <h4>SyntaxCheckerDialog.prepare</h4>
173 <b>prepare</b>(<i>fileList, project</i>)
174 <p>
175 Public method to prepare the dialog with a list of filenames.
176 </p><dl>
177 <dt><i>fileList</i></dt>
178 <dd>
179 list of filenames (list of strings)
180 </dd><dt><i>project</i></dt>
181 <dd>
182 reference to the project object (Project)
183 </dd>
184 </dl><a NAME="SyntaxCheckerDialog.start" ID="SyntaxCheckerDialog.start"></a>
161 <h4>SyntaxCheckerDialog.start</h4> 185 <h4>SyntaxCheckerDialog.start</h4>
162 <b>start</b>(<i>fn, codestring = ""</i>) 186 <b>start</b>(<i>fn, codestring = ""</i>)
163 <p> 187 <p>
164 Public slot to start the syntax check. 188 Public slot to start the syntax check.
165 </p><dl> 189 </p><dl>

eric ide

mercurial