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

changeset 847
cc18fbcde9fc
parent 832
eb5ff61f927b
child 853
ec7dd115e26b
equal deleted inserted replaced
846:869c200be26e 847:cc18fbcde9fc
64 <td>Private method to create an entry in the result list.</td> 64 <td>Private method to create an entry in the result list.</td>
65 </tr><tr> 65 </tr><tr>
66 <td><a href="#Pep8Dialog.__finish">__finish</a></td> 66 <td><a href="#Pep8Dialog.__finish">__finish</a></td>
67 <td>Private slot called when the PEP 8 check finished or the user pressed the cancel button.</td> 67 <td>Private slot called when the PEP 8 check finished or the user pressed the cancel button.</td>
68 </tr><tr> 68 </tr><tr>
69 <td><a href="#Pep8Dialog.__resetStatistics">__resetStatistics</a></td>
70 <td>Private slot to reset the statistics data.</td>
71 </tr><tr>
69 <td><a href="#Pep8Dialog.__resort">__resort</a></td> 72 <td><a href="#Pep8Dialog.__resort">__resort</a></td>
70 <td>Private method to resort the tree.</td> 73 <td>Private method to resort the tree.</td>
71 </tr><tr> 74 </tr><tr>
75 <td><a href="#Pep8Dialog.__updateStatistics">__updateStatistics</a></td>
76 <td>Private method to update the collected statistics.</td>
77 </tr><tr>
72 <td><a href="#Pep8Dialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> 78 <td><a href="#Pep8Dialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td>
73 <td>Private slot called by a button of the button box clicked.</td> 79 <td>Private slot called by a button of the button box clicked.</td>
74 </tr><tr> 80 </tr><tr>
75 <td><a href="#Pep8Dialog.on_excludeMessagesSelectButton_clicked">on_excludeMessagesSelectButton_clicked</a></td> 81 <td><a href="#Pep8Dialog.on_excludeMessagesSelectButton_clicked">on_excludeMessagesSelectButton_clicked</a></td>
76 <td>Private slot to select the message codes to be excluded via a selection dialog.</td> 82 <td>Private slot to select the message codes to be excluded via a selection dialog.</td>
87 <td><a href="#Pep8Dialog.on_showButton_clicked">on_showButton_clicked</a></td> 93 <td><a href="#Pep8Dialog.on_showButton_clicked">on_showButton_clicked</a></td>
88 <td>Private slot to handle the "Show" button press.</td> 94 <td>Private slot to handle the "Show" button press.</td>
89 </tr><tr> 95 </tr><tr>
90 <td><a href="#Pep8Dialog.on_startButton_clicked">on_startButton_clicked</a></td> 96 <td><a href="#Pep8Dialog.on_startButton_clicked">on_startButton_clicked</a></td>
91 <td>Private slot to start a PEP 8 check run.</td> 97 <td>Private slot to start a PEP 8 check run.</td>
98 </tr><tr>
99 <td><a href="#Pep8Dialog.on_statisticsButton_clicked">on_statisticsButton_clicked</a></td>
100 <td>Private slot to show the statistics dialog.</td>
92 </tr><tr> 101 </tr><tr>
93 <td><a href="#Pep8Dialog.on_storeDefaultButton_clicked">on_storeDefaultButton_clicked</a></td> 102 <td><a href="#Pep8Dialog.on_storeDefaultButton_clicked">on_storeDefaultButton_clicked</a></td>
94 <td>Private slot to store the current configuration values as default values.</td> 103 <td>Private slot to store the current configuration values as default values.</td>
95 </tr><tr> 104 </tr><tr>
96 <td><a href="#Pep8Dialog.prepare">prepare</a></td> 105 <td><a href="#Pep8Dialog.prepare">prepare</a></td>
138 <h4>Pep8Dialog.__finish</h4> 147 <h4>Pep8Dialog.__finish</h4>
139 <b>__finish</b>(<i></i>) 148 <b>__finish</b>(<i></i>)
140 <p> 149 <p>
141 Private slot called when the PEP 8 check finished or the user 150 Private slot called when the PEP 8 check finished or the user
142 pressed the cancel button. 151 pressed the cancel button.
152 </p><a NAME="Pep8Dialog.__resetStatistics" ID="Pep8Dialog.__resetStatistics"></a>
153 <h4>Pep8Dialog.__resetStatistics</h4>
154 <b>__resetStatistics</b>(<i></i>)
155 <p>
156 Private slot to reset the statistics data.
143 </p><a NAME="Pep8Dialog.__resort" ID="Pep8Dialog.__resort"></a> 157 </p><a NAME="Pep8Dialog.__resort" ID="Pep8Dialog.__resort"></a>
144 <h4>Pep8Dialog.__resort</h4> 158 <h4>Pep8Dialog.__resort</h4>
145 <b>__resort</b>(<i></i>) 159 <b>__resort</b>(<i></i>)
146 <p> 160 <p>
147 Private method to resort the tree. 161 Private method to resort the tree.
148 </p><a NAME="Pep8Dialog.on_buttonBox_clicked" ID="Pep8Dialog.on_buttonBox_clicked"></a> 162 </p><a NAME="Pep8Dialog.__updateStatistics" ID="Pep8Dialog.__updateStatistics"></a>
163 <h4>Pep8Dialog.__updateStatistics</h4>
164 <b>__updateStatistics</b>(<i>statistics</i>)
165 <p>
166 Private method to update the collected statistics.
167 </p><dl>
168 <dt><i>statistics</i></dt>
169 <dd>
170 dictionary of statistical data with
171 message code as key and message count as value
172 </dd>
173 </dl><a NAME="Pep8Dialog.on_buttonBox_clicked" ID="Pep8Dialog.on_buttonBox_clicked"></a>
149 <h4>Pep8Dialog.on_buttonBox_clicked</h4> 174 <h4>Pep8Dialog.on_buttonBox_clicked</h4>
150 <b>on_buttonBox_clicked</b>(<i>button</i>) 175 <b>on_buttonBox_clicked</b>(<i>button</i>)
151 <p> 176 <p>
152 Private slot called by a button of the button box clicked. 177 Private slot called by a button of the button box clicked.
153 </p><dl> 178 </p><dl>
193 </p><a NAME="Pep8Dialog.on_startButton_clicked" ID="Pep8Dialog.on_startButton_clicked"></a> 218 </p><a NAME="Pep8Dialog.on_startButton_clicked" ID="Pep8Dialog.on_startButton_clicked"></a>
194 <h4>Pep8Dialog.on_startButton_clicked</h4> 219 <h4>Pep8Dialog.on_startButton_clicked</h4>
195 <b>on_startButton_clicked</b>(<i></i>) 220 <b>on_startButton_clicked</b>(<i></i>)
196 <p> 221 <p>
197 Private slot to start a PEP 8 check run. 222 Private slot to start a PEP 8 check run.
223 </p><a NAME="Pep8Dialog.on_statisticsButton_clicked" ID="Pep8Dialog.on_statisticsButton_clicked"></a>
224 <h4>Pep8Dialog.on_statisticsButton_clicked</h4>
225 <b>on_statisticsButton_clicked</b>(<i></i>)
226 <p>
227 Private slot to show the statistics dialog.
198 </p><a NAME="Pep8Dialog.on_storeDefaultButton_clicked" ID="Pep8Dialog.on_storeDefaultButton_clicked"></a> 228 </p><a NAME="Pep8Dialog.on_storeDefaultButton_clicked" ID="Pep8Dialog.on_storeDefaultButton_clicked"></a>
199 <h4>Pep8Dialog.on_storeDefaultButton_clicked</h4> 229 <h4>Pep8Dialog.on_storeDefaultButton_clicked</h4>
200 <b>on_storeDefaultButton_clicked</b>(<i></i>) 230 <b>on_storeDefaultButton_clicked</b>(<i></i>)
201 <p> 231 <p>
202 Private slot to store the current configuration values as 232 Private slot to store the current configuration values as

eric ide

mercurial