5 <link rel="stylesheet" href="styles.css"> |
5 <link rel="stylesheet" href="styles.css"> |
6 </head> |
6 </head> |
7 <body> |
7 <body> |
8 <a NAME="top" ID="top"></a> |
8 <a NAME="top" ID="top"></a> |
9 <h1>eric7.Plugins.VcsPlugins.vcsSubversion.SvnCommandDialog</h1> |
9 <h1>eric7.Plugins.VcsPlugins.vcsSubversion.SvnCommandDialog</h1> |
10 |
|
11 <p> |
10 <p> |
12 Module implementing the Subversion command dialog. |
11 Module implementing the Subversion command dialog. |
13 </p> |
12 </p> |
|
13 |
14 <h3>Global Attributes</h3> |
14 <h3>Global Attributes</h3> |
15 |
|
16 <table> |
15 <table> |
17 <tr><td>None</td></tr> |
16 <tr><td>None</td></tr> |
18 </table> |
17 </table> |
|
18 |
19 <h3>Classes</h3> |
19 <h3>Classes</h3> |
20 |
|
21 <table> |
20 <table> |
22 |
|
23 <tr> |
21 <tr> |
24 <td><a href="#SvnCommandDialog">SvnCommandDialog</a></td> |
22 <td><a href="#SvnCommandDialog">SvnCommandDialog</a></td> |
25 <td>Class implementing the Subversion command dialog.</td> |
23 <td>Class implementing the Subversion command dialog.</td> |
26 </tr> |
24 </tr> |
27 </table> |
25 </table> |
|
26 |
28 <h3>Functions</h3> |
27 <h3>Functions</h3> |
29 |
|
30 <table> |
28 <table> |
31 <tr><td>None</td></tr> |
29 <tr><td>None</td></tr> |
32 </table> |
30 </table> |
|
31 |
33 <hr /> |
32 <hr /> |
34 <hr /> |
33 <hr /> |
35 <a NAME="SvnCommandDialog" ID="SvnCommandDialog"></a> |
34 <a NAME="SvnCommandDialog" ID="SvnCommandDialog"></a> |
36 <h2>SvnCommandDialog</h2> |
35 <h2>SvnCommandDialog</h2> |
37 |
|
38 <p> |
36 <p> |
39 Class implementing the Subversion command dialog. |
37 Class implementing the Subversion command dialog. |
40 </p> |
38 </p> |
41 <p> |
39 <p> |
42 It implements a dialog that is used to enter an |
40 It implements a dialog that is used to enter an |
43 arbitrary subversion command. It asks the user to enter |
41 arbitrary subversion command. It asks the user to enter |
44 the commandline parameters and the working directory. |
42 the commandline parameters and the working directory. |
45 </p> |
43 </p> |
|
44 |
46 <h3>Derived from</h3> |
45 <h3>Derived from</h3> |
47 QDialog, Ui_SvnCommandDialog |
46 QDialog, Ui_SvnCommandDialog |
48 <h3>Class Attributes</h3> |
47 <h3>Class Attributes</h3> |
49 |
|
50 <table> |
48 <table> |
51 <tr><td>None</td></tr> |
49 <tr><td>None</td></tr> |
52 </table> |
50 </table> |
|
51 |
53 <h3>Class Methods</h3> |
52 <h3>Class Methods</h3> |
54 |
|
55 <table> |
53 <table> |
56 <tr><td>None</td></tr> |
54 <tr><td>None</td></tr> |
57 </table> |
55 </table> |
|
56 |
58 <h3>Methods</h3> |
57 <h3>Methods</h3> |
59 |
|
60 <table> |
58 <table> |
61 |
|
62 <tr> |
59 <tr> |
63 <td><a href="#SvnCommandDialog.__init__">SvnCommandDialog</a></td> |
60 <td><a href="#SvnCommandDialog.__init__">SvnCommandDialog</a></td> |
64 <td>Constructor</td> |
61 <td>Constructor</td> |
65 </tr> |
62 </tr> |
66 <tr> |
63 <tr> |
70 <tr> |
67 <tr> |
71 <td><a href="#SvnCommandDialog.on_commandCombo_editTextChanged">on_commandCombo_editTextChanged</a></td> |
68 <td><a href="#SvnCommandDialog.on_commandCombo_editTextChanged">on_commandCombo_editTextChanged</a></td> |
72 <td>Private method used to enable/disable the OK-button.</td> |
69 <td>Private method used to enable/disable the OK-button.</td> |
73 </tr> |
70 </tr> |
74 </table> |
71 </table> |
|
72 |
75 <h3>Static Methods</h3> |
73 <h3>Static Methods</h3> |
76 |
|
77 <table> |
74 <table> |
78 <tr><td>None</td></tr> |
75 <tr><td>None</td></tr> |
79 </table> |
76 </table> |
80 |
77 |
|
78 |
81 <a NAME="SvnCommandDialog.__init__" ID="SvnCommandDialog.__init__"></a> |
79 <a NAME="SvnCommandDialog.__init__" ID="SvnCommandDialog.__init__"></a> |
82 <h4>SvnCommandDialog (Constructor)</h4> |
80 <h4>SvnCommandDialog (Constructor)</h4> |
83 <b>SvnCommandDialog</b>(<i>argvList, wdList, ppath, parent=None</i>) |
81 <b>SvnCommandDialog</b>(<i>argvList, wdList, ppath, parent=None</i>) |
84 |
|
85 <p> |
82 <p> |
86 Constructor |
83 Constructor |
87 </p> |
84 </p> |
|
85 |
88 <dl> |
86 <dl> |
89 |
87 |
90 <dt><i>argvList</i> (list of str)</dt> |
88 <dt><i>argvList</i> (list of str)</dt> |
91 <dd> |
89 <dd> |
92 history list of commandline arguments |
90 history list of commandline arguments |
105 </dd> |
103 </dd> |
106 </dl> |
104 </dl> |
107 <a NAME="SvnCommandDialog.getData" ID="SvnCommandDialog.getData"></a> |
105 <a NAME="SvnCommandDialog.getData" ID="SvnCommandDialog.getData"></a> |
108 <h4>SvnCommandDialog.getData</h4> |
106 <h4>SvnCommandDialog.getData</h4> |
109 <b>getData</b>(<i></i>) |
107 <b>getData</b>(<i></i>) |
110 |
|
111 <p> |
108 <p> |
112 Public method to retrieve the data entered into this dialog. |
109 Public method to retrieve the data entered into this dialog. |
113 </p> |
110 </p> |
|
111 |
114 <dl> |
112 <dl> |
115 <dt>Return:</dt> |
113 <dt>Return:</dt> |
116 <dd> |
114 <dd> |
117 tuple cotaining the command line arguments and the working directory |
115 tuple cotaining the command line arguments and the working directory |
118 </dd> |
116 </dd> |
124 </dd> |
122 </dd> |
125 </dl> |
123 </dl> |
126 <a NAME="SvnCommandDialog.on_commandCombo_editTextChanged" ID="SvnCommandDialog.on_commandCombo_editTextChanged"></a> |
124 <a NAME="SvnCommandDialog.on_commandCombo_editTextChanged" ID="SvnCommandDialog.on_commandCombo_editTextChanged"></a> |
127 <h4>SvnCommandDialog.on_commandCombo_editTextChanged</h4> |
125 <h4>SvnCommandDialog.on_commandCombo_editTextChanged</h4> |
128 <b>on_commandCombo_editTextChanged</b>(<i>text</i>) |
126 <b>on_commandCombo_editTextChanged</b>(<i>text</i>) |
129 |
|
130 <p> |
127 <p> |
131 Private method used to enable/disable the OK-button. |
128 Private method used to enable/disable the OK-button. |
132 </p> |
129 </p> |
|
130 |
133 <dl> |
131 <dl> |
134 |
132 |
135 <dt><i>text</i> (str)</dt> |
133 <dt><i>text</i> (str)</dt> |
136 <dd> |
134 <dd> |
137 text of the command combobox |
135 text of the command combobox |