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

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9209
b99e7fd55fd3
child 10479
856476537696
equal deleted inserted replaced
10437:2f70ca07f0af 10438:4cd7e5a8b3cf
124 <p> 124 <p>
125 Constructor 125 Constructor
126 </p> 126 </p>
127 <dl> 127 <dl>
128 128
129 <dt><i>vcs</i></dt> 129 <dt><i>vcs</i> (Subversion)</dt>
130 <dd> 130 <dd>
131 reference to the vcs object 131 reference to the vcs object
132 </dd> 132 </dd>
133 <dt><i>parent</i></dt> 133 <dt><i>parent</i> (QWidget)</dt>
134 <dd> 134 <dd>
135 parent widget (QWidget) 135 parent widget
136 </dd> 136 </dd>
137 </dl> 137 </dl>
138 <a NAME="SvnBlameDialog.__finish" ID="SvnBlameDialog.__finish"></a> 138 <a NAME="SvnBlameDialog.__finish" ID="SvnBlameDialog.__finish"></a>
139 <h4>SvnBlameDialog.__finish</h4> 139 <h4>SvnBlameDialog.__finish</h4>
140 <b>__finish</b>(<i></i>) 140 <b>__finish</b>(<i></i>)
150 <p> 150 <p>
151 Private method to generate a blame item in the blame list. 151 Private method to generate a blame item in the blame list.
152 </p> 152 </p>
153 <dl> 153 <dl>
154 154
155 <dt><i>revision</i></dt> 155 <dt><i>revision</i> (str)</dt>
156 <dd> 156 <dd>
157 revision string (string) 157 revision string
158 </dd> 158 </dd>
159 <dt><i>author</i></dt> 159 <dt><i>author</i> (str)</dt>
160 <dd> 160 <dd>
161 author of the change (string) 161 author of the change
162 </dd> 162 </dd>
163 <dt><i>text</i></dt> 163 <dt><i>text</i> (str)</dt>
164 <dd> 164 <dd>
165 line of text from the annotated file (string) 165 line of text from the annotated file
166 </dd> 166 </dd>
167 </dl> 167 </dl>
168 <a NAME="SvnBlameDialog.__procFinished" ID="SvnBlameDialog.__procFinished"></a> 168 <a NAME="SvnBlameDialog.__procFinished" ID="SvnBlameDialog.__procFinished"></a>
169 <h4>SvnBlameDialog.__procFinished</h4> 169 <h4>SvnBlameDialog.__procFinished</h4>
170 <b>__procFinished</b>(<i>exitCode, exitStatus</i>) 170 <b>__procFinished</b>(<i>exitCode, exitStatus</i>)
172 <p> 172 <p>
173 Private slot connected to the finished signal. 173 Private slot connected to the finished signal.
174 </p> 174 </p>
175 <dl> 175 <dl>
176 176
177 <dt><i>exitCode</i></dt> 177 <dt><i>exitCode</i> (int)</dt>
178 <dd> 178 <dd>
179 exit code of the process (integer) 179 exit code of the process
180 </dd> 180 </dd>
181 <dt><i>exitStatus</i></dt> 181 <dt><i>exitStatus</i> (QProcess.ExitStatus)</dt>
182 <dd> 182 <dd>
183 exit status of the process (QProcess.ExitStatus) 183 exit status of the process
184 </dd> 184 </dd>
185 </dl> 185 </dl>
186 <a NAME="SvnBlameDialog.__readStderr" ID="SvnBlameDialog.__readStderr"></a> 186 <a NAME="SvnBlameDialog.__readStderr" ID="SvnBlameDialog.__readStderr"></a>
187 <h4>SvnBlameDialog.__readStderr</h4> 187 <h4>SvnBlameDialog.__readStderr</h4>
188 <b>__readStderr</b>(<i></i>) 188 <b>__readStderr</b>(<i></i>)
219 <p> 219 <p>
220 Protected slot implementing a close event handler. 220 Protected slot implementing a close event handler.
221 </p> 221 </p>
222 <dl> 222 <dl>
223 223
224 <dt><i>e</i></dt> 224 <dt><i>e</i> (QCloseEvent)</dt>
225 <dd> 225 <dd>
226 close event (QCloseEvent) 226 close event
227 </dd> 227 </dd>
228 </dl> 228 </dl>
229 <a NAME="SvnBlameDialog.keyPressEvent" ID="SvnBlameDialog.keyPressEvent"></a> 229 <a NAME="SvnBlameDialog.keyPressEvent" ID="SvnBlameDialog.keyPressEvent"></a>
230 <h4>SvnBlameDialog.keyPressEvent</h4> 230 <h4>SvnBlameDialog.keyPressEvent</h4>
231 <b>keyPressEvent</b>(<i>evt</i>) 231 <b>keyPressEvent</b>(<i>evt</i>)
233 <p> 233 <p>
234 Protected slot to handle a key press event. 234 Protected slot to handle a key press event.
235 </p> 235 </p>
236 <dl> 236 <dl>
237 237
238 <dt><i>evt</i></dt> 238 <dt><i>evt</i> (QKeyEvent)</dt>
239 <dd> 239 <dd>
240 the key press event (QKeyEvent) 240 the key press event
241 </dd> 241 </dd>
242 </dl> 242 </dl>
243 <a NAME="SvnBlameDialog.on_buttonBox_clicked" ID="SvnBlameDialog.on_buttonBox_clicked"></a> 243 <a NAME="SvnBlameDialog.on_buttonBox_clicked" ID="SvnBlameDialog.on_buttonBox_clicked"></a>
244 <h4>SvnBlameDialog.on_buttonBox_clicked</h4> 244 <h4>SvnBlameDialog.on_buttonBox_clicked</h4>
245 <b>on_buttonBox_clicked</b>(<i>button</i>) 245 <b>on_buttonBox_clicked</b>(<i>button</i>)
247 <p> 247 <p>
248 Private slot called by a button of the button box clicked. 248 Private slot called by a button of the button box clicked.
249 </p> 249 </p>
250 <dl> 250 <dl>
251 251
252 <dt><i>button</i></dt> 252 <dt><i>button</i> (QAbstractButton)</dt>
253 <dd> 253 <dd>
254 button that was clicked (QAbstractButton) 254 button that was clicked
255 </dd> 255 </dd>
256 </dl> 256 </dl>
257 <a NAME="SvnBlameDialog.on_input_returnPressed" ID="SvnBlameDialog.on_input_returnPressed"></a> 257 <a NAME="SvnBlameDialog.on_input_returnPressed" ID="SvnBlameDialog.on_input_returnPressed"></a>
258 <h4>SvnBlameDialog.on_input_returnPressed</h4> 258 <h4>SvnBlameDialog.on_input_returnPressed</h4>
259 <b>on_input_returnPressed</b>(<i></i>) 259 <b>on_input_returnPressed</b>(<i></i>)
268 <p> 268 <p>
269 Private slot to handle the password checkbox toggled. 269 Private slot to handle the password checkbox toggled.
270 </p> 270 </p>
271 <dl> 271 <dl>
272 272
273 <dt><i>isOn</i></dt> 273 <dt><i>isOn</i> (bool)</dt>
274 <dd> 274 <dd>
275 flag indicating the status of the check box (boolean) 275 flag indicating the status of the check box
276 </dd> 276 </dd>
277 </dl> 277 </dl>
278 <a NAME="SvnBlameDialog.on_sendButton_clicked" ID="SvnBlameDialog.on_sendButton_clicked"></a> 278 <a NAME="SvnBlameDialog.on_sendButton_clicked" ID="SvnBlameDialog.on_sendButton_clicked"></a>
279 <h4>SvnBlameDialog.on_sendButton_clicked</h4> 279 <h4>SvnBlameDialog.on_sendButton_clicked</h4>
280 <b>on_sendButton_clicked</b>(<i></i>) 280 <b>on_sendButton_clicked</b>(<i></i>)
289 <p> 289 <p>
290 Public slot to start the svn blame command. 290 Public slot to start the svn blame command.
291 </p> 291 </p>
292 <dl> 292 <dl>
293 293
294 <dt><i>fn</i></dt> 294 <dt><i>fn</i> (str)</dt>
295 <dd> 295 <dd>
296 filename to show the blame for (string) 296 filename to show the blame for
297 </dd> 297 </dd>
298 </dl> 298 </dl>
299 <div align="right"><a href="#top">Up</a></div> 299 <div align="right"><a href="#top">Up</a></div>
300 <hr /> 300 <hr />
301 </body></html> 301 </body></html>

eric ide

mercurial