src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsSubversion.SvnNewProjectOptionsDialog.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.vcsSubversion.SvnNewProjectOptionsDialog</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.vcsSubversion.SvnNewProjectOptionsDialog</h1>
10
11 <p>
12 Module implementing the Subversion Options Dialog for a new project from the
13 repository.
14 </p>
15 <h3>Global Attributes</h3>
16
17 <table>
18 <tr><td>None</td></tr>
19 </table>
20 <h3>Classes</h3>
21
22 <table>
23
24 <tr>
25 <td><a href="#SvnNewProjectOptionsDialog">SvnNewProjectOptionsDialog</a></td>
26 <td>Class implementing the Options Dialog for a new project from the repository.</td>
27 </tr>
28 </table>
29 <h3>Functions</h3>
30
31 <table>
32 <tr><td>None</td></tr>
33 </table>
34 <hr />
35 <hr />
36 <a NAME="SvnNewProjectOptionsDialog" ID="SvnNewProjectOptionsDialog"></a>
37 <h2>SvnNewProjectOptionsDialog</h2>
38
39 <p>
40 Class implementing the Options Dialog for a new project from the
41 repository.
42 </p>
43 <h3>Derived from</h3>
44 QDialog, Ui_SvnNewProjectOptionsDialog
45 <h3>Class Attributes</h3>
46
47 <table>
48 <tr><td>None</td></tr>
49 </table>
50 <h3>Class Methods</h3>
51
52 <table>
53 <tr><td>None</td></tr>
54 </table>
55 <h3>Methods</h3>
56
57 <table>
58
59 <tr>
60 <td><a href="#SvnNewProjectOptionsDialog.__init__">SvnNewProjectOptionsDialog</a></td>
61 <td>Constructor</td>
62 </tr>
63 <tr>
64 <td><a href="#SvnNewProjectOptionsDialog.getData">getData</a></td>
65 <td>Public slot to retrieve the data entered into the dialog.</td>
66 </tr>
67 <tr>
68 <td><a href="#SvnNewProjectOptionsDialog.on_layoutCheckBox_toggled">on_layoutCheckBox_toggled</a></td>
69 <td>Private slot to handle the change of the layout checkbox.</td>
70 </tr>
71 <tr>
72 <td><a href="#SvnNewProjectOptionsDialog.on_protocolCombo_activated">on_protocolCombo_activated</a></td>
73 <td>Private slot to switch the status of the directory selection button.</td>
74 </tr>
75 <tr>
76 <td><a href="#SvnNewProjectOptionsDialog.on_vcsProjectDirPicker_textChanged">on_vcsProjectDirPicker_textChanged</a></td>
77 <td>Private slot to handle a change of the project directory.</td>
78 </tr>
79 <tr>
80 <td><a href="#SvnNewProjectOptionsDialog.on_vcsUrlPicker_pickerButtonClicked">on_vcsUrlPicker_pickerButtonClicked</a></td>
81 <td>Private slot to display a repository browser dialog.</td>
82 </tr>
83 <tr>
84 <td><a href="#SvnNewProjectOptionsDialog.on_vcsUrlPicker_textChanged">on_vcsUrlPicker_textChanged</a></td>
85 <td>Private slot to handle changes of the URL.</td>
86 </tr>
87 </table>
88 <h3>Static Methods</h3>
89
90 <table>
91 <tr><td>None</td></tr>
92 </table>
93
94 <a NAME="SvnNewProjectOptionsDialog.__init__" ID="SvnNewProjectOptionsDialog.__init__"></a>
95 <h4>SvnNewProjectOptionsDialog (Constructor)</h4>
96 <b>SvnNewProjectOptionsDialog</b>(<i>vcs, parent=None</i>)
97
98 <p>
99 Constructor
100 </p>
101 <dl>
102
103 <dt><i>vcs</i></dt>
104 <dd>
105 reference to the version control object
106 </dd>
107 <dt><i>parent</i></dt>
108 <dd>
109 parent widget (QWidget)
110 </dd>
111 </dl>
112 <a NAME="SvnNewProjectOptionsDialog.getData" ID="SvnNewProjectOptionsDialog.getData"></a>
113 <h4>SvnNewProjectOptionsDialog.getData</h4>
114 <b>getData</b>(<i></i>)
115
116 <p>
117 Public slot to retrieve the data entered into the dialog.
118 </p>
119 <dl>
120 <dt>Return:</dt>
121 <dd>
122 a tuple of a string (project directory) and a dictionary
123 containing the data entered.
124 </dd>
125 </dl>
126 <a NAME="SvnNewProjectOptionsDialog.on_layoutCheckBox_toggled" ID="SvnNewProjectOptionsDialog.on_layoutCheckBox_toggled"></a>
127 <h4>SvnNewProjectOptionsDialog.on_layoutCheckBox_toggled</h4>
128 <b>on_layoutCheckBox_toggled</b>(<i>checked</i>)
129
130 <p>
131 Private slot to handle the change of the layout checkbox.
132 </p>
133 <dl>
134
135 <dt><i>checked</i></dt>
136 <dd>
137 flag indicating the state of the checkbox (boolean)
138 </dd>
139 </dl>
140 <a NAME="SvnNewProjectOptionsDialog.on_protocolCombo_activated" ID="SvnNewProjectOptionsDialog.on_protocolCombo_activated"></a>
141 <h4>SvnNewProjectOptionsDialog.on_protocolCombo_activated</h4>
142 <b>on_protocolCombo_activated</b>(<i>index</i>)
143
144 <p>
145 Private slot to switch the status of the directory selection button.
146 </p>
147 <dl>
148
149 <dt><i>index</i> (int)</dt>
150 <dd>
151 index of the selected entry
152 </dd>
153 </dl>
154 <a NAME="SvnNewProjectOptionsDialog.on_vcsProjectDirPicker_textChanged" ID="SvnNewProjectOptionsDialog.on_vcsProjectDirPicker_textChanged"></a>
155 <h4>SvnNewProjectOptionsDialog.on_vcsProjectDirPicker_textChanged</h4>
156 <b>on_vcsProjectDirPicker_textChanged</b>(<i>txt</i>)
157
158 <p>
159 Private slot to handle a change of the project directory.
160 </p>
161 <dl>
162
163 <dt><i>txt</i></dt>
164 <dd>
165 name of the project directory (string)
166 </dd>
167 </dl>
168 <a NAME="SvnNewProjectOptionsDialog.on_vcsUrlPicker_pickerButtonClicked" ID="SvnNewProjectOptionsDialog.on_vcsUrlPicker_pickerButtonClicked"></a>
169 <h4>SvnNewProjectOptionsDialog.on_vcsUrlPicker_pickerButtonClicked</h4>
170 <b>on_vcsUrlPicker_pickerButtonClicked</b>(<i></i>)
171
172 <p>
173 Private slot to display a repository browser dialog.
174 </p>
175 <a NAME="SvnNewProjectOptionsDialog.on_vcsUrlPicker_textChanged" ID="SvnNewProjectOptionsDialog.on_vcsUrlPicker_textChanged"></a>
176 <h4>SvnNewProjectOptionsDialog.on_vcsUrlPicker_textChanged</h4>
177 <b>on_vcsUrlPicker_textChanged</b>(<i>txt</i>)
178
179 <p>
180 Private slot to handle changes of the URL.
181 </p>
182 <dl>
183
184 <dt><i>txt</i></dt>
185 <dd>
186 current text of the line edit (string)
187 </dd>
188 </dl>
189 <div align="right"><a href="#top">Up</a></div>
190 <hr />
191 </body></html>

eric ide

mercurial