Documentation/Source/eric5.UI.CompareDialog.html

changeset 945
8cd4d08fa9f6
parent 440
69ace3e2dcf6
child 1228
7afaf2fca55b
equal deleted inserted replaced
944:1b59c4ba121e 945:8cd4d08fa9f6
112 <td>Public slot to show the dialog.</td> 112 <td>Public slot to show the dialog.</td>
113 </tr> 113 </tr>
114 </table> 114 </table>
115 <a NAME="CompareDialog.__init__" ID="CompareDialog.__init__"></a> 115 <a NAME="CompareDialog.__init__" ID="CompareDialog.__init__"></a>
116 <h4>CompareDialog (Constructor)</h4> 116 <h4>CompareDialog (Constructor)</h4>
117 <b>CompareDialog</b>(<i>files = [], parent = None</i>) 117 <b>CompareDialog</b>(<i>files=[], parent=None</i>)
118 <p> 118 <p>
119 Constructor 119 Constructor
120 </p><dl> 120 </p><dl>
121 <dt><i>files</i></dt> 121 <dt><i>files</i></dt>
122 <dd> 122 <dd>
126 <dd> 126 <dd>
127 parent widget (QWidget) 127 parent widget (QWidget)
128 </dd> 128 </dd>
129 </dl><a NAME="CompareDialog.__appendText" ID="CompareDialog.__appendText"></a> 129 </dl><a NAME="CompareDialog.__appendText" ID="CompareDialog.__appendText"></a>
130 <h4>CompareDialog.__appendText</h4> 130 <h4>CompareDialog.__appendText</h4>
131 <b>__appendText</b>(<i>pane, linenumber, line, format, interLine = False</i>) 131 <b>__appendText</b>(<i>pane, linenumber, line, format, interLine=False</i>)
132 <p> 132 <p>
133 Private method to append text to the end of the contents pane. 133 Private method to append text to the end of the contents pane.
134 </p><dl> 134 </p><dl>
135 <dt><i>pane</i></dt> 135 <dt><i>pane</i></dt>
136 <dd> 136 <dd>
235 <b>on_upButton_clicked</b>(<i></i>) 235 <b>on_upButton_clicked</b>(<i></i>)
236 <p> 236 <p>
237 Private slot to go to the previous difference. 237 Private slot to go to the previous difference.
238 </p><a NAME="CompareDialog.show" ID="CompareDialog.show"></a> 238 </p><a NAME="CompareDialog.show" ID="CompareDialog.show"></a>
239 <h4>CompareDialog.show</h4> 239 <h4>CompareDialog.show</h4>
240 <b>show</b>(<i>filename = None</i>) 240 <b>show</b>(<i>filename=None</i>)
241 <p> 241 <p>
242 Public slot to show the dialog. 242 Public slot to show the dialog.
243 </p><dl> 243 </p><dl>
244 <dt><i>filename</i></dt> 244 <dt><i>filename</i></dt>
245 <dd> 245 <dd>
269 <td>Public method to filter events.</td> 269 <td>Public method to filter events.</td>
270 </tr> 270 </tr>
271 </table> 271 </table>
272 <a NAME="CompareWindow.__init__" ID="CompareWindow.__init__"></a> 272 <a NAME="CompareWindow.__init__" ID="CompareWindow.__init__"></a>
273 <h4>CompareWindow (Constructor)</h4> 273 <h4>CompareWindow (Constructor)</h4>
274 <b>CompareWindow</b>(<i>files = [], parent = None</i>) 274 <b>CompareWindow</b>(<i>files=[], parent=None</i>)
275 <p> 275 <p>
276 Constructor 276 Constructor
277 </p><dl> 277 </p><dl>
278 <dt><i>files</i></dt> 278 <dt><i>files</i></dt>
279 <dd> 279 <dd>
322 </dl> 322 </dl>
323 <div align="right"><a href="#top">Up</a></div> 323 <div align="right"><a href="#top">Up</a></div>
324 <hr /><hr /> 324 <hr /><hr />
325 <a NAME="sbsdiff" ID="sbsdiff"></a> 325 <a NAME="sbsdiff" ID="sbsdiff"></a>
326 <h2>sbsdiff</h2> 326 <h2>sbsdiff</h2>
327 <b>sbsdiff</b>(<i>a, b, linenumberwidth = 4</i>) 327 <b>sbsdiff</b>(<i>a, b, linenumberwidth=4</i>)
328 <p> 328 <p>
329 Compare two sequences of lines; generate the delta for display side by side. 329 Compare two sequences of lines; generate the delta for display side by side.
330 </p><dl> 330 </p><dl>
331 <dt><i>a</i></dt> 331 <dt><i>a</i></dt>
332 <dd> 332 <dd>

eric ide

mercurial