eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsSubversion.SvnCommandDialog.html

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

eric ide

mercurial