59 <table> |
59 <table> |
60 <tr> |
60 <tr> |
61 <td><a href="#HgClient.__init__">HgClient</a></td> |
61 <td><a href="#HgClient.__init__">HgClient</a></td> |
62 <td>Constructor</td> |
62 <td>Constructor</td> |
63 </tr><tr> |
63 </tr><tr> |
|
64 <td><a href="#HgClient.__prompt">__prompt</a></td> |
|
65 <td>Private method to prompt the user for some input.</td> |
|
66 </tr><tr> |
64 <td><a href="#HgClient.__readChannel">__readChannel</a></td> |
67 <td><a href="#HgClient.__readChannel">__readChannel</a></td> |
65 <td>Private method to read data from the command server.</td> |
68 <td>Private method to read data from the command server.</td> |
66 </tr><tr> |
69 </tr><tr> |
67 <td><a href="#HgClient.__readHello">__readHello</a></td> |
70 <td><a href="#HgClient.__readHello">__readHello</a></td> |
68 <td>Private method to read the hello message sent by the command server.</td> |
71 <td>Private method to read the hello message sent by the command server.</td> |
82 <td><a href="#HgClient.func">func</a></td> |
85 <td><a href="#HgClient.func">func</a></td> |
83 <td></td> |
86 <td></td> |
84 </tr><tr> |
87 </tr><tr> |
85 <td><a href="#HgClient.isExecuting">isExecuting</a></td> |
88 <td><a href="#HgClient.isExecuting">isExecuting</a></td> |
86 <td>Public method to check, if the server is executing a command.</td> |
89 <td>Public method to check, if the server is executing a command.</td> |
|
90 </tr><tr> |
|
91 <td><a href="#HgClient.myprompt">myprompt</a></td> |
|
92 <td></td> |
87 </tr><tr> |
93 </tr><tr> |
88 <td><a href="#HgClient.restartServer">restartServer</a></td> |
94 <td><a href="#HgClient.restartServer">restartServer</a></td> |
89 <td>Public method to restart the command server.</td> |
95 <td>Public method to restart the command server.</td> |
90 </tr><tr> |
96 </tr><tr> |
91 <td><a href="#HgClient.runcommand">runcommand</a></td> |
97 <td><a href="#HgClient.runcommand">runcommand</a></td> |
118 <dd> |
124 <dd> |
119 encoding to be used by the command server (string) |
125 encoding to be used by the command server (string) |
120 </dd><dt><i>parent</i></dt> |
126 </dd><dt><i>parent</i></dt> |
121 <dd> |
127 <dd> |
122 reference to the parent object (QObject) |
128 reference to the parent object (QObject) |
|
129 </dd> |
|
130 </dl><a NAME="HgClient.__prompt" ID="HgClient.__prompt"></a> |
|
131 <h4>HgClient.__prompt</h4> |
|
132 <b>__prompt</b>(<i>size, message</i>) |
|
133 <p> |
|
134 Private method to prompt the user for some input. |
|
135 </p><dl> |
|
136 <dt><i>size</i></dt> |
|
137 <dd> |
|
138 maximum length of the requested input (integer) |
|
139 </dd><dt><i>message</i></dt> |
|
140 <dd> |
|
141 message sent by the server (string) |
123 </dd> |
142 </dd> |
124 </dl><a NAME="HgClient.__readChannel" ID="HgClient.__readChannel"></a> |
143 </dl><a NAME="HgClient.__readChannel" ID="HgClient.__readChannel"></a> |
125 <h4>HgClient.__readChannel</h4> |
144 <h4>HgClient.__readChannel</h4> |
126 <b>__readChannel</b>(<i></i>) |
145 <b>__readChannel</b>(<i></i>) |
127 <p> |
146 <p> |
208 </p><dl> |
227 </p><dl> |
209 <dt>Returns:</dt> |
228 <dt>Returns:</dt> |
210 <dd> |
229 <dd> |
211 flag indicating the execution of a command (boolean) |
230 flag indicating the execution of a command (boolean) |
212 </dd> |
231 </dd> |
213 </dl><a NAME="HgClient.restartServer" ID="HgClient.restartServer"></a> |
232 </dl><a NAME="HgClient.myprompt" ID="HgClient.myprompt"></a> |
|
233 <h4>HgClient.myprompt</h4> |
|
234 <b>myprompt</b>(<i></i>) |
|
235 <a NAME="HgClient.restartServer" ID="HgClient.restartServer"></a> |
214 <h4>HgClient.restartServer</h4> |
236 <h4>HgClient.restartServer</h4> |
215 <b>restartServer</b>(<i></i>) |
237 <b>restartServer</b>(<i></i>) |
216 <p> |
238 <p> |
217 Public method to restart the command server. |
239 Public method to restart the command server. |
218 </p><dl> |
240 </p><dl> |