Documentation/Source/eric5.Plugins.CheckerPlugins.Tabnanny.TabnannyDialog.html

changeset 571
1a4101cb87eb
parent 440
69ace3e2dcf6
child 805
83ca4d1ff648
equal deleted inserted replaced
570:43a680c5c8e6 571:1a4101cb87eb
70 <td>Private slot called by a button of the button box clicked.</td> 70 <td>Private slot called by a button of the button box clicked.</td>
71 </tr><tr> 71 </tr><tr>
72 <td><a href="#TabnannyDialog.on_resultList_itemActivated">on_resultList_itemActivated</a></td> 72 <td><a href="#TabnannyDialog.on_resultList_itemActivated">on_resultList_itemActivated</a></td>
73 <td>Private slot to handle the activation of an item.</td> 73 <td>Private slot to handle the activation of an item.</td>
74 </tr><tr> 74 </tr><tr>
75 <td><a href="#TabnannyDialog.on_startButton_clicked">on_startButton_clicked</a></td>
76 <td>Private slot to start a code metrics run.</td>
77 </tr><tr>
78 <td><a href="#TabnannyDialog.prepare">prepare</a></td>
79 <td>Public method to prepare the dialog with a list of filenames.</td>
80 </tr><tr>
75 <td><a href="#TabnannyDialog.start">start</a></td> 81 <td><a href="#TabnannyDialog.start">start</a></td>
76 <td>Public slot to start the tabnanny check.</td> 82 <td>Public slot to start the tabnanny check.</td>
77 </tr> 83 </tr>
78 </table> 84 </table>
79 <a NAME="TabnannyDialog.__init__" ID="TabnannyDialog.__init__"></a> 85 <a NAME="TabnannyDialog.__init__" ID="TabnannyDialog.__init__"></a>
133 reference to the activated item (QTreeWidgetItem) 139 reference to the activated item (QTreeWidgetItem)
134 </dd><dt><i>col</i></dt> 140 </dd><dt><i>col</i></dt>
135 <dd> 141 <dd>
136 column the item was activated in (integer) 142 column the item was activated in (integer)
137 </dd> 143 </dd>
144 </dl><a NAME="TabnannyDialog.on_startButton_clicked" ID="TabnannyDialog.on_startButton_clicked"></a>
145 <h4>TabnannyDialog.on_startButton_clicked</h4>
146 <b>on_startButton_clicked</b>(<i></i>)
147 <p>
148 Private slot to start a code metrics run.
149 </p><a NAME="TabnannyDialog.prepare" ID="TabnannyDialog.prepare"></a>
150 <h4>TabnannyDialog.prepare</h4>
151 <b>prepare</b>(<i>fileList, project</i>)
152 <p>
153 Public method to prepare the dialog with a list of filenames.
154 </p><dl>
155 <dt><i>fileList</i></dt>
156 <dd>
157 list of filenames (list of strings)
158 </dd><dt><i>project</i></dt>
159 <dd>
160 reference to the project object (Project)
161 </dd>
138 </dl><a NAME="TabnannyDialog.start" ID="TabnannyDialog.start"></a> 162 </dl><a NAME="TabnannyDialog.start" ID="TabnannyDialog.start"></a>
139 <h4>TabnannyDialog.start</h4> 163 <h4>TabnannyDialog.start</h4>
140 <b>start</b>(<i>fn</i>) 164 <b>start</b>(<i>fn</i>)
141 <p> 165 <p>
142 Public slot to start the tabnanny check. 166 Public slot to start the tabnanny check.

eric ide

mercurial