Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnUrlSelectionDialog.html

changeset 3673
e26d7d0c1088
equal deleted inserted replaced
3670:f0cb7579c0b4 3673:e26d7d0c1088
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric6.Plugins.VcsPlugins.vcsPySvn.SvnUrlSelectionDialog</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.vcsPySvn.SvnUrlSelectionDialog</h1>
23 <p>
24 Module implementing a dialog to enter the URLs for the svn diff command.
25 </p>
26 <h3>Global Attributes</h3>
27 <table>
28 <tr><td>None</td></tr>
29 </table>
30 <h3>Classes</h3>
31 <table>
32 <tr>
33 <td><a href="#SvnUrlSelectionDialog">SvnUrlSelectionDialog</a></td>
34 <td>Class implementing a dialog to enter the URLs for the svn diff command.</td>
35 </tr>
36 </table>
37 <h3>Functions</h3>
38 <table>
39 <tr><td>None</td></tr>
40 </table>
41 <hr /><hr />
42 <a NAME="SvnUrlSelectionDialog" ID="SvnUrlSelectionDialog"></a>
43 <h2>SvnUrlSelectionDialog</h2>
44 <p>
45 Class implementing a dialog to enter the URLs for the svn diff command.
46 </p>
47 <h3>Derived from</h3>
48 QDialog, Ui_SvnUrlSelectionDialog
49 <h3>Class Attributes</h3>
50 <table>
51 <tr><td>None</td></tr>
52 </table>
53 <h3>Class Methods</h3>
54 <table>
55 <tr><td>None</td></tr>
56 </table>
57 <h3>Methods</h3>
58 <table>
59 <tr>
60 <td><a href="#SvnUrlSelectionDialog.__init__">SvnUrlSelectionDialog</a></td>
61 <td>Constructor</td>
62 </tr><tr>
63 <td><a href="#SvnUrlSelectionDialog.__changeLabelCombo">__changeLabelCombo</a></td>
64 <td>Private method used to change the label combo depending on the selected type.</td>
65 </tr><tr>
66 <td><a href="#SvnUrlSelectionDialog.getURLs">getURLs</a></td>
67 <td>Public method to get the entered URLs.</td>
68 </tr><tr>
69 <td><a href="#SvnUrlSelectionDialog.on_typeCombo1_currentIndexChanged">on_typeCombo1_currentIndexChanged</a></td>
70 <td>Private slot called when the selected type was changed.</td>
71 </tr><tr>
72 <td><a href="#SvnUrlSelectionDialog.on_typeCombo2_currentIndexChanged">on_typeCombo2_currentIndexChanged</a></td>
73 <td>Private slot called when the selected type was changed.</td>
74 </tr>
75 </table>
76 <h3>Static Methods</h3>
77 <table>
78 <tr><td>None</td></tr>
79 </table>
80 <a NAME="SvnUrlSelectionDialog.__init__" ID="SvnUrlSelectionDialog.__init__"></a>
81 <h4>SvnUrlSelectionDialog (Constructor)</h4>
82 <b>SvnUrlSelectionDialog</b>(<i>vcs, tagsList, branchesList, path, parent=None</i>)
83 <p>
84 Constructor
85 </p><dl>
86 <dt><i>vcs</i></dt>
87 <dd>
88 reference to the vcs object
89 </dd><dt><i>tagsList</i></dt>
90 <dd>
91 list of tags (list of strings)
92 </dd><dt><i>branchesList</i></dt>
93 <dd>
94 list of branches (list of strings)
95 </dd><dt><i>path</i></dt>
96 <dd>
97 pathname to determine the repository URL from (string)
98 </dd><dt><i>parent</i></dt>
99 <dd>
100 parent widget of the dialog (QWidget)
101 </dd>
102 </dl><a NAME="SvnUrlSelectionDialog.__changeLabelCombo" ID="SvnUrlSelectionDialog.__changeLabelCombo"></a>
103 <h4>SvnUrlSelectionDialog.__changeLabelCombo</h4>
104 <b>__changeLabelCombo</b>(<i>labelCombo, type_</i>)
105 <p>
106 Private method used to change the label combo depending on the
107 selected type.
108 </p><dl>
109 <dt><i>labelCombo</i></dt>
110 <dd>
111 reference to the labelCombo object (QComboBox)
112 </dd><dt><i>type_</i></dt>
113 <dd>
114 type string (string)
115 </dd>
116 </dl><a NAME="SvnUrlSelectionDialog.getURLs" ID="SvnUrlSelectionDialog.getURLs"></a>
117 <h4>SvnUrlSelectionDialog.getURLs</h4>
118 <b>getURLs</b>(<i></i>)
119 <p>
120 Public method to get the entered URLs.
121 </p><dl>
122 <dt>Returns:</dt>
123 <dd>
124 tuple of list of two URL strings (list of strings) and
125 a flag indicating a diff summary (boolean)
126 </dd>
127 </dl><a NAME="SvnUrlSelectionDialog.on_typeCombo1_currentIndexChanged" ID="SvnUrlSelectionDialog.on_typeCombo1_currentIndexChanged"></a>
128 <h4>SvnUrlSelectionDialog.on_typeCombo1_currentIndexChanged</h4>
129 <b>on_typeCombo1_currentIndexChanged</b>(<i>type_</i>)
130 <p>
131 Private slot called when the selected type was changed.
132 </p><dl>
133 <dt><i>type_</i></dt>
134 <dd>
135 selected type (string)
136 </dd>
137 </dl><a NAME="SvnUrlSelectionDialog.on_typeCombo2_currentIndexChanged" ID="SvnUrlSelectionDialog.on_typeCombo2_currentIndexChanged"></a>
138 <h4>SvnUrlSelectionDialog.on_typeCombo2_currentIndexChanged</h4>
139 <b>on_typeCombo2_currentIndexChanged</b>(<i>type_</i>)
140 <p>
141 Private slot called when the selected type was changed.
142 </p><dl>
143 <dt><i>type_</i></dt>
144 <dd>
145 selected type (string)
146 </dd>
147 </dl>
148 <div align="right"><a href="#top">Up</a></div>
149 <hr />
150 </body></html>

eric ide

mercurial