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

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

eric ide

mercurial