84 <td>Private slot to move the text display to the current diff position.</td> |
84 <td>Private slot to move the text display to the current diff position.</td> |
85 </tr><tr> |
85 </tr><tr> |
86 <td><a href="#CompareDialog.__scrollBarMoved">__scrollBarMoved</a></td> |
86 <td><a href="#CompareDialog.__scrollBarMoved">__scrollBarMoved</a></td> |
87 <td>Private slot to enable the buttons and set the current diff position depending on scrollbar position.</td> |
87 <td>Private slot to enable the buttons and set the current diff position depending on scrollbar position.</td> |
88 </tr><tr> |
88 </tr><tr> |
89 <td><a href="#CompareDialog.__selectFile">__selectFile</a></td> |
|
90 <td>Private slot to display a file selection dialog.</td> |
|
91 </tr><tr> |
|
92 <td><a href="#CompareDialog.compare">compare</a></td> |
89 <td><a href="#CompareDialog.compare">compare</a></td> |
93 <td>Public method to compare two lists of text.</td> |
90 <td>Public method to compare two lists of text.</td> |
94 </tr><tr> |
91 </tr><tr> |
95 <td><a href="#CompareDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
92 <td><a href="#CompareDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
96 <td>Private slot called by a button of the button box clicked.</td> |
93 <td>Private slot called by a button of the button box clicked.</td> |
98 <td><a href="#CompareDialog.on_diffButton_clicked">on_diffButton_clicked</a></td> |
95 <td><a href="#CompareDialog.on_diffButton_clicked">on_diffButton_clicked</a></td> |
99 <td>Private slot to handle the Compare button press.</td> |
96 <td>Private slot to handle the Compare button press.</td> |
100 </tr><tr> |
97 </tr><tr> |
101 <td><a href="#CompareDialog.on_downButton_clicked">on_downButton_clicked</a></td> |
98 <td><a href="#CompareDialog.on_downButton_clicked">on_downButton_clicked</a></td> |
102 <td>Private slot to go to the next difference.</td> |
99 <td>Private slot to go to the next difference.</td> |
103 </tr><tr> |
|
104 <td><a href="#CompareDialog.on_file1Button_clicked">on_file1Button_clicked</a></td> |
|
105 <td>Private slot to handle the file 1 file selection button press.</td> |
|
106 </tr><tr> |
|
107 <td><a href="#CompareDialog.on_file2Button_clicked">on_file2Button_clicked</a></td> |
|
108 <td>Private slot to handle the file 2 file selection button press.</td> |
|
109 </tr><tr> |
100 </tr><tr> |
110 <td><a href="#CompareDialog.on_firstButton_clicked">on_firstButton_clicked</a></td> |
101 <td><a href="#CompareDialog.on_firstButton_clicked">on_firstButton_clicked</a></td> |
111 <td>Private slot to go to the first difference.</td> |
102 <td>Private slot to go to the first difference.</td> |
112 </tr><tr> |
103 </tr><tr> |
113 <td><a href="#CompareDialog.on_lastButton_clicked">on_lastButton_clicked</a></td> |
104 <td><a href="#CompareDialog.on_lastButton_clicked">on_lastButton_clicked</a></td> |
195 </p><dl> |
186 </p><dl> |
196 <dt><i>value</i></dt> |
187 <dt><i>value</i></dt> |
197 <dd> |
188 <dd> |
198 scrollbar position (integer) |
189 scrollbar position (integer) |
199 </dd> |
190 </dd> |
200 </dl><a NAME="CompareDialog.__selectFile" ID="CompareDialog.__selectFile"></a> |
|
201 <h4>CompareDialog.__selectFile</h4> |
|
202 <b>__selectFile</b>(<i>lineEdit</i>) |
|
203 <p> |
|
204 Private slot to display a file selection dialog. |
|
205 </p><dl> |
|
206 <dt><i>lineEdit</i></dt> |
|
207 <dd> |
|
208 field for the display of the selected filename |
|
209 (QLineEdit) |
|
210 </dd> |
|
211 </dl><a NAME="CompareDialog.compare" ID="CompareDialog.compare"></a> |
191 </dl><a NAME="CompareDialog.compare" ID="CompareDialog.compare"></a> |
212 <h4>CompareDialog.compare</h4> |
192 <h4>CompareDialog.compare</h4> |
213 <b>compare</b>(<i>lines1, lines2, name1="", name2=""</i>) |
193 <b>compare</b>(<i>lines1, lines2, name1="", name2=""</i>) |
214 <p> |
194 <p> |
215 Public method to compare two lists of text. |
195 Public method to compare two lists of text. |
245 </p><a NAME="CompareDialog.on_downButton_clicked" ID="CompareDialog.on_downButton_clicked"></a> |
225 </p><a NAME="CompareDialog.on_downButton_clicked" ID="CompareDialog.on_downButton_clicked"></a> |
246 <h4>CompareDialog.on_downButton_clicked</h4> |
226 <h4>CompareDialog.on_downButton_clicked</h4> |
247 <b>on_downButton_clicked</b>(<i></i>) |
227 <b>on_downButton_clicked</b>(<i></i>) |
248 <p> |
228 <p> |
249 Private slot to go to the next difference. |
229 Private slot to go to the next difference. |
250 </p><a NAME="CompareDialog.on_file1Button_clicked" ID="CompareDialog.on_file1Button_clicked"></a> |
|
251 <h4>CompareDialog.on_file1Button_clicked</h4> |
|
252 <b>on_file1Button_clicked</b>(<i></i>) |
|
253 <p> |
|
254 Private slot to handle the file 1 file selection button press. |
|
255 </p><a NAME="CompareDialog.on_file2Button_clicked" ID="CompareDialog.on_file2Button_clicked"></a> |
|
256 <h4>CompareDialog.on_file2Button_clicked</h4> |
|
257 <b>on_file2Button_clicked</b>(<i></i>) |
|
258 <p> |
|
259 Private slot to handle the file 2 file selection button press. |
|
260 </p><a NAME="CompareDialog.on_firstButton_clicked" ID="CompareDialog.on_firstButton_clicked"></a> |
230 </p><a NAME="CompareDialog.on_firstButton_clicked" ID="CompareDialog.on_firstButton_clicked"></a> |
261 <h4>CompareDialog.on_firstButton_clicked</h4> |
231 <h4>CompareDialog.on_firstButton_clicked</h4> |
262 <b>on_firstButton_clicked</b>(<i></i>) |
232 <b>on_firstButton_clicked</b>(<i></i>) |
263 <p> |
233 <p> |
264 Private slot to go to the first difference. |
234 Private slot to go to the first difference. |