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

branch
eric7
changeset 10690
fab36645aa7d
parent 10479
856476537696
equal deleted inserted replaced
10689:3ede487187f2 10690:fab36645aa7d
133 the button. 133 the button.
134 </p> 134 </p>
135 135
136 <a NAME="SvnChangeListsDialog.__procFinished" ID="SvnChangeListsDialog.__procFinished"></a> 136 <a NAME="SvnChangeListsDialog.__procFinished" ID="SvnChangeListsDialog.__procFinished"></a>
137 <h4>SvnChangeListsDialog.__procFinished</h4> 137 <h4>SvnChangeListsDialog.__procFinished</h4>
138 <b>__procFinished</b>(<i>exitCode, exitStatus</i>) 138 <b>__procFinished</b>(<i>_exitCode, _exitStatus</i>)
139 <p> 139 <p>
140 Private slot connected to the finished signal. 140 Private slot connected to the finished signal.
141 </p> 141 </p>
142 142
143 <dl> 143 <dl>
144 144
145 <dt><i>exitCode</i> (int)</dt> 145 <dt><i>_exitCode</i> (int)</dt>
146 <dd> 146 <dd>
147 exit code of the process 147 exit code of the process (unused)
148 </dd> 148 </dd>
149 <dt><i>exitStatus</i> (QProcess.ExitStatus)</dt> 149 <dt><i>_exitStatus</i> (QProcess.ExitStatus)</dt>
150 <dd> 150 <dd>
151 exit status of the process 151 exit status of the process (unused)
152 </dd> 152 </dd>
153 </dl> 153 </dl>
154 <a NAME="SvnChangeListsDialog.__readStderr" ID="SvnChangeListsDialog.__readStderr"></a> 154 <a NAME="SvnChangeListsDialog.__readStderr" ID="SvnChangeListsDialog.__readStderr"></a>
155 <h4>SvnChangeListsDialog.__readStderr</h4> 155 <h4>SvnChangeListsDialog.__readStderr</h4>
156 <b>__readStderr</b>(<i></i>) 156 <b>__readStderr</b>(<i></i>)
201 button that was clicked 201 button that was clicked
202 </dd> 202 </dd>
203 </dl> 203 </dl>
204 <a NAME="SvnChangeListsDialog.on_changeLists_currentItemChanged" ID="SvnChangeListsDialog.on_changeLists_currentItemChanged"></a> 204 <a NAME="SvnChangeListsDialog.on_changeLists_currentItemChanged" ID="SvnChangeListsDialog.on_changeLists_currentItemChanged"></a>
205 <h4>SvnChangeListsDialog.on_changeLists_currentItemChanged</h4> 205 <h4>SvnChangeListsDialog.on_changeLists_currentItemChanged</h4>
206 <b>on_changeLists_currentItemChanged</b>(<i>current, previous</i>) 206 <b>on_changeLists_currentItemChanged</b>(<i>current, _previous</i>)
207 <p> 207 <p>
208 Private slot to handle the selection of a new item. 208 Private slot to handle the selection of a new item.
209 </p> 209 </p>
210 210
211 <dl> 211 <dl>
212 212
213 <dt><i>current</i> (QListWidgetItem)</dt> 213 <dt><i>current</i> (QListWidgetItem)</dt>
214 <dd> 214 <dd>
215 current item 215 current item
216 </dd> 216 </dd>
217 <dt><i>previous</i> (QListWidgetItem)</dt> 217 <dt><i>_previous</i> (QListWidgetItem)</dt>
218 <dd> 218 <dd>
219 previous current item 219 previous current item (unused)
220 </dd> 220 </dd>
221 </dl> 221 </dl>
222 <a NAME="SvnChangeListsDialog.on_input_returnPressed" ID="SvnChangeListsDialog.on_input_returnPressed"></a> 222 <a NAME="SvnChangeListsDialog.on_input_returnPressed" ID="SvnChangeListsDialog.on_input_returnPressed"></a>
223 <h4>SvnChangeListsDialog.on_input_returnPressed</h4> 223 <h4>SvnChangeListsDialog.on_input_returnPressed</h4>
224 <b>on_input_returnPressed</b>(<i></i>) 224 <b>on_input_returnPressed</b>(<i></i>)

eric ide

mercurial