Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.HgLogDialog.html

changeset 1258
d5e035c315d5
parent 1229
a8207dc73672
child 1274
442c748018c5
equal deleted inserted replaced
1257:0128383c759c 1258:d5e035c315d5
62 <table> 62 <table>
63 <tr> 63 <tr>
64 <td><a href="#HgLogDialog.__init__">HgLogDialog</a></td> 64 <td><a href="#HgLogDialog.__init__">HgLogDialog</a></td>
65 <td>Constructor</td> 65 <td>Constructor</td>
66 </tr><tr> 66 </tr><tr>
67 <td><a href="#HgLogDialog.__finish">__finish</a></td>
68 <td>Private slot called when the process finished or the user pressed the button.</td>
69 </tr><tr>
67 <td><a href="#HgLogDialog.__getParents">__getParents</a></td> 70 <td><a href="#HgLogDialog.__getParents">__getParents</a></td>
68 <td>Private method to get the parents of the currently viewed file/directory.</td> 71 <td>Private method to get the parents of the currently viewed file/directory.</td>
69 </tr><tr> 72 </tr><tr>
70 <td><a href="#HgLogDialog.__procFinished">__procFinished</a></td> 73 <td><a href="#HgLogDialog.__procFinished">__procFinished</a></td>
71 <td>Private slot connected to the finished signal.</td> 74 <td>Private slot connected to the finished signal.</td>
72 </tr><tr> 75 </tr><tr>
76 <td><a href="#HgLogDialog.__processOutputLine">__processOutputLine</a></td>
77 <td>Private method to process the lines of output.</td>
78 </tr><tr>
73 <td><a href="#HgLogDialog.__readStderr">__readStderr</a></td> 79 <td><a href="#HgLogDialog.__readStderr">__readStderr</a></td>
74 <td>Private slot to handle the readyReadStandardError signal.</td> 80 <td>Private slot to handle the readyReadStandardError signal.</td>
75 </tr><tr> 81 </tr><tr>
76 <td><a href="#HgLogDialog.__readStdout">__readStdout</a></td> 82 <td><a href="#HgLogDialog.__readStdout">__readStdout</a></td>
77 <td>Private slot to handle the readyReadStandardOutput signal.</td> 83 <td>Private slot to handle the readyReadStandardOutput signal.</td>
84 </tr><tr>
85 <td><a href="#HgLogDialog.__showError">__showError</a></td>
86 <td>Private slot to show some error.</td>
78 </tr><tr> 87 </tr><tr>
79 <td><a href="#HgLogDialog.__sourceChanged">__sourceChanged</a></td> 88 <td><a href="#HgLogDialog.__sourceChanged">__sourceChanged</a></td>
80 <td>Private slot to handle the sourceChanged signal of the contents pane.</td> 89 <td>Private slot to handle the sourceChanged signal of the contents pane.</td>
81 </tr><tr> 90 </tr><tr>
82 <td><a href="#HgLogDialog.closeEvent">closeEvent</a></td> 91 <td><a href="#HgLogDialog.closeEvent">closeEvent</a></td>
119 name of a bundle file (string) 128 name of a bundle file (string)
120 </dd><dt><i>parent</i></dt> 129 </dd><dt><i>parent</i></dt>
121 <dd> 130 <dd>
122 parent widget (QWidget) 131 parent widget (QWidget)
123 </dd> 132 </dd>
124 </dl><a NAME="HgLogDialog.__getParents" ID="HgLogDialog.__getParents"></a> 133 </dl><a NAME="HgLogDialog.__finish" ID="HgLogDialog.__finish"></a>
134 <h4>HgLogDialog.__finish</h4>
135 <b>__finish</b>(<i></i>)
136 <p>
137 Private slot called when the process finished or the user pressed the button.
138 </p><a NAME="HgLogDialog.__getParents" ID="HgLogDialog.__getParents"></a>
125 <h4>HgLogDialog.__getParents</h4> 139 <h4>HgLogDialog.__getParents</h4>
126 <b>__getParents</b>(<i>rev</i>) 140 <b>__getParents</b>(<i>rev</i>)
127 <p> 141 <p>
128 Private method to get the parents of the currently viewed file/directory. 142 Private method to get the parents of the currently viewed file/directory.
129 </p><dl> 143 </p><dl>
146 <dd> 160 <dd>
147 exit code of the process (integer) 161 exit code of the process (integer)
148 </dd><dt><i>exitStatus</i></dt> 162 </dd><dt><i>exitStatus</i></dt>
149 <dd> 163 <dd>
150 exit status of the process (QProcess.ExitStatus) 164 exit status of the process (QProcess.ExitStatus)
165 </dd>
166 </dl><a NAME="HgLogDialog.__processOutputLine" ID="HgLogDialog.__processOutputLine"></a>
167 <h4>HgLogDialog.__processOutputLine</h4>
168 <b>__processOutputLine</b>(<i>line</i>)
169 <p>
170 Private method to process the lines of output.
171 </p><dl>
172 <dt><i>line</i></dt>
173 <dd>
174 output line to be processed (string)
151 </dd> 175 </dd>
152 </dl><a NAME="HgLogDialog.__readStderr" ID="HgLogDialog.__readStderr"></a> 176 </dl><a NAME="HgLogDialog.__readStderr" ID="HgLogDialog.__readStderr"></a>
153 <h4>HgLogDialog.__readStderr</h4> 177 <h4>HgLogDialog.__readStderr</h4>
154 <b>__readStderr</b>(<i></i>) 178 <b>__readStderr</b>(<i></i>)
155 <p> 179 <p>
162 <b>__readStdout</b>(<i></i>) 186 <b>__readStdout</b>(<i></i>)
163 <p> 187 <p>
164 Private slot to handle the readyReadStandardOutput signal. 188 Private slot to handle the readyReadStandardOutput signal.
165 </p><p> 189 </p><p>
166 It reads the output of the process and inserts it into a buffer. 190 It reads the output of the process and inserts it into a buffer.
167 </p><a NAME="HgLogDialog.__sourceChanged" ID="HgLogDialog.__sourceChanged"></a> 191 </p><a NAME="HgLogDialog.__showError" ID="HgLogDialog.__showError"></a>
192 <h4>HgLogDialog.__showError</h4>
193 <b>__showError</b>(<i>out</i>)
194 <p>
195 Private slot to show some error.
196 </p><dl>
197 <dt><i>out</i></dt>
198 <dd>
199 error to be shown (string)
200 </dd>
201 </dl><a NAME="HgLogDialog.__sourceChanged" ID="HgLogDialog.__sourceChanged"></a>
168 <h4>HgLogDialog.__sourceChanged</h4> 202 <h4>HgLogDialog.__sourceChanged</h4>
169 <b>__sourceChanged</b>(<i>url</i>) 203 <b>__sourceChanged</b>(<i>url</i>)
170 <p> 204 <p>
171 Private slot to handle the sourceChanged signal of the contents pane. 205 Private slot to handle the sourceChanged signal of the contents pane.
172 </p><dl> 206 </p><dl>

eric ide

mercurial