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

changeset 7502
426f64d419f0
parent 7273
391d6b7b1eff
equal deleted inserted replaced
7501:802fca9bb6ed 7502:426f64d419f0
118 <p> 118 <p>
119 Constructor 119 Constructor
120 </p> 120 </p>
121 <dl> 121 <dl>
122 122
123 <dt><i>vcs</i></dt> 123 <dt><i>vcs</i> (Hg)</dt>
124 <dd> 124 <dd>
125 reference to the vcs object 125 reference to the vcs object
126 </dd> 126 </dd>
127 <dt><i>path</i></dt> 127 <dt><i>path</i> (str)</dt>
128 <dd> 128 <dd>
129 path of the repository to serve (string) 129 path of the repository to serve
130 </dd> 130 </dd>
131 <dt><i>parent</i></dt> 131 <dt><i>parent</i> (QWidget)</dt>
132 <dd> 132 <dd>
133 reference to the parent widget (QWidget) 133 reference to the parent widget
134 </dd> 134 </dd>
135 </dl> 135 </dl>
136 <a NAME="HgServeDialog.__appendText" ID="HgServeDialog.__appendText"></a> 136 <a NAME="HgServeDialog.__appendText" ID="HgServeDialog.__appendText"></a>
137 <h4>HgServeDialog.__appendText</h4> 137 <h4>HgServeDialog.__appendText</h4>
138 <b>__appendText</b>(<i>txt, error=False</i>) 138 <b>__appendText</b>(<i>txt, error=False</i>)
140 <p> 140 <p>
141 Private method to append text to the end. 141 Private method to append text to the end.
142 </p> 142 </p>
143 <dl> 143 <dl>
144 144
145 <dt><i>txt</i></dt> 145 <dt><i>txt</i> (str)</dt>
146 <dd> 146 <dd>
147 text to insert (string) 147 text to insert
148 </dd> 148 </dd>
149 <dt><i>error</i></dt> 149 <dt><i>error</i> (bool)</dt>
150 <dd> 150 <dd>
151 flag indicating to insert error text (boolean) 151 flag indicating to insert error text
152 </dd> 152 </dd>
153 </dl> 153 </dl>
154 <a NAME="HgServeDialog.__procFinished" ID="HgServeDialog.__procFinished"></a> 154 <a NAME="HgServeDialog.__procFinished" ID="HgServeDialog.__procFinished"></a>
155 <h4>HgServeDialog.__procFinished</h4> 155 <h4>HgServeDialog.__procFinished</h4>
156 <b>__procFinished</b>(<i>exitCode, exitStatus</i>) 156 <b>__procFinished</b>(<i>exitCode, exitStatus</i>)
158 <p> 158 <p>
159 Private slot connected to the finished signal. 159 Private slot connected to the finished signal.
160 </p> 160 </p>
161 <dl> 161 <dl>
162 162
163 <dt><i>exitCode</i></dt> 163 <dt><i>exitCode</i> (int)</dt>
164 <dd> 164 <dd>
165 exit code of the process (integer) 165 exit code of the process
166 </dd> 166 </dd>
167 <dt><i>exitStatus</i></dt> 167 <dt><i>exitStatus</i> (QProcess.ExitStatus)</dt>
168 <dd> 168 <dd>
169 exit status of the process (QProcess.ExitStatus) 169 exit status of the process
170 </dd> 170 </dd>
171 </dl> 171 </dl>
172 <a NAME="HgServeDialog.__readStderr" ID="HgServeDialog.__readStderr"></a> 172 <a NAME="HgServeDialog.__readStderr" ID="HgServeDialog.__readStderr"></a>
173 <h4>HgServeDialog.__readStderr</h4> 173 <h4>HgServeDialog.__readStderr</h4>
174 <b>__readStderr</b>(<i></i>) 174 <b>__readStderr</b>(<i></i>)
217 <p> 217 <p>
218 Protected slot implementing a close event handler. 218 Protected slot implementing a close event handler.
219 </p> 219 </p>
220 <dl> 220 <dl>
221 221
222 <dt><i>e</i></dt> 222 <dt><i>e</i> (QCloseEvent)</dt>
223 <dd> 223 <dd>
224 close event (QCloseEvent) 224 close event
225 </dd> 225 </dd>
226 </dl> 226 </dl>
227 <div align="right"><a href="#top">Up</a></div> 227 <div align="right"><a href="#top">Up</a></div>
228 <hr /> 228 <hr />
229 </body></html> 229 </body></html>

eric ide

mercurial