Documentation/Source/eric5.Plugins.VcsPlugins.vcsSubversion.SvnBlameDialog.html

changeset 178
dd9f0bca5e2f
parent 58
37f0444c3479
child 409
0ea528e80202
equal deleted inserted replaced
177:c822ccc4d138 178:dd9f0bca5e2f
59 </tr><tr> 59 </tr><tr>
60 <td><a href="#SvnBlameDialog.__finish">__finish</a></td> 60 <td><a href="#SvnBlameDialog.__finish">__finish</a></td>
61 <td>Private slot called when the process finished or the user pressed the button.</td> 61 <td>Private slot called when the process finished or the user pressed the button.</td>
62 </tr><tr> 62 </tr><tr>
63 <td><a href="#SvnBlameDialog.__generateItem">__generateItem</a></td> 63 <td><a href="#SvnBlameDialog.__generateItem">__generateItem</a></td>
64 <td>Private method to generate a tag item in the taglist.</td> 64 <td>Private method to generate a blame item in the blame list.</td>
65 </tr><tr> 65 </tr><tr>
66 <td><a href="#SvnBlameDialog.__procFinished">__procFinished</a></td> 66 <td><a href="#SvnBlameDialog.__procFinished">__procFinished</a></td>
67 <td>Private slot connected to the finished signal.</td> 67 <td>Private slot connected to the finished signal.</td>
68 </tr><tr> 68 </tr><tr>
69 <td><a href="#SvnBlameDialog.__readStderr">__readStderr</a></td> 69 <td><a href="#SvnBlameDialog.__readStderr">__readStderr</a></td>
117 Private slot called when the process finished or the user pressed the button. 117 Private slot called when the process finished or the user pressed the button.
118 </p><a NAME="SvnBlameDialog.__generateItem" ID="SvnBlameDialog.__generateItem"></a> 118 </p><a NAME="SvnBlameDialog.__generateItem" ID="SvnBlameDialog.__generateItem"></a>
119 <h4>SvnBlameDialog.__generateItem</h4> 119 <h4>SvnBlameDialog.__generateItem</h4>
120 <b>__generateItem</b>(<i>revision, author, text</i>) 120 <b>__generateItem</b>(<i>revision, author, text</i>)
121 <p> 121 <p>
122 Private method to generate a tag item in the taglist. 122 Private method to generate a blame item in the blame list.
123 </p><dl> 123 </p><dl>
124 <dt><i>revision</i></dt> 124 <dt><i>revision</i></dt>
125 <dd> 125 <dd>
126 revision string (string) 126 revision string (string)
127 </dd><dt><i>author</i></dt> 127 </dd><dt><i>author</i></dt>
128 <dd> 128 <dd>
129 author of the tag (string) 129 author of the change (string)
130 </dd><dt><i>date</i></dt> 130 </dd><dt><i>text</i></dt>
131 <dd> 131 <dd>
132 date of the tag (string) 132 line of text from the annotated file (string)
133 </dd><dt><i>name</i></dt>
134 <dd>
135 name (path) of the tag (string)
136 </dd> 133 </dd>
137 </dl><a NAME="SvnBlameDialog.__procFinished" ID="SvnBlameDialog.__procFinished"></a> 134 </dl><a NAME="SvnBlameDialog.__procFinished" ID="SvnBlameDialog.__procFinished"></a>
138 <h4>SvnBlameDialog.__procFinished</h4> 135 <h4>SvnBlameDialog.__procFinished</h4>
139 <b>__procFinished</b>(<i>exitCode, exitStatus</i>) 136 <b>__procFinished</b>(<i>exitCode, exitStatus</i>)
140 <p> 137 <p>

eric ide

mercurial