src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsSubversion.SvnDialog.html

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9209
b99e7fd55fd3
child 10479
856476537696
equal deleted inserted replaced
10437:2f70ca07f0af 10438:4cd7e5a8b3cf
125 <p> 125 <p>
126 Constructor 126 Constructor
127 </p> 127 </p>
128 <dl> 128 <dl>
129 129
130 <dt><i>text</i></dt> 130 <dt><i>text</i> (str)</dt>
131 <dd> 131 <dd>
132 text to be shown by the label (string) 132 text to be shown by the label
133 </dd> 133 </dd>
134 <dt><i>parent</i></dt> 134 <dt><i>parent</i> (QWidget)</dt>
135 <dd> 135 <dd>
136 parent widget (QWidget) 136 parent widget
137 </dd> 137 </dd>
138 </dl> 138 </dl>
139 <a NAME="SvnDialog.__finish" ID="SvnDialog.__finish"></a> 139 <a NAME="SvnDialog.__finish" ID="SvnDialog.__finish"></a>
140 <h4>SvnDialog.__finish</h4> 140 <h4>SvnDialog.__finish</h4>
141 <b>__finish</b>(<i></i>) 141 <b>__finish</b>(<i></i>)
151 <p> 151 <p>
152 Private slot connected to the finished signal. 152 Private slot connected to the finished signal.
153 </p> 153 </p>
154 <dl> 154 <dl>
155 155
156 <dt><i>exitCode</i></dt> 156 <dt><i>exitCode</i> (int)</dt>
157 <dd> 157 <dd>
158 exit code of the process (integer) 158 exit code of the process
159 </dd> 159 </dd>
160 <dt><i>exitStatus</i></dt> 160 <dt><i>exitStatus</i> (QProcess.ExitStatus)</dt>
161 <dd> 161 <dd>
162 exit status of the process (QProcess.ExitStatus) 162 exit status of the process
163 </dd> 163 </dd>
164 </dl> 164 </dl>
165 <a NAME="SvnDialog.__readStderr" ID="SvnDialog.__readStderr"></a> 165 <a NAME="SvnDialog.__readStderr" ID="SvnDialog.__readStderr"></a>
166 <h4>SvnDialog.__readStderr</h4> 166 <h4>SvnDialog.__readStderr</h4>
167 <b>__readStderr</b>(<i></i>) 167 <b>__readStderr</b>(<i></i>)
192 Public method to check, if the last action contained an add or delete. 192 Public method to check, if the last action contained an add or delete.
193 </p> 193 </p>
194 <dl> 194 <dl>
195 <dt>Return:</dt> 195 <dt>Return:</dt>
196 <dd> 196 <dd>
197 flag indicating the presence of an add or delete (boolean) 197 flag indicating the presence of an add or delete
198 </dd>
199 </dl>
200 <dl>
201 <dt>Return Type:</dt>
202 <dd>
203 bool
198 </dd> 204 </dd>
199 </dl> 205 </dl>
200 <a NAME="SvnDialog.keyPressEvent" ID="SvnDialog.keyPressEvent"></a> 206 <a NAME="SvnDialog.keyPressEvent" ID="SvnDialog.keyPressEvent"></a>
201 <h4>SvnDialog.keyPressEvent</h4> 207 <h4>SvnDialog.keyPressEvent</h4>
202 <b>keyPressEvent</b>(<i>evt</i>) 208 <b>keyPressEvent</b>(<i>evt</i>)
204 <p> 210 <p>
205 Protected slot to handle a key press event. 211 Protected slot to handle a key press event.
206 </p> 212 </p>
207 <dl> 213 <dl>
208 214
209 <dt><i>evt</i></dt> 215 <dt><i>evt</i> (QKeyEvent)</dt>
210 <dd> 216 <dd>
211 the key press event (QKeyEvent) 217 the key press event
212 </dd> 218 </dd>
213 </dl> 219 </dl>
214 <a NAME="SvnDialog.normalExit" ID="SvnDialog.normalExit"></a> 220 <a NAME="SvnDialog.normalExit" ID="SvnDialog.normalExit"></a>
215 <h4>SvnDialog.normalExit</h4> 221 <h4>SvnDialog.normalExit</h4>
216 <b>normalExit</b>(<i></i>) 222 <b>normalExit</b>(<i></i>)
219 Public method to check for a normal process termination. 225 Public method to check for a normal process termination.
220 </p> 226 </p>
221 <dl> 227 <dl>
222 <dt>Return:</dt> 228 <dt>Return:</dt>
223 <dd> 229 <dd>
224 flag indicating normal process termination (boolean) 230 flag indicating normal process termination
231 </dd>
232 </dl>
233 <dl>
234 <dt>Return Type:</dt>
235 <dd>
236 bool
225 </dd> 237 </dd>
226 </dl> 238 </dl>
227 <a NAME="SvnDialog.on_buttonBox_clicked" ID="SvnDialog.on_buttonBox_clicked"></a> 239 <a NAME="SvnDialog.on_buttonBox_clicked" ID="SvnDialog.on_buttonBox_clicked"></a>
228 <h4>SvnDialog.on_buttonBox_clicked</h4> 240 <h4>SvnDialog.on_buttonBox_clicked</h4>
229 <b>on_buttonBox_clicked</b>(<i>button</i>) 241 <b>on_buttonBox_clicked</b>(<i>button</i>)
231 <p> 243 <p>
232 Private slot called by a button of the button box clicked. 244 Private slot called by a button of the button box clicked.
233 </p> 245 </p>
234 <dl> 246 <dl>
235 247
236 <dt><i>button</i></dt> 248 <dt><i>button</i> (QAbstractButton)</dt>
237 <dd> 249 <dd>
238 button that was clicked (QAbstractButton) 250 button that was clicked
239 </dd> 251 </dd>
240 </dl> 252 </dl>
241 <a NAME="SvnDialog.on_input_returnPressed" ID="SvnDialog.on_input_returnPressed"></a> 253 <a NAME="SvnDialog.on_input_returnPressed" ID="SvnDialog.on_input_returnPressed"></a>
242 <h4>SvnDialog.on_input_returnPressed</h4> 254 <h4>SvnDialog.on_input_returnPressed</h4>
243 <b>on_input_returnPressed</b>(<i></i>) 255 <b>on_input_returnPressed</b>(<i></i>)
252 <p> 264 <p>
253 Private slot to handle the password checkbox toggled. 265 Private slot to handle the password checkbox toggled.
254 </p> 266 </p>
255 <dl> 267 <dl>
256 268
257 <dt><i>isOn</i></dt> 269 <dt><i>isOn</i> (bool)</dt>
258 <dd> 270 <dd>
259 flag indicating the status of the check box (boolean) 271 flag indicating the status of the check box
260 </dd> 272 </dd>
261 </dl> 273 </dl>
262 <a NAME="SvnDialog.on_sendButton_clicked" ID="SvnDialog.on_sendButton_clicked"></a> 274 <a NAME="SvnDialog.on_sendButton_clicked" ID="SvnDialog.on_sendButton_clicked"></a>
263 <h4>SvnDialog.on_sendButton_clicked</h4> 275 <h4>SvnDialog.on_sendButton_clicked</h4>
264 <b>on_sendButton_clicked</b>(<i></i>) 276 <b>on_sendButton_clicked</b>(<i></i>)
273 <p> 285 <p>
274 Public slot used to start the process. 286 Public slot used to start the process.
275 </p> 287 </p>
276 <dl> 288 <dl>
277 289
278 <dt><i>args</i></dt> 290 <dt><i>args</i> (list of str)</dt>
279 <dd> 291 <dd>
280 list of arguments for the process (list of strings) 292 list of arguments for the process
281 </dd> 293 </dd>
282 <dt><i>workingDir</i></dt> 294 <dt><i>workingDir</i> (str)</dt>
283 <dd> 295 <dd>
284 working directory for the process (string) 296 working directory for the process
285 </dd> 297 </dd>
286 <dt><i>setLanguage</i></dt> 298 <dt><i>setLanguage</i> (bool)</dt>
287 <dd> 299 <dd>
288 flag indicating to set the language to "C" (boolean) 300 flag indicating to set the language to "C"
289 </dd> 301 </dd>
290 </dl> 302 </dl>
291 <dl> 303 <dl>
292 <dt>Return:</dt> 304 <dt>Return:</dt>
293 <dd> 305 <dd>
294 flag indicating a successful start of the process 306 flag indicating a successful start of the process
307 </dd>
308 </dl>
309 <dl>
310 <dt>Return Type:</dt>
311 <dd>
312 bool
295 </dd> 313 </dd>
296 </dl> 314 </dl>
297 <div align="right"><a href="#top">Up</a></div> 315 <div align="right"><a href="#top">Up</a></div>
298 <hr /> 316 <hr />
299 </body></html> 317 </body></html>

eric ide

mercurial