src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsSubversion.SvnUrlSelectionDialog.html

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9209
b99e7fd55fd3
child 10479
856476537696
equal deleted inserted replaced
10437:2f70ca07f0af 10438:4cd7e5a8b3cf
88 <p> 88 <p>
89 Constructor 89 Constructor
90 </p> 90 </p>
91 <dl> 91 <dl>
92 92
93 <dt><i>vcs</i></dt> 93 <dt><i>vcs</i> (Subversion)</dt>
94 <dd> 94 <dd>
95 reference to the vcs object 95 reference to the vcs object
96 </dd> 96 </dd>
97 <dt><i>tagsList</i></dt> 97 <dt><i>tagsList</i> (list of str)</dt>
98 <dd> 98 <dd>
99 list of tags (list of strings) 99 list of tags
100 </dd> 100 </dd>
101 <dt><i>branchesList</i></dt> 101 <dt><i>branchesList</i> (list of str)</dt>
102 <dd> 102 <dd>
103 list of branches (list of strings) 103 list of branches
104 </dd> 104 </dd>
105 <dt><i>path</i></dt> 105 <dt><i>path</i> (str)</dt>
106 <dd> 106 <dd>
107 pathname to determine the repository URL from (string) 107 pathname to determine the repository URL from
108 </dd> 108 </dd>
109 <dt><i>parent</i></dt> 109 <dt><i>parent</i> (QWidget)</dt>
110 <dd> 110 <dd>
111 parent widget of the dialog (QWidget) 111 parent widget of the dialog
112 </dd> 112 </dd>
113 </dl> 113 </dl>
114 <a NAME="SvnUrlSelectionDialog.__changeLabelCombo" ID="SvnUrlSelectionDialog.__changeLabelCombo"></a> 114 <a NAME="SvnUrlSelectionDialog.__changeLabelCombo" ID="SvnUrlSelectionDialog.__changeLabelCombo"></a>
115 <h4>SvnUrlSelectionDialog.__changeLabelCombo</h4> 115 <h4>SvnUrlSelectionDialog.__changeLabelCombo</h4>
116 <b>__changeLabelCombo</b>(<i>labelCombo, type_</i>) 116 <b>__changeLabelCombo</b>(<i>labelCombo, type_</i>)
119 Private method used to change the label combo depending on the 119 Private method used to change the label combo depending on the
120 selected type. 120 selected type.
121 </p> 121 </p>
122 <dl> 122 <dl>
123 123
124 <dt><i>labelCombo</i></dt> 124 <dt><i>labelCombo</i> (QComboBox)</dt>
125 <dd> 125 <dd>
126 reference to the labelCombo object (QComboBox) 126 reference to the labelCombo object
127 </dd> 127 </dd>
128 <dt><i>type_</i></dt> 128 <dt><i>type_</i> (str)</dt>
129 <dd> 129 <dd>
130 type string (string) 130 type string
131 </dd> 131 </dd>
132 </dl> 132 </dl>
133 <a NAME="SvnUrlSelectionDialog.getURLs" ID="SvnUrlSelectionDialog.getURLs"></a> 133 <a NAME="SvnUrlSelectionDialog.getURLs" ID="SvnUrlSelectionDialog.getURLs"></a>
134 <h4>SvnUrlSelectionDialog.getURLs</h4> 134 <h4>SvnUrlSelectionDialog.getURLs</h4>
135 <b>getURLs</b>(<i></i>) 135 <b>getURLs</b>(<i></i>)
138 Public method to get the entered URLs. 138 Public method to get the entered URLs.
139 </p> 139 </p>
140 <dl> 140 <dl>
141 <dt>Return:</dt> 141 <dt>Return:</dt>
142 <dd> 142 <dd>
143 tuple of list of two URL strings (list of strings) and 143 tuple containing a list of two URL strings and a flag indicating
144 a flag indicating a diff summary (boolean) 144 a diff summary
145 </dd>
146 </dl>
147 <dl>
148 <dt>Return Type:</dt>
149 <dd>
150 tuple of (list of str, bool)
145 </dd> 151 </dd>
146 </dl> 152 </dl>
147 <a NAME="SvnUrlSelectionDialog.on_typeCombo1_currentIndexChanged" ID="SvnUrlSelectionDialog.on_typeCombo1_currentIndexChanged"></a> 153 <a NAME="SvnUrlSelectionDialog.on_typeCombo1_currentIndexChanged" ID="SvnUrlSelectionDialog.on_typeCombo1_currentIndexChanged"></a>
148 <h4>SvnUrlSelectionDialog.on_typeCombo1_currentIndexChanged</h4> 154 <h4>SvnUrlSelectionDialog.on_typeCombo1_currentIndexChanged</h4>
149 <b>on_typeCombo1_currentIndexChanged</b>(<i>index</i>) 155 <b>on_typeCombo1_currentIndexChanged</b>(<i>index</i>)

eric ide

mercurial