Documentation/Source/eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html

changeset 945
8cd4d08fa9f6
parent 855
d8c4113a9274
child 1228
7afaf2fca55b
equal deleted inserted replaced
944:1b59c4ba121e 945:8cd4d08fa9f6
112 <td>Public slot to start the PEP 8 check.</td> 112 <td>Public slot to start the PEP 8 check.</td>
113 </tr> 113 </tr>
114 </table> 114 </table>
115 <a NAME="Pep8Dialog.__init__" ID="Pep8Dialog.__init__"></a> 115 <a NAME="Pep8Dialog.__init__" ID="Pep8Dialog.__init__"></a>
116 <h4>Pep8Dialog (Constructor)</h4> 116 <h4>Pep8Dialog (Constructor)</h4>
117 <b>Pep8Dialog</b>(<i>parent = None</i>) 117 <b>Pep8Dialog</b>(<i>parent=None</i>)
118 <p> 118 <p>
119 Constructor 119 Constructor
120 </p><dl> 120 </p><dl>
121 <dt><i>parent</i></dt> 121 <dt><i>parent</i></dt>
122 <dd> 122 <dd>
214 Private slot to load the default configuration values. 214 Private slot to load the default configuration values.
215 </p><a NAME="Pep8Dialog.on_resultList_itemActivated" ID="Pep8Dialog.on_resultList_itemActivated"></a> 215 </p><a NAME="Pep8Dialog.on_resultList_itemActivated" ID="Pep8Dialog.on_resultList_itemActivated"></a>
216 <h4>Pep8Dialog.on_resultList_itemActivated</h4> 216 <h4>Pep8Dialog.on_resultList_itemActivated</h4>
217 <b>on_resultList_itemActivated</b>(<i>item, column</i>) 217 <b>on_resultList_itemActivated</b>(<i>item, column</i>)
218 <p> 218 <p>
219 Private slot to handle the activation of an item. 219 Private slot to handle the activation of an item.
220 </p><dl> 220 </p><dl>
221 <dt><i>item</i></dt> 221 <dt><i>item</i></dt>
222 <dd> 222 <dd>
223 reference to the activated item (QTreeWidgetItem) 223 reference to the activated item (QTreeWidgetItem)
224 </dd><dt><i>column</i></dt> 224 </dd><dt><i>column</i></dt>
259 <dd> 259 <dd>
260 reference to the project object (Project) 260 reference to the project object (Project)
261 </dd> 261 </dd>
262 </dl><a NAME="Pep8Dialog.start" ID="Pep8Dialog.start"></a> 262 </dl><a NAME="Pep8Dialog.start" ID="Pep8Dialog.start"></a>
263 <h4>Pep8Dialog.start</h4> 263 <h4>Pep8Dialog.start</h4>
264 <b>start</b>(<i>fn, save = False, repeat = None</i>) 264 <b>start</b>(<i>fn, save=False, repeat=None</i>)
265 <p> 265 <p>
266 Public slot to start the PEP 8 check. 266 Public slot to start the PEP 8 check.
267 </p><dl> 267 </p><dl>
268 <dt><i>fn</i></dt> 268 <dt><i>fn</i></dt>
269 <dd> 269 <dd>

eric ide

mercurial