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

changeset 4237
ff8a3e769fca
parent 3673
e26d7d0c1088
child 4503
d68dcbe1deb3
equal deleted inserted replaced
4236:8d4e498a7af8 4237:ff8a3e769fca
59 <table> 59 <table>
60 <tr> 60 <tr>
61 <td><a href="#TabnannyDialog.__init__">TabnannyDialog</a></td> 61 <td><a href="#TabnannyDialog.__init__">TabnannyDialog</a></td>
62 <td>Constructor</td> 62 <td>Constructor</td>
63 </tr><tr> 63 </tr><tr>
64 <td><a href="#TabnannyDialog.__batchFinished">__batchFinished</a></td>
65 <td>Private slot handling the completion of a batch job.</td>
66 </tr><tr>
64 <td><a href="#TabnannyDialog.__createResultItem">__createResultItem</a></td> 67 <td><a href="#TabnannyDialog.__createResultItem">__createResultItem</a></td>
65 <td>Private method to create an entry in the result list.</td> 68 <td>Private method to create an entry in the result list.</td>
66 </tr><tr> 69 </tr><tr>
67 <td><a href="#TabnannyDialog.__finish">__finish</a></td> 70 <td><a href="#TabnannyDialog.__finish">__finish</a></td>
68 <td>Private slot called when the action or the user pressed the button.</td> 71 <td>Private slot called when the action or the user pressed the button.</td>
72 </tr><tr> 75 </tr><tr>
73 <td><a href="#TabnannyDialog.__resort">__resort</a></td> 76 <td><a href="#TabnannyDialog.__resort">__resort</a></td>
74 <td>Private method to resort the tree.</td> 77 <td>Private method to resort the tree.</td>
75 </tr><tr> 78 </tr><tr>
76 <td><a href="#TabnannyDialog.check">check</a></td> 79 <td><a href="#TabnannyDialog.check">check</a></td>
77 <td>Public method to start a style check for one file.</td> 80 <td>Public method to start an indentation check for one file.</td>
81 </tr><tr>
82 <td><a href="#TabnannyDialog.checkBatch">checkBatch</a></td>
83 <td>Public method to start an indentation check batch job.</td>
78 </tr><tr> 84 </tr><tr>
79 <td><a href="#TabnannyDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> 85 <td><a href="#TabnannyDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td>
80 <td>Private slot called by a button of the button box clicked.</td> 86 <td>Private slot called by a button of the button box clicked.</td>
81 </tr><tr> 87 </tr><tr>
82 <td><a href="#TabnannyDialog.on_resultList_itemActivated">on_resultList_itemActivated</a></td> 88 <td><a href="#TabnannyDialog.on_resultList_itemActivated">on_resultList_itemActivated</a></td>
107 reference to the service (IndentCheckService) 113 reference to the service (IndentCheckService)
108 </dd><dt><i>parent</i></dt> 114 </dd><dt><i>parent</i></dt>
109 <dd> 115 <dd>
110 The parent widget (QWidget). 116 The parent widget (QWidget).
111 </dd> 117 </dd>
112 </dl><a NAME="TabnannyDialog.__createResultItem" ID="TabnannyDialog.__createResultItem"></a> 118 </dl><a NAME="TabnannyDialog.__batchFinished" ID="TabnannyDialog.__batchFinished"></a>
119 <h4>TabnannyDialog.__batchFinished</h4>
120 <b>__batchFinished</b>(<i></i>)
121 <p>
122 Private slot handling the completion of a batch job.
123 </p><a NAME="TabnannyDialog.__createResultItem" ID="TabnannyDialog.__createResultItem"></a>
113 <h4>TabnannyDialog.__createResultItem</h4> 124 <h4>TabnannyDialog.__createResultItem</h4>
114 <b>__createResultItem</b>(<i>file, line, sourcecode</i>) 125 <b>__createResultItem</b>(<i>file, line, sourcecode</i>)
115 <p> 126 <p>
116 Private method to create an entry in the result list. 127 Private method to create an entry in the result list.
117 </p><dl> 128 </p><dl>
156 Private method to resort the tree. 167 Private method to resort the tree.
157 </p><a NAME="TabnannyDialog.check" ID="TabnannyDialog.check"></a> 168 </p><a NAME="TabnannyDialog.check" ID="TabnannyDialog.check"></a>
158 <h4>TabnannyDialog.check</h4> 169 <h4>TabnannyDialog.check</h4>
159 <b>check</b>(<i>codestring=''</i>) 170 <b>check</b>(<i>codestring=''</i>)
160 <p> 171 <p>
161 Public method to start a style check for one file. 172 Public method to start an indentation check for one file.
162 </p><p> 173 </p><p>
163 The results are reported to the __processResult slot. 174 The results are reported to the __processResult slot.
164 </p><dl> 175 </p><dl>
165 <dt><i>codestring=</i></dt> 176 <dt><i>codestring=</i></dt>
166 <dd> 177 <dd>
167 optional sourcestring (str) 178 optional sourcestring (str)
168 </dd> 179 </dd>
169 </dl><a NAME="TabnannyDialog.on_buttonBox_clicked" ID="TabnannyDialog.on_buttonBox_clicked"></a> 180 </dl><a NAME="TabnannyDialog.checkBatch" ID="TabnannyDialog.checkBatch"></a>
181 <h4>TabnannyDialog.checkBatch</h4>
182 <b>checkBatch</b>(<i></i>)
183 <p>
184 Public method to start an indentation check batch job.
185 </p><p>
186 The results are reported to the __processResult slot.
187 </p><a NAME="TabnannyDialog.on_buttonBox_clicked" ID="TabnannyDialog.on_buttonBox_clicked"></a>
170 <h4>TabnannyDialog.on_buttonBox_clicked</h4> 188 <h4>TabnannyDialog.on_buttonBox_clicked</h4>
171 <b>on_buttonBox_clicked</b>(<i>button</i>) 189 <b>on_buttonBox_clicked</b>(<i>button</i>)
172 <p> 190 <p>
173 Private slot called by a button of the button box clicked. 191 Private slot called by a button of the button box clicked.
174 </p><dl> 192 </p><dl>

eric ide

mercurial