src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitFetchDialog.html

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9209
b99e7fd55fd3
child 10479
856476537696
equal deleted inserted replaced
10437:2f70ca07f0af 10438:4cd7e5a8b3cf
100 <p> 100 <p>
101 Constructor 101 Constructor
102 </p> 102 </p>
103 <dl> 103 <dl>
104 104
105 <dt><i>vcs</i></dt> 105 <dt><i>vcs</i> (Git)</dt>
106 <dd> 106 <dd>
107 reference to the git object 107 reference to the git object
108 </dd> 108 </dd>
109 <dt><i>repodir</i></dt> 109 <dt><i>repodir</i> (str)</dt>
110 <dd> 110 <dd>
111 directory name of the local repository (string) 111 directory name of the local repository
112 </dd> 112 </dd>
113 <dt><i>parent</i></dt> 113 <dt><i>parent</i> (QWidget)</dt>
114 <dd> 114 <dd>
115 reference to the parent widget (QWidget) 115 reference to the parent widget
116 </dd> 116 </dd>
117 </dl> 117 </dl>
118 <a NAME="GitFetchDialog.__okButtonEnable" ID="GitFetchDialog.__okButtonEnable"></a> 118 <a NAME="GitFetchDialog.__okButtonEnable" ID="GitFetchDialog.__okButtonEnable"></a>
119 <h4>GitFetchDialog.__okButtonEnable</h4> 119 <h4>GitFetchDialog.__okButtonEnable</h4>
120 <b>__okButtonEnable</b>(<i></i>) 120 <b>__okButtonEnable</b>(<i></i>)
141 <dd> 141 <dd>
142 tuple of remote name, remote url (for custom remotes), 142 tuple of remote name, remote url (for custom remotes),
143 remote branches, local branch, a flag indicating to fetch from 143 remote branches, local branch, a flag indicating to fetch from
144 all repositories, a flag indicating to remove obsolete tracking 144 all repositories, a flag indicating to remove obsolete tracking
145 references and a flag indicating to fetch tags as well 145 references and a flag indicating to fetch tags as well
146 (string, string, list of strings, string, boolean, boolean, 146 </dd>
147 boolean) 147 </dl>
148 <dl>
149 <dt>Return Type:</dt>
150 <dd>
151 tuple of (str, str, list of str, str, bool, bool, bool)
148 </dd> 152 </dd>
149 </dl> 153 </dl>
150 <a NAME="GitFetchDialog.on_remoteBranchesList_itemSelectionChanged" ID="GitFetchDialog.on_remoteBranchesList_itemSelectionChanged"></a> 154 <a NAME="GitFetchDialog.on_remoteBranchesList_itemSelectionChanged" ID="GitFetchDialog.on_remoteBranchesList_itemSelectionChanged"></a>
151 <h4>GitFetchDialog.on_remoteBranchesList_itemSelectionChanged</h4> 155 <h4>GitFetchDialog.on_remoteBranchesList_itemSelectionChanged</h4>
152 <b>on_remoteBranchesList_itemSelectionChanged</b>(<i></i>) 156 <b>on_remoteBranchesList_itemSelectionChanged</b>(<i></i>)
161 <p> 165 <p>
162 Private slot to handle changes of the URL edit. 166 Private slot to handle changes of the URL edit.
163 </p> 167 </p>
164 <dl> 168 <dl>
165 169
166 <dt><i>txt</i></dt> 170 <dt><i>txt</i> (str)</dt>
167 <dd> 171 <dd>
168 current text of the URL edit (string) 172 current text of the URL edit
169 </dd> 173 </dd>
170 </dl> 174 </dl>
171 <a NAME="GitFetchDialog.on_remotesComboBox_currentTextChanged" ID="GitFetchDialog.on_remotesComboBox_currentTextChanged"></a> 175 <a NAME="GitFetchDialog.on_remotesComboBox_currentTextChanged" ID="GitFetchDialog.on_remotesComboBox_currentTextChanged"></a>
172 <h4>GitFetchDialog.on_remotesComboBox_currentTextChanged</h4> 176 <h4>GitFetchDialog.on_remotesComboBox_currentTextChanged</h4>
173 <b>on_remotesComboBox_currentTextChanged</b>(<i>txt</i>) 177 <b>on_remotesComboBox_currentTextChanged</b>(<i>txt</i>)
175 <p> 179 <p>
176 Private slot to handle changes of the selected repository. 180 Private slot to handle changes of the selected repository.
177 </p> 181 </p>
178 <dl> 182 <dl>
179 183
180 <dt><i>txt</i></dt> 184 <dt><i>txt</i> (str)</dt>
181 <dd> 185 <dd>
182 current text of the combo box (string) 186 current text of the combo box
183 </dd> 187 </dd>
184 </dl> 188 </dl>
185 <a NAME="GitFetchDialog.on_updateButton_clicked" ID="GitFetchDialog.on_updateButton_clicked"></a> 189 <a NAME="GitFetchDialog.on_updateButton_clicked" ID="GitFetchDialog.on_updateButton_clicked"></a>
186 <h4>GitFetchDialog.on_updateButton_clicked</h4> 190 <h4>GitFetchDialog.on_updateButton_clicked</h4>
187 <b>on_updateButton_clicked</b>(<i></i>) 191 <b>on_updateButton_clicked</b>(<i></i>)

eric ide

mercurial