src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.SvnCommandDialog.html

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8596
d64760b2da50
child 10438
4cd7e5a8b3cf
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric7.Plugins.VcsPlugins.vcsPySvn.SvnCommandDialog</title>
4 <meta charset="UTF-8">
5 <link rel="stylesheet" href="styles.css">
6 </head>
7 <body>
8 <a NAME="top" ID="top"></a>
9 <h1>eric7.Plugins.VcsPlugins.vcsPySvn.SvnCommandDialog</h1>
10
11 <p>
12 Module implementing the Subversion command dialog.
13 </p>
14 <h3>Global Attributes</h3>
15
16 <table>
17 <tr><td>None</td></tr>
18 </table>
19 <h3>Classes</h3>
20
21 <table>
22
23 <tr>
24 <td><a href="#SvnCommandDialog">SvnCommandDialog</a></td>
25 <td>Class implementing the Subversion command dialog.</td>
26 </tr>
27 </table>
28 <h3>Functions</h3>
29
30 <table>
31 <tr><td>None</td></tr>
32 </table>
33 <hr />
34 <hr />
35 <a NAME="SvnCommandDialog" ID="SvnCommandDialog"></a>
36 <h2>SvnCommandDialog</h2>
37
38 <p>
39 Class implementing the Subversion command dialog.
40 </p>
41 <p>
42 It implements a dialog that is used to enter an
43 arbitrary subversion command. It asks the user to enter
44 the commandline parameters and the working directory.
45 </p>
46 <h3>Derived from</h3>
47 QDialog, Ui_SvnCommandDialog
48 <h3>Class Attributes</h3>
49
50 <table>
51 <tr><td>None</td></tr>
52 </table>
53 <h3>Class Methods</h3>
54
55 <table>
56 <tr><td>None</td></tr>
57 </table>
58 <h3>Methods</h3>
59
60 <table>
61
62 <tr>
63 <td><a href="#SvnCommandDialog.__init__">SvnCommandDialog</a></td>
64 <td>Constructor</td>
65 </tr>
66 <tr>
67 <td><a href="#SvnCommandDialog.getData">getData</a></td>
68 <td>Public method to retrieve the data entered into this dialog.</td>
69 </tr>
70 <tr>
71 <td><a href="#SvnCommandDialog.on_commandCombo_editTextChanged">on_commandCombo_editTextChanged</a></td>
72 <td>Private method used to enable/disable the OK-button.</td>
73 </tr>
74 </table>
75 <h3>Static Methods</h3>
76
77 <table>
78 <tr><td>None</td></tr>
79 </table>
80
81 <a NAME="SvnCommandDialog.__init__" ID="SvnCommandDialog.__init__"></a>
82 <h4>SvnCommandDialog (Constructor)</h4>
83 <b>SvnCommandDialog</b>(<i>argvList, wdList, ppath, parent=None</i>)
84
85 <p>
86 Constructor
87 </p>
88 <dl>
89
90 <dt><i>argvList</i></dt>
91 <dd>
92 history list of commandline arguments (list of strings)
93 </dd>
94 <dt><i>wdList</i></dt>
95 <dd>
96 history list of working directories (list of strings)
97 </dd>
98 <dt><i>ppath</i></dt>
99 <dd>
100 pathname of the project directory (string)
101 </dd>
102 <dt><i>parent</i></dt>
103 <dd>
104 parent widget of this dialog (QWidget)
105 </dd>
106 </dl>
107 <a NAME="SvnCommandDialog.getData" ID="SvnCommandDialog.getData"></a>
108 <h4>SvnCommandDialog.getData</h4>
109 <b>getData</b>(<i></i>)
110
111 <p>
112 Public method to retrieve the data entered into this dialog.
113 </p>
114 <dl>
115 <dt>Return:</dt>
116 <dd>
117 a tuple of argv, workdir
118 </dd>
119 </dl>
120 <a NAME="SvnCommandDialog.on_commandCombo_editTextChanged" ID="SvnCommandDialog.on_commandCombo_editTextChanged"></a>
121 <h4>SvnCommandDialog.on_commandCombo_editTextChanged</h4>
122 <b>on_commandCombo_editTextChanged</b>(<i>text</i>)
123
124 <p>
125 Private method used to enable/disable the OK-button.
126 </p>
127 <dl>
128
129 <dt><i>text</i></dt>
130 <dd>
131 ignored
132 </dd>
133 </dl>
134 <div align="right"><a href="#top">Up</a></div>
135 <hr />
136 </body></html>

eric ide

mercurial