Documentation/Source/eric5.Plugins.VcsPlugins.vcsPySvn.SvnDiffDialog.html

changeset 1503
4e48604157a4
parent 1229
a8207dc73672
child 2367
78f6c8193d37
equal deleted inserted replaced
1501:cf7659c7b691 1503:4e48604157a4
62 <td>Constructor</td> 62 <td>Constructor</td>
63 </tr><tr> 63 </tr><tr>
64 <td><a href="#SvnDiffDialog.__appendText">__appendText</a></td> 64 <td><a href="#SvnDiffDialog.__appendText">__appendText</a></td>
65 <td>Private method to append text to the end of the contents pane.</td> 65 <td>Private method to append text to the end of the contents pane.</td>
66 </tr><tr> 66 </tr><tr>
67 <td><a href="#SvnDiffDialog.__extractFileName">__extractFileName</a></td>
68 <td>Private method to extract the file name out of a file separator line.</td>
69 </tr><tr>
67 <td><a href="#SvnDiffDialog.__finish">__finish</a></td> 70 <td><a href="#SvnDiffDialog.__finish">__finish</a></td>
68 <td>Private slot called when the user pressed the button.</td> 71 <td>Private slot called when the user pressed the button.</td>
69 </tr><tr> 72 </tr><tr>
70 <td><a href="#SvnDiffDialog.__getDiffSummaryKind">__getDiffSummaryKind</a></td> 73 <td><a href="#SvnDiffDialog.__getDiffSummaryKind">__getDiffSummaryKind</a></td>
71 <td>Private method to get a string descripion of the diff summary.</td> 74 <td>Private method to get a string descripion of the diff summary.</td>
72 </tr><tr> 75 </tr><tr>
73 <td><a href="#SvnDiffDialog.__getVersionArg">__getVersionArg</a></td> 76 <td><a href="#SvnDiffDialog.__getVersionArg">__getVersionArg</a></td>
74 <td>Private method to get a pysvn revision object for the given version number.</td> 77 <td>Private method to get a pysvn revision object for the given version number.</td>
75 </tr><tr> 78 </tr><tr>
79 <td><a href="#SvnDiffDialog.__processFileLine">__processFileLine</a></td>
80 <td>Private slot to process a line giving the old/new file.</td>
81 </tr><tr>
76 <td><a href="#SvnDiffDialog.__showError">__showError</a></td> 82 <td><a href="#SvnDiffDialog.__showError">__showError</a></td>
77 <td>Private slot to show an error message.</td> 83 <td>Private slot to show an error message.</td>
78 </tr><tr> 84 </tr><tr>
79 <td><a href="#SvnDiffDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> 85 <td><a href="#SvnDiffDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td>
80 <td>Private slot called by a button of the button box clicked.</td> 86 <td>Private slot called by a button of the button box clicked.</td>
87 </tr><tr>
88 <td><a href="#SvnDiffDialog.on_filesCombo_activated">on_filesCombo_activated</a></td>
89 <td>Private slot to handle the selection of a file.</td>
81 </tr><tr> 90 </tr><tr>
82 <td><a href="#SvnDiffDialog.on_saveButton_clicked">on_saveButton_clicked</a></td> 91 <td><a href="#SvnDiffDialog.on_saveButton_clicked">on_saveButton_clicked</a></td>
83 <td>Private slot to handle the Save button press.</td> 92 <td>Private slot to handle the Save button press.</td>
84 </tr><tr> 93 </tr><tr>
85 <td><a href="#SvnDiffDialog.start">start</a></td> 94 <td><a href="#SvnDiffDialog.start">start</a></td>
110 Private method to append text to the end of the contents pane. 119 Private method to append text to the end of the contents pane.
111 </p><dl> 120 </p><dl>
112 <dt><i>line</i></dt> 121 <dt><i>line</i></dt>
113 <dd> 122 <dd>
114 line of text to insert (string) 123 line of text to insert (string)
124 </dd>
125 </dl><a NAME="SvnDiffDialog.__extractFileName" ID="SvnDiffDialog.__extractFileName"></a>
126 <h4>SvnDiffDialog.__extractFileName</h4>
127 <b>__extractFileName</b>(<i>line</i>)
128 <p>
129 Private method to extract the file name out of a file separator line.
130 </p><dl>
131 <dt><i>line</i></dt>
132 <dd>
133 line to be processed (string)
134 </dd>
135 </dl><dl>
136 <dt>Returns:</dt>
137 <dd>
138 extracted file name (string)
115 </dd> 139 </dd>
116 </dl><a NAME="SvnDiffDialog.__finish" ID="SvnDiffDialog.__finish"></a> 140 </dl><a NAME="SvnDiffDialog.__finish" ID="SvnDiffDialog.__finish"></a>
117 <h4>SvnDiffDialog.__finish</h4> 141 <h4>SvnDiffDialog.__finish</h4>
118 <b>__finish</b>(<i></i>) 142 <b>__finish</b>(<i></i>)
119 <p> 143 <p>
146 </dl><dl> 170 </dl><dl>
147 <dt>Returns:</dt> 171 <dt>Returns:</dt>
148 <dd> 172 <dd>
149 revision object (pysvn.Revision) 173 revision object (pysvn.Revision)
150 </dd> 174 </dd>
175 </dl><a NAME="SvnDiffDialog.__processFileLine" ID="SvnDiffDialog.__processFileLine"></a>
176 <h4>SvnDiffDialog.__processFileLine</h4>
177 <b>__processFileLine</b>(<i>line</i>)
178 <p>
179 Private slot to process a line giving the old/new file.
180 </p><dl>
181 <dt><i>line</i></dt>
182 <dd>
183 line to be processed (string)
184 </dd>
151 </dl><a NAME="SvnDiffDialog.__showError" ID="SvnDiffDialog.__showError"></a> 185 </dl><a NAME="SvnDiffDialog.__showError" ID="SvnDiffDialog.__showError"></a>
152 <h4>SvnDiffDialog.__showError</h4> 186 <h4>SvnDiffDialog.__showError</h4>
153 <b>__showError</b>(<i>msg</i>) 187 <b>__showError</b>(<i>msg</i>)
154 <p> 188 <p>
155 Private slot to show an error message. 189 Private slot to show an error message.
165 Private slot called by a button of the button box clicked. 199 Private slot called by a button of the button box clicked.
166 </p><dl> 200 </p><dl>
167 <dt><i>button</i></dt> 201 <dt><i>button</i></dt>
168 <dd> 202 <dd>
169 button that was clicked (QAbstractButton) 203 button that was clicked (QAbstractButton)
204 </dd>
205 </dl><a NAME="SvnDiffDialog.on_filesCombo_activated" ID="SvnDiffDialog.on_filesCombo_activated"></a>
206 <h4>SvnDiffDialog.on_filesCombo_activated</h4>
207 <b>on_filesCombo_activated</b>(<i>index</i>)
208 <p>
209 Private slot to handle the selection of a file.
210 </p><dl>
211 <dt><i>index</i></dt>
212 <dd>
213 activated row (integer)
170 </dd> 214 </dd>
171 </dl><a NAME="SvnDiffDialog.on_saveButton_clicked" ID="SvnDiffDialog.on_saveButton_clicked"></a> 215 </dl><a NAME="SvnDiffDialog.on_saveButton_clicked" ID="SvnDiffDialog.on_saveButton_clicked"></a>
172 <h4>SvnDiffDialog.on_saveButton_clicked</h4> 216 <h4>SvnDiffDialog.on_saveButton_clicked</h4>
173 <b>on_saveButton_clicked</b>(<i></i>) 217 <b>on_saveButton_clicked</b>(<i></i>)
174 <p> 218 <p>

eric ide

mercurial