Documentation/Source/eric6.Plugins.VcsPlugins.vcsSubversion.SvnOptionsDialog.html

changeset 3673
e26d7d0c1088
child 4602
48cc4820e2c2
equal deleted inserted replaced
3670:f0cb7579c0b4 3673:e26d7d0c1088
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric6.Plugins.VcsPlugins.vcsSubversion.SvnOptionsDialog</title>
4 <meta charset="UTF-8">
5 <style>
6 body {
7 background: #EDECE6;
8 margin: 0em 1em 10em 1em;
9 color: black;
10 }
11
12 h1 { color: white; background: #85774A; }
13 h2 { color: white; background: #85774A; }
14 h3 { color: white; background: #9D936E; }
15 h4 { color: white; background: #9D936E; }
16
17 a { color: #BA6D36; }
18
19 </style>
20 </head>
21 <body><a NAME="top" ID="top"></a>
22 <h1>eric6.Plugins.VcsPlugins.vcsSubversion.SvnOptionsDialog</h1>
23 <p>
24 Module implementing a dialog to enter options used to start a project in
25 the VCS.
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="#SvnOptionsDialog">SvnOptionsDialog</a></td>
35 <td>Class implementing a dialog to enter options used to start a project in the repository.</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="SvnOptionsDialog" ID="SvnOptionsDialog"></a>
44 <h2>SvnOptionsDialog</h2>
45 <p>
46 Class implementing a dialog to enter options used to start a project in the
47 repository.
48 </p>
49 <h3>Derived from</h3>
50 QDialog, Ui_SvnOptionsDialog
51 <h3>Class Attributes</h3>
52 <table>
53 <tr><td>None</td></tr>
54 </table>
55 <h3>Class Methods</h3>
56 <table>
57 <tr><td>None</td></tr>
58 </table>
59 <h3>Methods</h3>
60 <table>
61 <tr>
62 <td><a href="#SvnOptionsDialog.__init__">SvnOptionsDialog</a></td>
63 <td>Constructor</td>
64 </tr><tr>
65 <td><a href="#SvnOptionsDialog.getData">getData</a></td>
66 <td>Public slot to retrieve the data entered into the dialog.</td>
67 </tr><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><tr>
71 <td><a href="#SvnOptionsDialog.on_vcsUrlButton_clicked">on_vcsUrlButton_clicked</a></td>
72 <td>Private slot to display a selection dialog.</td>
73 </tr><tr>
74 <td><a href="#SvnOptionsDialog.on_vcsUrlEdit_textChanged">on_vcsUrlEdit_textChanged</a></td>
75 <td>Private slot to handle changes of the URL.</td>
76 </tr>
77 </table>
78 <h3>Static Methods</h3>
79 <table>
80 <tr><td>None</td></tr>
81 </table>
82 <a NAME="SvnOptionsDialog.__init__" ID="SvnOptionsDialog.__init__"></a>
83 <h4>SvnOptionsDialog (Constructor)</h4>
84 <b>SvnOptionsDialog</b>(<i>vcs, project, parent=None</i>)
85 <p>
86 Constructor
87 </p><dl>
88 <dt><i>vcs</i></dt>
89 <dd>
90 reference to the version control object
91 </dd><dt><i>project</i></dt>
92 <dd>
93 reference to the project object
94 </dd><dt><i>parent</i></dt>
95 <dd>
96 parent widget (QWidget)
97 </dd>
98 </dl><a NAME="SvnOptionsDialog.getData" ID="SvnOptionsDialog.getData"></a>
99 <h4>SvnOptionsDialog.getData</h4>
100 <b>getData</b>(<i></i>)
101 <p>
102 Public slot to retrieve the data entered into the dialog.
103 </p><dl>
104 <dt>Returns:</dt>
105 <dd>
106 a dictionary containing the data entered
107 </dd>
108 </dl><a NAME="SvnOptionsDialog.on_protocolCombo_activated" ID="SvnOptionsDialog.on_protocolCombo_activated"></a>
109 <h4>SvnOptionsDialog.on_protocolCombo_activated</h4>
110 <b>on_protocolCombo_activated</b>(<i>protocol</i>)
111 <p>
112 Private slot to switch the status of the directory selection button.
113 </p><dl>
114 <dt><i>protocol</i></dt>
115 <dd>
116 selected protocol (string)
117 </dd>
118 </dl><a NAME="SvnOptionsDialog.on_vcsUrlButton_clicked" ID="SvnOptionsDialog.on_vcsUrlButton_clicked"></a>
119 <h4>SvnOptionsDialog.on_vcsUrlButton_clicked</h4>
120 <b>on_vcsUrlButton_clicked</b>(<i></i>)
121 <p>
122 Private slot to display a selection dialog.
123 </p><a NAME="SvnOptionsDialog.on_vcsUrlEdit_textChanged" ID="SvnOptionsDialog.on_vcsUrlEdit_textChanged"></a>
124 <h4>SvnOptionsDialog.on_vcsUrlEdit_textChanged</h4>
125 <b>on_vcsUrlEdit_textChanged</b>(<i>txt</i>)
126 <p>
127 Private slot to handle changes of the URL.
128 </p><dl>
129 <dt><i>txt</i></dt>
130 <dd>
131 current text of the line edit (string)
132 </dd>
133 </dl>
134 <div align="right"><a href="#top">Up</a></div>
135 <hr />
136 </body></html>

eric ide

mercurial