src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9421
989ee2535d59
child 10479
856476537696
equal deleted inserted replaced
10437:2f70ca07f0af 10438:4cd7e5a8b3cf
108 <p> 108 <p>
109 Constructor 109 Constructor
110 </p> 110 </p>
111 <dl> 111 <dl>
112 112
113 <dt><i>vcs</i></dt> 113 <dt><i>vcs</i> (Hg)</dt>
114 <dd> 114 <dd>
115 reference to the vcs object 115 reference to the vcs object
116 </dd> 116 </dd>
117 <dt><i>parent</i></dt> 117 <dt><i>parent</i> (QWidget)</dt>
118 <dd> 118 <dd>
119 parent widget (QWidget) 119 parent widget
120 </dd> 120 </dd>
121 </dl> 121 </dl>
122 <a NAME="HgAnnotateDialog.__buildSkipList" ID="HgAnnotateDialog.__buildSkipList"></a> 122 <a NAME="HgAnnotateDialog.__buildSkipList" ID="HgAnnotateDialog.__buildSkipList"></a>
123 <h4>HgAnnotateDialog.__buildSkipList</h4> 123 <h4>HgAnnotateDialog.__buildSkipList</h4>
124 <b>__buildSkipList</b>(<i>skiplist</i>) 124 <b>__buildSkipList</b>(<i>skiplist</i>)
160 <p> 160 <p>
161 Private method to generate an annotate item in the annotation list. 161 Private method to generate an annotate item in the annotation list.
162 </p> 162 </p>
163 <dl> 163 <dl>
164 164
165 <dt><i>marker</i></dt> 165 <dt><i>marker</i> (str)</dt>
166 <dd> 166 <dd>
167 marker character for skipped revisions (string) 167 marker character for skipped revisions
168 </dd> 168 </dd>
169 <dt><i>revision</i></dt> 169 <dt><i>revision</i> (str)</dt>
170 <dd> 170 <dd>
171 revision string (string) 171 revision string
172 </dd> 172 </dd>
173 <dt><i>changeset</i></dt> 173 <dt><i>changeset</i> (str)</dt>
174 <dd> 174 <dd>
175 changeset string (string) 175 changeset string
176 </dd> 176 </dd>
177 <dt><i>author</i></dt> 177 <dt><i>author</i> (str)</dt>
178 <dd> 178 <dd>
179 author of the change (string) 179 author of the change
180 </dd> 180 </dd>
181 <dt><i>date</i></dt> 181 <dt><i>date</i> (str)</dt>
182 <dd> 182 <dd>
183 date of the change (string) 183 date of the change
184 </dd> 184 </dd>
185 <dt><i>text</i></dt> 185 <dt><i>text</i> (str)</dt>
186 <dd> 186 <dd>
187 text of the change (string) 187 text of the change
188 </dd> 188 </dd>
189 </dl> 189 </dl>
190 <a NAME="HgAnnotateDialog.__processOutputLine" ID="HgAnnotateDialog.__processOutputLine"></a> 190 <a NAME="HgAnnotateDialog.__processOutputLine" ID="HgAnnotateDialog.__processOutputLine"></a>
191 <h4>HgAnnotateDialog.__processOutputLine</h4> 191 <h4>HgAnnotateDialog.__processOutputLine</h4>
192 <b>__processOutputLine</b>(<i>line</i>) 192 <b>__processOutputLine</b>(<i>line</i>)
194 <p> 194 <p>
195 Private method to process the lines of output. 195 Private method to process the lines of output.
196 </p> 196 </p>
197 <dl> 197 <dl>
198 198
199 <dt><i>line</i></dt> 199 <dt><i>line</i> (str)</dt>
200 <dd> 200 <dd>
201 output line to be processed (string) 201 output line to be processed
202 </dd> 202 </dd>
203 </dl> 203 </dl>
204 <a NAME="HgAnnotateDialog.__resizeColumns" ID="HgAnnotateDialog.__resizeColumns"></a> 204 <a NAME="HgAnnotateDialog.__resizeColumns" ID="HgAnnotateDialog.__resizeColumns"></a>
205 <h4>HgAnnotateDialog.__resizeColumns</h4> 205 <h4>HgAnnotateDialog.__resizeColumns</h4>
206 <b>__resizeColumns</b>(<i></i>) 206 <b>__resizeColumns</b>(<i></i>)
215 <p> 215 <p>
216 Private slot to show some error. 216 Private slot to show some error.
217 </p> 217 </p>
218 <dl> 218 <dl>
219 219
220 <dt><i>out</i></dt> 220 <dt><i>out</i> (str)</dt>
221 <dd> 221 <dd>
222 error to be shown (string) 222 error to be shown
223 </dd> 223 </dd>
224 </dl> 224 </dl>
225 <a NAME="HgAnnotateDialog.closeEvent" ID="HgAnnotateDialog.closeEvent"></a> 225 <a NAME="HgAnnotateDialog.closeEvent" ID="HgAnnotateDialog.closeEvent"></a>
226 <h4>HgAnnotateDialog.closeEvent</h4> 226 <h4>HgAnnotateDialog.closeEvent</h4>
227 <b>closeEvent</b>(<i>e</i>) 227 <b>closeEvent</b>(<i>e</i>)
229 <p> 229 <p>
230 Protected slot implementing a close event handler. 230 Protected slot implementing a close event handler.
231 </p> 231 </p>
232 <dl> 232 <dl>
233 233
234 <dt><i>e</i></dt> 234 <dt><i>e</i> (QCloseEvent)</dt>
235 <dd> 235 <dd>
236 close event (QCloseEvent) 236 close event
237 </dd> 237 </dd>
238 </dl> 238 </dl>
239 <a NAME="HgAnnotateDialog.on_buttonBox_clicked" ID="HgAnnotateDialog.on_buttonBox_clicked"></a> 239 <a NAME="HgAnnotateDialog.on_buttonBox_clicked" ID="HgAnnotateDialog.on_buttonBox_clicked"></a>
240 <h4>HgAnnotateDialog.on_buttonBox_clicked</h4> 240 <h4>HgAnnotateDialog.on_buttonBox_clicked</h4>
241 <b>on_buttonBox_clicked</b>(<i>button</i>) 241 <b>on_buttonBox_clicked</b>(<i>button</i>)
243 <p> 243 <p>
244 Private slot called by a button of the button box clicked. 244 Private slot called by a button of the button box clicked.
245 </p> 245 </p>
246 <dl> 246 <dl>
247 247
248 <dt><i>button</i></dt> 248 <dt><i>button</i> (QAbstractButton)</dt>
249 <dd> 249 <dd>
250 button that was clicked (QAbstractButton) 250 button that was clicked
251 </dd> 251 </dd>
252 </dl> 252 </dl>
253 <a NAME="HgAnnotateDialog.start" ID="HgAnnotateDialog.start"></a> 253 <a NAME="HgAnnotateDialog.start" ID="HgAnnotateDialog.start"></a>
254 <h4>HgAnnotateDialog.start</h4> 254 <h4>HgAnnotateDialog.start</h4>
255 <b>start</b>(<i>fn, skiplist=""</i>) 255 <b>start</b>(<i>fn, skiplist=""</i>)

eric ide

mercurial