150 flag indicating to show the output in the top |
150 flag indicating to show the output in the top |
151 output widget (boolean) |
151 output widget (boolean) |
152 </dd> |
152 </dd> |
153 </dl><a NAME="GitDiffGenerator.__readStderr" ID="GitDiffGenerator.__readStderr"></a> |
153 </dl><a NAME="GitDiffGenerator.__readStderr" ID="GitDiffGenerator.__readStderr"></a> |
154 <h4>GitDiffGenerator.__readStderr</h4> |
154 <h4>GitDiffGenerator.__readStderr</h4> |
155 <b>__readStderr</b>(<i></i>) |
155 <b>__readStderr</b>(<i>process</i>) |
156 <p> |
156 <p> |
157 Private slot to handle the readyReadStandardError signal. |
157 Private slot to handle the readyReadStandardError signal. |
158 </p><p> |
158 </p><p> |
159 It reads the error output of the process and inserts it into the |
159 It reads the error output of the process and inserts it into the |
160 error pane. |
160 error pane. |
161 </p><a NAME="GitDiffGenerator.__readStdout" ID="GitDiffGenerator.__readStdout"></a> |
161 </p><dl> |
|
162 <dt><i>process</i> (QProcess)</dt> |
|
163 <dd> |
|
164 reference to the process providing error output |
|
165 </dd> |
|
166 </dl><a NAME="GitDiffGenerator.__readStdout" ID="GitDiffGenerator.__readStdout"></a> |
162 <h4>GitDiffGenerator.__readStdout</h4> |
167 <h4>GitDiffGenerator.__readStdout</h4> |
163 <b>__readStdout</b>(<i></i>) |
168 <b>__readStdout</b>(<i>process</i>) |
164 <p> |
169 <p> |
165 Private slot to handle the readyReadStandardOutput signal. |
170 Private slot to handle the readyReadStandardOutput signal. |
166 </p><p> |
171 </p><p> |
167 It reads the output of the process, formats it and inserts it into |
172 It reads the output of the process, formats it and inserts it into |
168 the contents pane. |
173 the contents pane. |
169 </p><a NAME="GitDiffGenerator.getResult" ID="GitDiffGenerator.getResult"></a> |
174 </p><dl> |
|
175 <dt><i>process</i> (QProcess)</dt> |
|
176 <dd> |
|
177 reference to the process providing output |
|
178 </dd> |
|
179 </dl><a NAME="GitDiffGenerator.getResult" ID="GitDiffGenerator.getResult"></a> |
170 <h4>GitDiffGenerator.getResult</h4> |
180 <h4>GitDiffGenerator.getResult</h4> |
171 <b>getResult</b>(<i></i>) |
181 <b>getResult</b>(<i></i>) |
172 <p> |
182 <p> |
173 Public method to return the result data. |
183 Public method to return the result data. |
174 </p><dl> |
184 </p><dl> |