~ubuntu-branches/ubuntu/karmic/eric/karmic

« back to all changes in this revision

Viewing changes to eric/Documentation/Source/eric4.VCS.vcsPySvn.SvnCommandDialog.html

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2008-01-28 18:02:25 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080128180225-6nrox6yrworh2c4v
Tags: 4.0.4-1ubuntu1
* Add python-qt3 to build-depends becuase that's where Ubuntu puts 
  pyqtconfig
* Change maintainer to MOTU

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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.VCS.vcsPySvn.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.VCS.vcsPySvn.SvnCommandDialog</h1>
 
24
<p>
 
25
Module implementing the Subversion command dialog.
 
26
</p>
 
27
<h3>Classes</h3>
 
28
<table>
 
29
<tr>
 
30
<td><a href="#SvnCommandDialog">SvnCommandDialog</a></td>
 
31
<td>Class implementing the Subversion command dialog.</td>
 
32
</tr>
 
33
</table>
 
34
<h3>Functions</h3>
 
35
<table>
 
36
<tr><td>None</td></tr>
 
37
</table>
 
38
<hr /><hr />
 
39
<a NAME="SvnCommandDialog" ID="SvnCommandDialog"></a>
 
40
<h2>SvnCommandDialog</h2>
 
41
<p>
 
42
    Class implementing the Subversion command dialog.
 
43
</p><p>
 
44
    It implements a dialog that is used to enter an
 
45
    arbitrary subversion command. It asks the user to enter
 
46
    the commandline parameters and the working directory.
 
47
</p>
 
48
<h3>Derived from</h3>
 
49
QDialog, Ui_SvnCommandDialog
 
50
<h3>Methods</h3>
 
51
<table>
 
52
<tr>
 
53
<td><a href="#SvnCommandDialog.__init__">SvnCommandDialog</a></td>
 
54
<td>Constructor</td>
 
55
</tr><tr>
 
56
<td><a href="#SvnCommandDialog.getData">getData</a></td>
 
57
<td>Public method to retrieve the data entered into this dialog.</td>
 
58
</tr><tr>
 
59
<td><a href="#SvnCommandDialog.on_commandCombo_editTextChanged">on_commandCombo_editTextChanged</a></td>
 
60
<td>Private method used to enable/disable the OK-button.</td>
 
61
</tr><tr>
 
62
<td><a href="#SvnCommandDialog.on_dirButton_clicked">on_dirButton_clicked</a></td>
 
63
<td>Private method used to open a directory selection dialog.</td>
 
64
</tr>
 
65
</table>
 
66
<p><a NAME="SvnCommandDialog.__init__" ID="SvnCommandDialog.__init__"></a>
 
67
<h4>SvnCommandDialog (Constructor)</h4>
 
68
<b>SvnCommandDialog</b>(<i>argvList, wdList, ppath, parent = None</i>)
 
69
<p>
 
70
        Constructor
 
71
</p><dl>
 
72
<dt><i>argvList</i></dt>
 
73
<dd>
 
74
history list of commandline arguments (QStringList)
 
75
</dd><dt><i>wdList</i></dt>
 
76
<dd>
 
77
history list of working directories (QStringList)
 
78
</dd><dt><i>ppath</i></dt>
 
79
<dd>
 
80
pathname of the project directory (string)
 
81
</dd><dt><i>parent</i></dt>
 
82
<dd>
 
83
parent widget of this dialog (QWidget)
 
84
</dd>
 
85
</dl><a NAME="SvnCommandDialog.getData" ID="SvnCommandDialog.getData"></a>
 
86
<h4>SvnCommandDialog.getData</h4>
 
87
<b>getData</b>(<i></i>)
 
88
<p>
 
89
        Public method to retrieve the data entered into this dialog.
 
90
</p><dl>
 
91
<dt>Returns:</dt>
 
92
<dd>
 
93
a tuple of argv, workdir
 
94
</dd>
 
95
</dl><a NAME="SvnCommandDialog.on_commandCombo_editTextChanged" ID="SvnCommandDialog.on_commandCombo_editTextChanged"></a>
 
96
<h4>SvnCommandDialog.on_commandCombo_editTextChanged</h4>
 
97
<b>on_commandCombo_editTextChanged</b>(<i>text</i>)
 
98
<p>
 
99
        Private method used to enable/disable the OK-button.
 
100
</p><dl>
 
101
<dt><i>text</i></dt>
 
102
<dd>
 
103
ignored
 
104
</dd>
 
105
</dl><a NAME="SvnCommandDialog.on_dirButton_clicked" ID="SvnCommandDialog.on_dirButton_clicked"></a>
 
106
<h4>SvnCommandDialog.on_dirButton_clicked</h4>
 
107
<b>on_dirButton_clicked</b>(<i></i>)
 
108
<p>
 
109
        Private method used to open a directory selection dialog.
 
110
</p></p>
 
111
<div align="right"><a href="#top">Up</a></div>
 
112
<hr />
 
113
</body></html>
 
 
b'\\ No newline at end of file'