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

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 10070
9f5758c0fec1
child 10479
856476537696
equal deleted inserted replaced
10437:2f70ca07f0af 10438:4cd7e5a8b3cf
113 <p> 113 <p>
114 Constructor 114 Constructor
115 </p> 115 </p>
116 <dl> 116 <dl>
117 117
118 <dt><i>text</i></dt> 118 <dt><i>text</i> (str)</dt>
119 <dd> 119 <dd>
120 text to be shown by the label (string) 120 text to be shown by the label
121 </dd> 121 </dd>
122 <dt><i>hg</i></dt> 122 <dt><i>hg</i> (Hg)</dt>
123 <dd> 123 <dd>
124 reference to the Mercurial interface object (Hg) 124 reference to the Mercurial interface object
125 </dd> 125 </dd>
126 <dt><i>useClient</i></dt> 126 <dt><i>useClient</i> (bool)</dt>
127 <dd> 127 <dd>
128 flag indicating to use the command server client 128 flag indicating to use the command server client
129 if possible (boolean) 129 if possible
130 </dd> 130 </dd>
131 <dt><i>parent</i></dt> 131 <dt><i>parent</i> (QWidget)</dt>
132 <dd> 132 <dd>
133 parent widget (QWidget) 133 parent widget
134 </dd> 134 </dd>
135 </dl> 135 </dl>
136 <a NAME="HgDialog.__finish" ID="HgDialog.__finish"></a> 136 <a NAME="HgDialog.__finish" ID="HgDialog.__finish"></a>
137 <h4>HgDialog.__finish</h4> 137 <h4>HgDialog.__finish</h4>
138 <b>__finish</b>(<i></i>) 138 <b>__finish</b>(<i></i>)
179 <p> 179 <p>
180 Private slot to show some error. 180 Private slot to show some error.
181 </p> 181 </p>
182 <dl> 182 <dl>
183 183
184 <dt><i>out</i></dt> 184 <dt><i>out</i> (str)</dt>
185 <dd> 185 <dd>
186 error to be shown (string) 186 error to be shown
187 </dd> 187 </dd>
188 </dl> 188 </dl>
189 <a NAME="HgDialog.__showOutput" ID="HgDialog.__showOutput"></a> 189 <a NAME="HgDialog.__showOutput" ID="HgDialog.__showOutput"></a>
190 <h4>HgDialog.__showOutput</h4> 190 <h4>HgDialog.__showOutput</h4>
191 <b>__showOutput</b>(<i>out</i>) 191 <b>__showOutput</b>(<i>out</i>)
193 <p> 193 <p>
194 Private slot to show some output. 194 Private slot to show some output.
195 </p> 195 </p>
196 <dl> 196 <dl>
197 197
198 <dt><i>out</i></dt> 198 <dt><i>out</i> (str)</dt>
199 <dd> 199 <dd>
200 output to be shown (string) 200 output to be shown
201 </dd> 201 </dd>
202 </dl> 202 </dl>
203 <a NAME="HgDialog.hasAddOrDelete" ID="HgDialog.hasAddOrDelete"></a> 203 <a NAME="HgDialog.hasAddOrDelete" ID="HgDialog.hasAddOrDelete"></a>
204 <h4>HgDialog.hasAddOrDelete</h4> 204 <h4>HgDialog.hasAddOrDelete</h4>
205 <b>hasAddOrDelete</b>(<i></i>) 205 <b>hasAddOrDelete</b>(<i></i>)
208 Public method to check, if the last action contained an add or delete. 208 Public method to check, if the last action contained an add or delete.
209 </p> 209 </p>
210 <dl> 210 <dl>
211 <dt>Return:</dt> 211 <dt>Return:</dt>
212 <dd> 212 <dd>
213 flag indicating the presence of an add or delete (boolean) 213 flag indicating the presence of an add or delete
214 </dd>
215 </dl>
216 <dl>
217 <dt>Return Type:</dt>
218 <dd>
219 bool
214 </dd> 220 </dd>
215 </dl> 221 </dl>
216 <a NAME="HgDialog.normalExit" ID="HgDialog.normalExit"></a> 222 <a NAME="HgDialog.normalExit" ID="HgDialog.normalExit"></a>
217 <h4>HgDialog.normalExit</h4> 223 <h4>HgDialog.normalExit</h4>
218 <b>normalExit</b>(<i></i>) 224 <b>normalExit</b>(<i></i>)
221 Public method to check for a normal process termination. 227 Public method to check for a normal process termination.
222 </p> 228 </p>
223 <dl> 229 <dl>
224 <dt>Return:</dt> 230 <dt>Return:</dt>
225 <dd> 231 <dd>
226 flag indicating normal process termination (boolean) 232 flag indicating normal process termination
233 </dd>
234 </dl>
235 <dl>
236 <dt>Return Type:</dt>
237 <dd>
238 bool
227 </dd> 239 </dd>
228 </dl> 240 </dl>
229 <a NAME="HgDialog.normalExitWithoutErrors" ID="HgDialog.normalExitWithoutErrors"></a> 241 <a NAME="HgDialog.normalExitWithoutErrors" ID="HgDialog.normalExitWithoutErrors"></a>
230 <h4>HgDialog.normalExitWithoutErrors</h4> 242 <h4>HgDialog.normalExitWithoutErrors</h4>
231 <b>normalExitWithoutErrors</b>(<i></i>) 243 <b>normalExitWithoutErrors</b>(<i></i>)
235 error messages. 247 error messages.
236 </p> 248 </p>
237 <dl> 249 <dl>
238 <dt>Return:</dt> 250 <dt>Return:</dt>
239 <dd> 251 <dd>
240 flag indicating normal process termination (boolean) 252 flag indicating normal process termination
253 </dd>
254 </dl>
255 <dl>
256 <dt>Return Type:</dt>
257 <dd>
258 bool
241 </dd> 259 </dd>
242 </dl> 260 </dl>
243 <a NAME="HgDialog.on_buttonBox_clicked" ID="HgDialog.on_buttonBox_clicked"></a> 261 <a NAME="HgDialog.on_buttonBox_clicked" ID="HgDialog.on_buttonBox_clicked"></a>
244 <h4>HgDialog.on_buttonBox_clicked</h4> 262 <h4>HgDialog.on_buttonBox_clicked</h4>
245 <b>on_buttonBox_clicked</b>(<i>button</i>) 263 <b>on_buttonBox_clicked</b>(<i>button</i>)
247 <p> 265 <p>
248 Private slot called by a button of the button box clicked. 266 Private slot called by a button of the button box clicked.
249 </p> 267 </p>
250 <dl> 268 <dl>
251 269
252 <dt><i>button</i></dt> 270 <dt><i>button</i> (QAbstractButton)</dt>
253 <dd> 271 <dd>
254 button that was clicked (QAbstractButton) 272 button that was clicked
255 </dd> 273 </dd>
256 </dl> 274 </dl>
257 <a NAME="HgDialog.startProcess" ID="HgDialog.startProcess"></a> 275 <a NAME="HgDialog.startProcess" ID="HgDialog.startProcess"></a>
258 <h4>HgDialog.startProcess</h4> 276 <h4>HgDialog.startProcess</h4>
259 <b>startProcess</b>(<i>args, showArgs=True, client=None</i>) 277 <b>startProcess</b>(<i>args, showArgs=True, client=None</i>)

eric ide

mercurial