196 <tr> |
196 <tr> |
197 <td><a href="#EricServerInterface.initActions">initActions</a></td> |
197 <td><a href="#EricServerInterface.initActions">initActions</a></td> |
198 <td>Public slot to initialize the eric-ide server actions.</td> |
198 <td>Public slot to initialize the eric-ide server actions.</td> |
199 </tr> |
199 </tr> |
200 <tr> |
200 <tr> |
201 <td><a href="#EricServerInterface.initMenu">initMenu</a></td> |
201 <td><a href="#EricServerInterface.initMenus">initMenus</a></td> |
202 <td>Public slot to initialize the eric-ide server menu.</td> |
202 <td>Public slot to initialize the eric-ide server menus.</td> |
203 </tr> |
203 </tr> |
204 <tr> |
204 <tr> |
205 <td><a href="#EricServerInterface.initToolbar">initToolbar</a></td> |
205 <td><a href="#EricServerInterface.initToolbar">initToolbar</a></td> |
206 <td>Public slot to initialize the eric-ide server toolbar.</td> |
206 <td>Public slot to initialize the eric-ide server toolbar.</td> |
207 </tr> |
207 </tr> |
398 Private slot to shut down the currently connected eric-ide server. |
398 Private slot to shut down the currently connected eric-ide server. |
399 </p> |
399 </p> |
400 |
400 |
401 <a NAME="EricServerInterface.connectToServer" ID="EricServerInterface.connectToServer"></a> |
401 <a NAME="EricServerInterface.connectToServer" ID="EricServerInterface.connectToServer"></a> |
402 <h4>EricServerInterface.connectToServer</h4> |
402 <h4>EricServerInterface.connectToServer</h4> |
403 <b>connectToServer</b>(<i>host, port=None, timeout=None</i>) |
403 <b>connectToServer</b>(<i>host, port=None, timeout=None, clientId=""</i>) |
404 <p> |
404 <p> |
405 Public method to connect to the given host and port. |
405 Public method to connect to the given host and port. |
406 </p> |
406 </p> |
407 |
407 |
408 <dl> |
408 <dl> |
520 <b>initActions</b>(<i></i>) |
525 <b>initActions</b>(<i></i>) |
521 <p> |
526 <p> |
522 Public slot to initialize the eric-ide server actions. |
527 Public slot to initialize the eric-ide server actions. |
523 </p> |
528 </p> |
524 |
529 |
525 <a NAME="EricServerInterface.initMenu" ID="EricServerInterface.initMenu"></a> |
530 <a NAME="EricServerInterface.initMenus" ID="EricServerInterface.initMenus"></a> |
526 <h4>EricServerInterface.initMenu</h4> |
531 <h4>EricServerInterface.initMenus</h4> |
527 <b>initMenu</b>(<i></i>) |
532 <b>initMenus</b>(<i></i>) |
528 <p> |
533 <p> |
529 Public slot to initialize the eric-ide server menu. |
534 Public slot to initialize the eric-ide server menus. |
530 </p> |
535 </p> |
531 |
536 |
532 <dl> |
537 <dl> |
533 <dt>Return:</dt> |
538 <dt>Return:</dt> |
534 <dd> |
539 <dd> |
535 the menu generated |
540 reference to the main eric-ide server menu |
536 </dd> |
541 </dd> |
537 </dl> |
542 </dl> |
538 <dl> |
543 <dl> |
539 <dt>Return Type:</dt> |
544 <dt>Return Type:</dt> |
540 <dd> |
545 <dd> |