95 <tr> |
95 <tr> |
96 <td><a href="#HgDiffGenerator.__processFileLine">__processFileLine</a></td> |
96 <td><a href="#HgDiffGenerator.__processFileLine">__processFileLine</a></td> |
97 <td>Private slot to process a line giving the old/new file.</td> |
97 <td>Private slot to process a line giving the old/new file.</td> |
98 </tr> |
98 </tr> |
99 <tr> |
99 <tr> |
100 <td><a href="#HgDiffGenerator.__processOutputLine">__processOutputLine</a></td> |
|
101 <td>Private method to process the lines of output.</td> |
|
102 </tr> |
|
103 <tr> |
|
104 <td><a href="#HgDiffGenerator.getResult">getResult</a></td> |
100 <td><a href="#HgDiffGenerator.getResult">getResult</a></td> |
105 <td>Public method to return the result data.</td> |
101 <td>Public method to return the result data.</td> |
106 </tr> |
102 </tr> |
107 <tr> |
103 <tr> |
108 <td><a href="#HgDiffGenerator.start">start</a></td> |
104 <td><a href="#HgDiffGenerator.start">start</a></td> |
185 version argument (string) |
181 version argument (string) |
186 </dd> |
182 </dd> |
187 </dl> |
183 </dl> |
188 <a NAME="HgDiffGenerator.__processFileLine" ID="HgDiffGenerator.__processFileLine"></a> |
184 <a NAME="HgDiffGenerator.__processFileLine" ID="HgDiffGenerator.__processFileLine"></a> |
189 <h4>HgDiffGenerator.__processFileLine</h4> |
185 <h4>HgDiffGenerator.__processFileLine</h4> |
190 <b>__processFileLine</b>(<i>line</i>) |
186 <b>__processFileLine</b>(<i>lineno, line</i>) |
191 |
187 |
192 <p> |
188 <p> |
193 Private slot to process a line giving the old/new file. |
189 Private slot to process a line giving the old/new file. |
194 </p> |
190 </p> |
195 <dl> |
191 <dl> |
196 |
192 |
197 <dt><i>line</i></dt> |
193 <dt><i>lineno</i> (int)</dt> |
198 <dd> |
194 <dd> |
199 line to be processed (string) |
195 line number of line to be processed |
200 </dd> |
196 </dd> |
201 </dl> |
197 <dt><i>line</i> (str)</dt> |
202 <a NAME="HgDiffGenerator.__processOutputLine" ID="HgDiffGenerator.__processOutputLine"></a> |
198 <dd> |
203 <h4>HgDiffGenerator.__processOutputLine</h4> |
199 line to be processed |
204 <b>__processOutputLine</b>(<i>line</i>) |
|
205 |
|
206 <p> |
|
207 Private method to process the lines of output. |
|
208 </p> |
|
209 <dl> |
|
210 |
|
211 <dt><i>line</i></dt> |
|
212 <dd> |
|
213 output line to be processed (string) |
|
214 </dd> |
200 </dd> |
215 </dl> |
201 </dl> |
216 <a NAME="HgDiffGenerator.getResult" ID="HgDiffGenerator.getResult"></a> |
202 <a NAME="HgDiffGenerator.getResult" ID="HgDiffGenerator.getResult"></a> |
217 <h4>HgDiffGenerator.getResult</h4> |
203 <h4>HgDiffGenerator.getResult</h4> |
218 <b>getResult</b>(<i></i>) |
204 <b>getResult</b>(<i></i>) |