eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgSummaryDialog.html

changeset 7721
331ecfa0e716
parent 7273
391d6b7b1eff
child 7976
a8a20f558176
equal deleted inserted replaced
7720:2a386a2100d7 7721:331ecfa0e716
77 <tr> 77 <tr>
78 <td><a href="#HgSummaryDialog.__committed">__committed</a></td> 78 <td><a href="#HgSummaryDialog.__committed">__committed</a></td>
79 <td>Private slot called after the commit has finished.</td> 79 <td>Private slot called after the commit has finished.</td>
80 </tr> 80 </tr>
81 <tr> 81 <tr>
82 <td><a href="#HgSummaryDialog.__finish">__finish</a></td>
83 <td>Private slot called when the process finished or the user pressed the button.</td>
84 </tr>
85 <tr>
86 <td><a href="#HgSummaryDialog.__procFinished">__procFinished</a></td>
87 <td>Private slot connected to the finished signal.</td>
88 </tr>
89 <tr>
90 <td><a href="#HgSummaryDialog.__processOutput">__processOutput</a></td> 82 <td><a href="#HgSummaryDialog.__processOutput">__processOutput</a></td>
91 <td>Private method to process the output into nice readable text.</td> 83 <td>Private method to process the output into nice readable text.</td>
92 </tr> 84 </tr>
93 <tr> 85 <tr>
94 <td><a href="#HgSummaryDialog.__readStderr">__readStderr</a></td>
95 <td>Private slot to handle the readyReadStandardError signal.</td>
96 </tr>
97 <tr>
98 <td><a href="#HgSummaryDialog.__readStdout">__readStdout</a></td>
99 <td>Private slot to handle the readyReadStandardOutput signal.</td>
100 </tr>
101 <tr>
102 <td><a href="#HgSummaryDialog.__showError">__showError</a></td> 86 <td><a href="#HgSummaryDialog.__showError">__showError</a></td>
103 <td>Private slot to show some error.</td> 87 <td>Private slot to show some error.</td>
104 </tr>
105 <tr>
106 <td><a href="#HgSummaryDialog.closeEvent">closeEvent</a></td>
107 <td>Protected slot implementing a close event handler.</td>
108 </tr> 88 </tr>
109 <tr> 89 <tr>
110 <td><a href="#HgSummaryDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> 90 <td><a href="#HgSummaryDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td>
111 <td>Private slot called by a button of the button box clicked.</td> 91 <td>Private slot called by a button of the button box clicked.</td>
112 </tr> 92 </tr>
148 <b>__committed</b>(<i></i>) 128 <b>__committed</b>(<i></i>)
149 129
150 <p> 130 <p>
151 Private slot called after the commit has finished. 131 Private slot called after the commit has finished.
152 </p> 132 </p>
153 <a NAME="HgSummaryDialog.__finish" ID="HgSummaryDialog.__finish"></a>
154 <h4>HgSummaryDialog.__finish</h4>
155 <b>__finish</b>(<i></i>)
156
157 <p>
158 Private slot called when the process finished or the user pressed
159 the button.
160 </p>
161 <a NAME="HgSummaryDialog.__procFinished" ID="HgSummaryDialog.__procFinished"></a>
162 <h4>HgSummaryDialog.__procFinished</h4>
163 <b>__procFinished</b>(<i>exitCode, exitStatus</i>)
164
165 <p>
166 Private slot connected to the finished signal.
167 </p>
168 <dl>
169
170 <dt><i>exitCode</i></dt>
171 <dd>
172 exit code of the process (integer)
173 </dd>
174 <dt><i>exitStatus</i></dt>
175 <dd>
176 exit status of the process (QProcess.ExitStatus)
177 </dd>
178 </dl>
179 <a NAME="HgSummaryDialog.__processOutput" ID="HgSummaryDialog.__processOutput"></a> 133 <a NAME="HgSummaryDialog.__processOutput" ID="HgSummaryDialog.__processOutput"></a>
180 <h4>HgSummaryDialog.__processOutput</h4> 134 <h4>HgSummaryDialog.__processOutput</h4>
181 <b>__processOutput</b>(<i>output</i>) 135 <b>__processOutput</b>(<i>output</i>)
182 136
183 <p> 137 <p>
188 <dt><i>output</i></dt> 142 <dt><i>output</i></dt>
189 <dd> 143 <dd>
190 output from the summary command (string) 144 output from the summary command (string)
191 </dd> 145 </dd>
192 </dl> 146 </dl>
193 <a NAME="HgSummaryDialog.__readStderr" ID="HgSummaryDialog.__readStderr"></a>
194 <h4>HgSummaryDialog.__readStderr</h4>
195 <b>__readStderr</b>(<i></i>)
196
197 <p>
198 Private slot to handle the readyReadStandardError signal.
199 </p>
200 <p>
201 It reads the error output of the process and inserts it into the
202 error pane.
203 </p>
204 <a NAME="HgSummaryDialog.__readStdout" ID="HgSummaryDialog.__readStdout"></a>
205 <h4>HgSummaryDialog.__readStdout</h4>
206 <b>__readStdout</b>(<i></i>)
207
208 <p>
209 Private slot to handle the readyReadStandardOutput signal.
210 </p>
211 <p>
212 It reads the output of the process, formats it and inserts it into
213 the contents pane.
214 </p>
215 <a NAME="HgSummaryDialog.__showError" ID="HgSummaryDialog.__showError"></a> 147 <a NAME="HgSummaryDialog.__showError" ID="HgSummaryDialog.__showError"></a>
216 <h4>HgSummaryDialog.__showError</h4> 148 <h4>HgSummaryDialog.__showError</h4>
217 <b>__showError</b>(<i>out</i>) 149 <b>__showError</b>(<i>out</i>)
218 150
219 <p> 151 <p>
224 <dt><i>out</i></dt> 156 <dt><i>out</i></dt>
225 <dd> 157 <dd>
226 error to be shown (string) 158 error to be shown (string)
227 </dd> 159 </dd>
228 </dl> 160 </dl>
229 <a NAME="HgSummaryDialog.closeEvent" ID="HgSummaryDialog.closeEvent"></a>
230 <h4>HgSummaryDialog.closeEvent</h4>
231 <b>closeEvent</b>(<i>e</i>)
232
233 <p>
234 Protected slot implementing a close event handler.
235 </p>
236 <dl>
237
238 <dt><i>e</i></dt>
239 <dd>
240 close event (QCloseEvent)
241 </dd>
242 </dl>
243 <a NAME="HgSummaryDialog.on_buttonBox_clicked" ID="HgSummaryDialog.on_buttonBox_clicked"></a> 161 <a NAME="HgSummaryDialog.on_buttonBox_clicked" ID="HgSummaryDialog.on_buttonBox_clicked"></a>
244 <h4>HgSummaryDialog.on_buttonBox_clicked</h4> 162 <h4>HgSummaryDialog.on_buttonBox_clicked</h4>
245 <b>on_buttonBox_clicked</b>(<i>button</i>) 163 <b>on_buttonBox_clicked</b>(<i>button</i>)
246 164
247 <p> 165 <p>

eric ide

mercurial