|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric7.Plugins.VcsPlugins.vcsSubversion.SvnOptionsDialog</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.SvnOptionsDialog</h1> |
|
10 |
|
11 <p> |
|
12 Module implementing a dialog to enter options used to start a project in |
|
13 the VCS. |
|
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="#SvnOptionsDialog">SvnOptionsDialog</a></td> |
|
26 <td>Class implementing a dialog to enter options used to start a project in 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="SvnOptionsDialog" ID="SvnOptionsDialog"></a> |
|
37 <h2>SvnOptionsDialog</h2> |
|
38 |
|
39 <p> |
|
40 Class implementing a dialog to enter options used to start a project in the |
|
41 repository. |
|
42 </p> |
|
43 <h3>Derived from</h3> |
|
44 QDialog, Ui_SvnOptionsDialog |
|
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="#SvnOptionsDialog.__init__">SvnOptionsDialog</a></td> |
|
61 <td>Constructor</td> |
|
62 </tr> |
|
63 <tr> |
|
64 <td><a href="#SvnOptionsDialog.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="#SvnOptionsDialog.on_protocolCombo_activated">on_protocolCombo_activated</a></td> |
|
69 <td>Private slot to switch the status of the directory selection button.</td> |
|
70 </tr> |
|
71 <tr> |
|
72 <td><a href="#SvnOptionsDialog.on_vcsUrlPicker_pickerButtonClicked">on_vcsUrlPicker_pickerButtonClicked</a></td> |
|
73 <td>Private slot to display a repository browser dialog.</td> |
|
74 </tr> |
|
75 <tr> |
|
76 <td><a href="#SvnOptionsDialog.on_vcsUrlPicker_textChanged">on_vcsUrlPicker_textChanged</a></td> |
|
77 <td>Private slot to handle changes of the URL.</td> |
|
78 </tr> |
|
79 </table> |
|
80 <h3>Static Methods</h3> |
|
81 |
|
82 <table> |
|
83 <tr><td>None</td></tr> |
|
84 </table> |
|
85 |
|
86 <a NAME="SvnOptionsDialog.__init__" ID="SvnOptionsDialog.__init__"></a> |
|
87 <h4>SvnOptionsDialog (Constructor)</h4> |
|
88 <b>SvnOptionsDialog</b>(<i>vcs, project, parent=None</i>) |
|
89 |
|
90 <p> |
|
91 Constructor |
|
92 </p> |
|
93 <dl> |
|
94 |
|
95 <dt><i>vcs</i></dt> |
|
96 <dd> |
|
97 reference to the version control object |
|
98 </dd> |
|
99 <dt><i>project</i></dt> |
|
100 <dd> |
|
101 reference to the project object |
|
102 </dd> |
|
103 <dt><i>parent</i></dt> |
|
104 <dd> |
|
105 parent widget (QWidget) |
|
106 </dd> |
|
107 </dl> |
|
108 <a NAME="SvnOptionsDialog.getData" ID="SvnOptionsDialog.getData"></a> |
|
109 <h4>SvnOptionsDialog.getData</h4> |
|
110 <b>getData</b>(<i></i>) |
|
111 |
|
112 <p> |
|
113 Public slot to retrieve the data entered into the dialog. |
|
114 </p> |
|
115 <dl> |
|
116 <dt>Return:</dt> |
|
117 <dd> |
|
118 a dictionary containing the data entered |
|
119 </dd> |
|
120 </dl> |
|
121 <a NAME="SvnOptionsDialog.on_protocolCombo_activated" ID="SvnOptionsDialog.on_protocolCombo_activated"></a> |
|
122 <h4>SvnOptionsDialog.on_protocolCombo_activated</h4> |
|
123 <b>on_protocolCombo_activated</b>(<i>index</i>) |
|
124 |
|
125 <p> |
|
126 Private slot to switch the status of the directory selection button. |
|
127 </p> |
|
128 <dl> |
|
129 |
|
130 <dt><i>index</i> (int)</dt> |
|
131 <dd> |
|
132 index of the selected entry |
|
133 </dd> |
|
134 </dl> |
|
135 <a NAME="SvnOptionsDialog.on_vcsUrlPicker_pickerButtonClicked" ID="SvnOptionsDialog.on_vcsUrlPicker_pickerButtonClicked"></a> |
|
136 <h4>SvnOptionsDialog.on_vcsUrlPicker_pickerButtonClicked</h4> |
|
137 <b>on_vcsUrlPicker_pickerButtonClicked</b>(<i></i>) |
|
138 |
|
139 <p> |
|
140 Private slot to display a repository browser dialog. |
|
141 </p> |
|
142 <a NAME="SvnOptionsDialog.on_vcsUrlPicker_textChanged" ID="SvnOptionsDialog.on_vcsUrlPicker_textChanged"></a> |
|
143 <h4>SvnOptionsDialog.on_vcsUrlPicker_textChanged</h4> |
|
144 <b>on_vcsUrlPicker_textChanged</b>(<i>txt</i>) |
|
145 |
|
146 <p> |
|
147 Private slot to handle changes of the URL. |
|
148 </p> |
|
149 <dl> |
|
150 |
|
151 <dt><i>txt</i></dt> |
|
152 <dd> |
|
153 current text of the line edit (string) |
|
154 </dd> |
|
155 </dl> |
|
156 <div align="right"><a href="#top">Up</a></div> |
|
157 <hr /> |
|
158 </body></html> |