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

branch
eric7
changeset 9421
989ee2535d59
parent 9209
b99e7fd55fd3
child 10438
4cd7e5a8b3cf
equal deleted inserted replaced
9420:92810aebc909 9421:989ee2535d59
57 <tr> 57 <tr>
58 <td><a href="#HgAnnotateDialog.__init__">HgAnnotateDialog</a></td> 58 <td><a href="#HgAnnotateDialog.__init__">HgAnnotateDialog</a></td>
59 <td>Constructor</td> 59 <td>Constructor</td>
60 </tr> 60 </tr>
61 <tr> 61 <tr>
62 <td><a href="#HgAnnotateDialog.__buildSkipList">__buildSkipList</a></td>
63 <td>Private method to build a program arguments list of changesets to be skipped.</td>
64 </tr>
65 <tr>
62 <td><a href="#HgAnnotateDialog.__finish">__finish</a></td> 66 <td><a href="#HgAnnotateDialog.__finish">__finish</a></td>
63 <td>Private slot called when the process finished or the user pressed the button.</td> 67 <td>Private slot called when the process finished or the user pressed the button.</td>
64 </tr> 68 </tr>
65 <tr> 69 <tr>
66 <td><a href="#HgAnnotateDialog.__generateItem">__generateItem</a></td> 70 <td><a href="#HgAnnotateDialog.__generateItem">__generateItem</a></td>
113 <dt><i>parent</i></dt> 117 <dt><i>parent</i></dt>
114 <dd> 118 <dd>
115 parent widget (QWidget) 119 parent widget (QWidget)
116 </dd> 120 </dd>
117 </dl> 121 </dl>
122 <a NAME="HgAnnotateDialog.__buildSkipList" ID="HgAnnotateDialog.__buildSkipList"></a>
123 <h4>HgAnnotateDialog.__buildSkipList</h4>
124 <b>__buildSkipList</b>(<i>skiplist</i>)
125
126 <p>
127 Private method to build a program arguments list of changesets to be skipped.
128 </p>
129 <dl>
130
131 <dt><i>skiplist</i> (str)</dt>
132 <dd>
133 name of a skip list file
134 </dd>
135 </dl>
136 <dl>
137 <dt>Return:</dt>
138 <dd>
139 list of arguments
140 </dd>
141 </dl>
142 <dl>
143 <dt>Return Type:</dt>
144 <dd>
145 list of str
146 </dd>
147 </dl>
118 <a NAME="HgAnnotateDialog.__finish" ID="HgAnnotateDialog.__finish"></a> 148 <a NAME="HgAnnotateDialog.__finish" ID="HgAnnotateDialog.__finish"></a>
119 <h4>HgAnnotateDialog.__finish</h4> 149 <h4>HgAnnotateDialog.__finish</h4>
120 <b>__finish</b>(<i></i>) 150 <b>__finish</b>(<i></i>)
121 151
122 <p> 152 <p>
123 Private slot called when the process finished or the user pressed 153 Private slot called when the process finished or the user pressed
124 the button. 154 the button.
125 </p> 155 </p>
126 <a NAME="HgAnnotateDialog.__generateItem" ID="HgAnnotateDialog.__generateItem"></a> 156 <a NAME="HgAnnotateDialog.__generateItem" ID="HgAnnotateDialog.__generateItem"></a>
127 <h4>HgAnnotateDialog.__generateItem</h4> 157 <h4>HgAnnotateDialog.__generateItem</h4>
128 <b>__generateItem</b>(<i>revision, changeset, author, date, text</i>) 158 <b>__generateItem</b>(<i>marker, revision, changeset, author, date, text</i>)
129 159
130 <p> 160 <p>
131 Private method to generate an annotate item in the annotation list. 161 Private method to generate an annotate item in the annotation list.
132 </p> 162 </p>
133 <dl> 163 <dl>
134 164
165 <dt><i>marker</i></dt>
166 <dd>
167 marker character for skipped revisions (string)
168 </dd>
135 <dt><i>revision</i></dt> 169 <dt><i>revision</i></dt>
136 <dd> 170 <dd>
137 revision string (string) 171 revision string (string)
138 </dd> 172 </dd>
139 <dt><i>changeset</i></dt> 173 <dt><i>changeset</i></dt>
216 button that was clicked (QAbstractButton) 250 button that was clicked (QAbstractButton)
217 </dd> 251 </dd>
218 </dl> 252 </dl>
219 <a NAME="HgAnnotateDialog.start" ID="HgAnnotateDialog.start"></a> 253 <a NAME="HgAnnotateDialog.start" ID="HgAnnotateDialog.start"></a>
220 <h4>HgAnnotateDialog.start</h4> 254 <h4>HgAnnotateDialog.start</h4>
221 <b>start</b>(<i>fn</i>) 255 <b>start</b>(<i>fn, skiplist=""</i>)
222 256
223 <p> 257 <p>
224 Public slot to start the annotate command. 258 Public slot to start the annotate command.
225 </p> 259 </p>
226 <dl> 260 <dl>
227 261
228 <dt><i>fn</i></dt> 262 <dt><i>fn</i> (str)</dt>
229 <dd> 263 <dd>
230 filename to show the annotation for (string) 264 filename to show the annotation for
265 </dd>
266 <dt><i>skiplist</i> (str)</dt>
267 <dd>
268 name of a skip list file
231 </dd> 269 </dd>
232 </dl> 270 </dl>
233 <div align="right"><a href="#top">Up</a></div> 271 <div align="right"><a href="#top">Up</a></div>
234 <hr /> 272 <hr />
235 </body></html> 273 </body></html>

eric ide

mercurial