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

« back to all changes in this revision

Viewing changes to eric/Documentation/Source/eric3doc-eric3.VCS.subversionPackage.NewProjectDialog.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
 
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN'
2
 
'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
3
 
<html><head>
4
 
<title>eric3.VCS.subversionPackage.NewProjectDialog</title>
5
 
</head>
6
 
<body bgcolor="#FFFFFF"><a NAME="top" ID="top"></a>
7
 
<h1><font color="#0000FF">eric3.VCS.subversionPackage.NewProjectDialog</font></h1>
8
 
<p>
9
 
Module implementing the Subversion Options Dialog for a new project from the repository.
10
 
</p>
11
 
<h3><font color="#FF0000">Classes</font></h3>
12
 
<table>
13
 
<tr>
14
 
<td><a href="#SvnNewProjectOptionsDialog">SvnNewProjectOptionsDialog</a></td>
15
 
<td>Class implementing the Options Dialog for a new project from the repository.</td>
16
 
</tr>
17
 
</table>
18
 
<h3><font color="#FF0000">Functions</font></h3>
19
 
<table>
20
 
<tr><td>None</td></tr>
21
 
</table>
22
 
<hr /><hr />
23
 
<a NAME="SvnNewProjectOptionsDialog" ID="SvnNewProjectOptionsDialog"></a>
24
 
<h2><font color="#0000FF">SvnNewProjectOptionsDialog</font></h2>
25
 
<p>
26
 
    Class implementing the Options Dialog for a new project from the repository.
27
 
</p>
28
 
<h3><font color="#FF0000">Derived from</font></h3>
29
 
SvnNewProjectOptionsForm
30
 
<h3><font color="#FF0000">Methods</font></h3>
31
 
<table>
32
 
<tr>
33
 
<td><a href="#SvnNewProjectOptionsDialog.__init__">SvnNewProjectOptionsDialog</a></td>
34
 
<td>Constructor</td>
35
 
</tr><tr>
36
 
<td><a href="#SvnNewProjectOptionsDialog.getData">getData</a></td>
37
 
<td>Public slot to retrieve the data entered into the dialog.</td>
38
 
</tr><tr>
39
 
<td><a href="#SvnNewProjectOptionsDialog.handleDirectory">handleDirectory</a></td>
40
 
<td>Private slot to display a directory selection dialog.</td>
41
 
</tr><tr>
42
 
<td><a href="#SvnNewProjectOptionsDialog.handleLayoutToggled">handleLayoutToggled</a></td>
43
 
<td>Private slot to handle the change of the layout checkbox.</td>
44
 
</tr><tr>
45
 
<td><a href="#SvnNewProjectOptionsDialog.handleProjectDir">handleProjectDir</a></td>
46
 
<td>Private slot to display a directory selection dialog.</td>
47
 
</tr><tr>
48
 
<td><a href="#SvnNewProjectOptionsDialog.handleProtocol">handleProtocol</a></td>
49
 
<td>Private slot to switch the status of the directory selection button.</td>
50
 
</tr>
51
 
</table>
52
 
<p><a NAME="SvnNewProjectOptionsDialog.__init__" ID="SvnNewProjectOptionsDialog__init__"></a>
53
 
<h3><font color="#0000FF">SvnNewProjectOptionsDialog (Constructor)</font></h3>
54
 
<b>SvnNewProjectOptionsDialog</b>(<i>parent=None</i>)
55
 
<p>
56
 
        Constructor
57
 
</p><dl>
58
 
<dt><i>parent</i></dt>
59
 
<dd>
60
 
parent widget (QWidget)
61
 
</dd>
62
 
</dl><a NAME="SvnNewProjectOptionsDialog.getData" ID="SvnNewProjectOptionsDialoggetData"></a>
63
 
<h3><font color="#0000FF">SvnNewProjectOptionsDialog.getData</font></h3>
64
 
<b>getData</b>(<i></i>)
65
 
<p>
66
 
        Public slot to retrieve the data entered into the dialog.
67
 
</p><dl>
68
 
<dt>Returns:</dt>
69
 
<dd>
70
 
a tuple of a string (project directory) and a dictionary
71
 
            containing the data entered.
72
 
</dd>
73
 
</dl><a NAME="SvnNewProjectOptionsDialog.handleDirectory" ID="SvnNewProjectOptionsDialoghandleDirectory"></a>
74
 
<h3><font color="#0000FF">SvnNewProjectOptionsDialog.handleDirectory</font></h3>
75
 
<b>handleDirectory</b>(<i></i>)
76
 
<p>
77
 
        Private slot to display a directory selection dialog.
78
 
</p><a NAME="SvnNewProjectOptionsDialog.handleLayoutToggled" ID="SvnNewProjectOptionsDialoghandleLayoutToggled"></a>
79
 
<h3><font color="#0000FF">SvnNewProjectOptionsDialog.handleLayoutToggled</font></h3>
80
 
<b>handleLayoutToggled</b>(<i>checked</i>)
81
 
<p>
82
 
        Private slot to handle the change of the layout checkbox.
83
 
</p><dl>
84
 
<dt><i>checked</i></dt>
85
 
<dd>
86
 
flag indicating the state of the checkbox (boolean)
87
 
</dd>
88
 
</dl><a NAME="SvnNewProjectOptionsDialog.handleProjectDir" ID="SvnNewProjectOptionsDialoghandleProjectDir"></a>
89
 
<h3><font color="#0000FF">SvnNewProjectOptionsDialog.handleProjectDir</font></h3>
90
 
<b>handleProjectDir</b>(<i></i>)
91
 
<p>
92
 
        Private slot to display a directory selection dialog.
93
 
</p><a NAME="SvnNewProjectOptionsDialog.handleProtocol" ID="SvnNewProjectOptionsDialoghandleProtocol"></a>
94
 
<h3><font color="#0000FF">SvnNewProjectOptionsDialog.handleProtocol</font></h3>
95
 
<b>handleProtocol</b>(<i>protocol</i>)
96
 
<p>
97
 
        Private slot to switch the status of the directory selection button.
98
 
</p></p>
99
 
<div align="right"><a href="#top">Up</a></div>
100
 
<hr />
101
 
</body></html>
 
 
b'\\ No newline at end of file'