src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListDialog.html

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9209
b99e7fd55fd3
child 10479
856476537696
equal deleted inserted replaced
10437:2f70ca07f0af 10438:4cd7e5a8b3cf
121 <p> 121 <p>
122 Constructor 122 Constructor
123 </p> 123 </p>
124 <dl> 124 <dl>
125 125
126 <dt><i>vcs</i></dt> 126 <dt><i>vcs</i> (Hg)</dt>
127 <dd> 127 <dd>
128 reference to the vcs object 128 reference to the vcs object
129 </dd> 129 </dd>
130 <dt><i>parent</i></dt> 130 <dt><i>parent</i> (QWidget)</dt>
131 <dd> 131 <dd>
132 parent widget (QWidget) 132 parent widget
133 </dd> 133 </dd>
134 </dl> 134 </dl>
135 <a NAME="HgQueuesListDialog.__finish" ID="HgQueuesListDialog.__finish"></a> 135 <a NAME="HgQueuesListDialog.__finish" ID="HgQueuesListDialog.__finish"></a>
136 <h4>HgQueuesListDialog.__finish</h4> 136 <h4>HgQueuesListDialog.__finish</h4>
137 <b>__finish</b>(<i></i>) 137 <b>__finish</b>(<i></i>)
147 <p> 147 <p>
148 Private method to generate a patch item in the list of patches. 148 Private method to generate a patch item in the list of patches.
149 </p> 149 </p>
150 <dl> 150 <dl>
151 151
152 <dt><i>index</i></dt> 152 <dt><i>index</i> (int)</dt>
153 <dd> 153 <dd>
154 index of the patch (integer, -1 for missing) 154 index of the patch (-1 for missing)
155 </dd> 155 </dd>
156 <dt><i>status</i></dt> 156 <dt><i>status</i> (str)</dt>
157 <dd> 157 <dd>
158 status of the patch (string) 158 status of the patch
159 </dd> 159 </dd>
160 <dt><i>name</i></dt> 160 <dt><i>name</i> (str)</dt>
161 <dd> 161 <dd>
162 name of the patch (string) 162 name of the patch
163 </dd> 163 </dd>
164 <dt><i>summary</i></dt> 164 <dt><i>summary</i> (str)</dt>
165 <dd> 165 <dd>
166 first line of the patch header (string) 166 first line of the patch header
167 </dd> 167 </dd>
168 <dt><i>error</i></dt> 168 <dt><i>error</i> (bool)</dt>
169 <dd> 169 <dd>
170 flag indicating an error entry (boolean) 170 flag indicating an error entry
171 </dd> 171 </dd>
172 </dl> 172 </dl>
173 <a NAME="HgQueuesListDialog.__getSeries" ID="HgQueuesListDialog.__getSeries"></a> 173 <a NAME="HgQueuesListDialog.__getSeries" ID="HgQueuesListDialog.__getSeries"></a>
174 <h4>HgQueuesListDialog.__getSeries</h4> 174 <h4>HgQueuesListDialog.__getSeries</h4>
175 <b>__getSeries</b>(<i>missing=False</i>) 175 <b>__getSeries</b>(<i>missing=False</i>)
178 Private slot to get the list of applied, unapplied and guarded patches 178 Private slot to get the list of applied, unapplied and guarded patches
179 and patches missing in the series file. 179 and patches missing in the series file.
180 </p> 180 </p>
181 <dl> 181 <dl>
182 182
183 <dt><i>missing</i></dt> 183 <dt><i>missing</i> (bool)</dt>
184 <dd> 184 <dd>
185 flag indicating to get the patches missing in the 185 flag indicating to get the patches missing in the
186 series file (boolean) 186 series file
187 </dd> 187 </dd>
188 </dl> 188 </dl>
189 <a NAME="HgQueuesListDialog.__getTop" ID="HgQueuesListDialog.__getTop"></a> 189 <a NAME="HgQueuesListDialog.__getTop" ID="HgQueuesListDialog.__getTop"></a>
190 <h4>HgQueuesListDialog.__getTop</h4> 190 <h4>HgQueuesListDialog.__getTop</h4>
191 <b>__getTop</b>(<i></i>) 191 <b>__getTop</b>(<i></i>)
200 <p> 200 <p>
201 Private slot to mark the top patch entry. 201 Private slot to mark the top patch entry.
202 </p> 202 </p>
203 <dl> 203 <dl>
204 204
205 <dt><i>name</i></dt> 205 <dt><i>name</i> (str)</dt>
206 <dd> 206 <dd>
207 name of the patch (string) 207 name of the patch
208 </dd> 208 </dd>
209 </dl> 209 </dl>
210 <a NAME="HgQueuesListDialog.__processOutputLine" ID="HgQueuesListDialog.__processOutputLine"></a> 210 <a NAME="HgQueuesListDialog.__processOutputLine" ID="HgQueuesListDialog.__processOutputLine"></a>
211 <h4>HgQueuesListDialog.__processOutputLine</h4> 211 <h4>HgQueuesListDialog.__processOutputLine</h4>
212 <b>__processOutputLine</b>(<i>line</i>) 212 <b>__processOutputLine</b>(<i>line</i>)
214 <p> 214 <p>
215 Private method to process the lines of output. 215 Private method to process the lines of output.
216 </p> 216 </p>
217 <dl> 217 <dl>
218 218
219 <dt><i>line</i></dt> 219 <dt><i>line</i> (str)</dt>
220 <dd> 220 <dd>
221 output line to be processed (string) 221 output line to be processed
222 </dd> 222 </dd>
223 </dl> 223 </dl>
224 <a NAME="HgQueuesListDialog.__resizeColumns" ID="HgQueuesListDialog.__resizeColumns"></a> 224 <a NAME="HgQueuesListDialog.__resizeColumns" ID="HgQueuesListDialog.__resizeColumns"></a>
225 <h4>HgQueuesListDialog.__resizeColumns</h4> 225 <h4>HgQueuesListDialog.__resizeColumns</h4>
226 <b>__resizeColumns</b>(<i></i>) 226 <b>__resizeColumns</b>(<i></i>)
242 <p> 242 <p>
243 Private slot to show some error. 243 Private slot to show some error.
244 </p> 244 </p>
245 <dl> 245 <dl>
246 246
247 <dt><i>out</i></dt> 247 <dt><i>out</i> (str)</dt>
248 <dd> 248 <dd>
249 error to be shown (string) 249 error to be shown
250 </dd> 250 </dd>
251 </dl> 251 </dl>
252 <a NAME="HgQueuesListDialog.closeEvent" ID="HgQueuesListDialog.closeEvent"></a> 252 <a NAME="HgQueuesListDialog.closeEvent" ID="HgQueuesListDialog.closeEvent"></a>
253 <h4>HgQueuesListDialog.closeEvent</h4> 253 <h4>HgQueuesListDialog.closeEvent</h4>
254 <b>closeEvent</b>(<i>e</i>) 254 <b>closeEvent</b>(<i>e</i>)
256 <p> 256 <p>
257 Protected slot implementing a close event handler. 257 Protected slot implementing a close event handler.
258 </p> 258 </p>
259 <dl> 259 <dl>
260 260
261 <dt><i>e</i></dt> 261 <dt><i>e</i> (QCloseEvent)</dt>
262 <dd> 262 <dd>
263 close event (QCloseEvent) 263 close event
264 </dd> 264 </dd>
265 </dl> 265 </dl>
266 <a NAME="HgQueuesListDialog.on_buttonBox_clicked" ID="HgQueuesListDialog.on_buttonBox_clicked"></a> 266 <a NAME="HgQueuesListDialog.on_buttonBox_clicked" ID="HgQueuesListDialog.on_buttonBox_clicked"></a>
267 <h4>HgQueuesListDialog.on_buttonBox_clicked</h4> 267 <h4>HgQueuesListDialog.on_buttonBox_clicked</h4>
268 <b>on_buttonBox_clicked</b>(<i>button</i>) 268 <b>on_buttonBox_clicked</b>(<i>button</i>)
270 <p> 270 <p>
271 Private slot called by a button of the button box clicked. 271 Private slot called by a button of the button box clicked.
272 </p> 272 </p>
273 <dl> 273 <dl>
274 274
275 <dt><i>button</i></dt> 275 <dt><i>button</i> (QAbstractButton)</dt>
276 <dd> 276 <dd>
277 button that was clicked (QAbstractButton) 277 button that was clicked
278 </dd> 278 </dd>
279 </dl> 279 </dl>
280 <a NAME="HgQueuesListDialog.start" ID="HgQueuesListDialog.start"></a> 280 <a NAME="HgQueuesListDialog.start" ID="HgQueuesListDialog.start"></a>
281 <h4>HgQueuesListDialog.start</h4> 281 <h4>HgQueuesListDialog.start</h4>
282 <b>start</b>(<i></i>) 282 <b>start</b>(<i></i>)

eric ide

mercurial