|
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' |
|
3 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> |
|
4 <html><head> |
|
5 <title>eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommandDialog</title> |
|
6 <style> |
|
7 b'body {\n background:white;\n margin: 0em 1em 10em 1em;\n color: black;\n}\n\nh1 { color: white; background: #4FA4FF; }\nh2 { color: white; background: #4FA4FF; }\nh3 { color: white; background: #00557F; }\nh4 { color: white; background: #00557F; }\n \na { color: #AA5500; }\n' |
|
8 </style> |
|
9 </head> |
|
10 <body><a NAME="top" ID="top"></a> |
|
11 <h1>eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommandDialog</h1> |
|
12 <p> |
|
13 Module implementing the Subversion command dialog. |
|
14 </p> |
|
15 <h3>Global Attributes</h3> |
|
16 <table> |
|
17 <tr><td>None</td></tr> |
|
18 </table> |
|
19 <h3>Classes</h3> |
|
20 <table> |
|
21 <tr> |
|
22 <td><a href="#SvnCommandDialog">SvnCommandDialog</a></td> |
|
23 <td>Class implementing the Subversion command dialog.</td> |
|
24 </tr> |
|
25 </table> |
|
26 <h3>Functions</h3> |
|
27 <table> |
|
28 <tr><td>None</td></tr> |
|
29 </table> |
|
30 <hr /><hr /> |
|
31 <a NAME="SvnCommandDialog" ID="SvnCommandDialog"></a> |
|
32 <h2>SvnCommandDialog</h2> |
|
33 <p> |
|
34 Class implementing the Subversion command dialog. |
|
35 </p><p> |
|
36 It implements a dialog that is used to enter an |
|
37 arbitrary subversion command. It asks the user to enter |
|
38 the commandline parameters and the working directory. |
|
39 </p> |
|
40 <h3>Derived from</h3> |
|
41 QDialog, Ui_SvnCommandDialog |
|
42 <h3>Class Attributes</h3> |
|
43 <table> |
|
44 <tr><td>None</td></tr> |
|
45 </table> |
|
46 <h3>Methods</h3> |
|
47 <table> |
|
48 <tr> |
|
49 <td><a href="#SvnCommandDialog.__init__">SvnCommandDialog</a></td> |
|
50 <td>Constructor</td> |
|
51 </tr><tr> |
|
52 <td><a href="#SvnCommandDialog.getData">getData</a></td> |
|
53 <td>Public method to retrieve the data entered into this dialog.</td> |
|
54 </tr><tr> |
|
55 <td><a href="#SvnCommandDialog.on_commandCombo_editTextChanged">on_commandCombo_editTextChanged</a></td> |
|
56 <td>Private method used to enable/disable the OK-button.</td> |
|
57 </tr><tr> |
|
58 <td><a href="#SvnCommandDialog.on_dirButton_clicked">on_dirButton_clicked</a></td> |
|
59 <td>Private method used to open a directory selection dialog.</td> |
|
60 </tr> |
|
61 </table> |
|
62 <a NAME="SvnCommandDialog.__init__" ID="SvnCommandDialog.__init__"></a> |
|
63 <h4>SvnCommandDialog (Constructor)</h4> |
|
64 <b>SvnCommandDialog</b>(<i>argvList, wdList, ppath, parent = None</i>) |
|
65 <p> |
|
66 Constructor |
|
67 </p><dl> |
|
68 <dt><i>argvList</i></dt> |
|
69 <dd> |
|
70 history list of commandline arguments (list of strings) |
|
71 </dd><dt><i>wdList</i></dt> |
|
72 <dd> |
|
73 history list of working directories (list of strings) |
|
74 </dd><dt><i>ppath</i></dt> |
|
75 <dd> |
|
76 pathname of the project directory (string) |
|
77 </dd><dt><i>parent</i></dt> |
|
78 <dd> |
|
79 parent widget of this dialog (QWidget) |
|
80 </dd> |
|
81 </dl><a NAME="SvnCommandDialog.getData" ID="SvnCommandDialog.getData"></a> |
|
82 <h4>SvnCommandDialog.getData</h4> |
|
83 <b>getData</b>(<i></i>) |
|
84 <p> |
|
85 Public method to retrieve the data entered into this dialog. |
|
86 </p><dl> |
|
87 <dt>Returns:</dt> |
|
88 <dd> |
|
89 a tuple of argv, workdir |
|
90 </dd> |
|
91 </dl><a NAME="SvnCommandDialog.on_commandCombo_editTextChanged" ID="SvnCommandDialog.on_commandCombo_editTextChanged"></a> |
|
92 <h4>SvnCommandDialog.on_commandCombo_editTextChanged</h4> |
|
93 <b>on_commandCombo_editTextChanged</b>(<i>text</i>) |
|
94 <p> |
|
95 Private method used to enable/disable the OK-button. |
|
96 </p><dl> |
|
97 <dt><i>text</i></dt> |
|
98 <dd> |
|
99 ignored |
|
100 </dd> |
|
101 </dl><a NAME="SvnCommandDialog.on_dirButton_clicked" ID="SvnCommandDialog.on_dirButton_clicked"></a> |
|
102 <h4>SvnCommandDialog.on_dirButton_clicked</h4> |
|
103 <b>on_dirButton_clicked</b>(<i></i>) |
|
104 <p> |
|
105 Private method used to open a directory selection dialog. |
|
106 </p> |
|
107 <div align="right"><a href="#top">Up</a></div> |
|
108 <hr /> |
|
109 </body></html> |