533 <tr> |
533 <tr> |
534 <td><a href="#Shell.reloadHistory">reloadHistory</a></td> |
534 <td><a href="#Shell.reloadHistory">reloadHistory</a></td> |
535 <td>Public method to reload the history of the currently selected client type.</td> |
535 <td>Public method to reload the history of the currently selected client type.</td> |
536 </tr> |
536 </tr> |
537 <tr> |
537 <tr> |
|
538 <td><a href="#Shell.remoteConnectionChanged">remoteConnectionChanged</a></td> |
|
539 <td>Public slot handling a change of the connection state to an eric-ide server.</td> |
|
540 </tr> |
|
541 <tr> |
538 <td><a href="#Shell.saveContents">saveContents</a></td> |
542 <td><a href="#Shell.saveContents">saveContents</a></td> |
539 <td>Public method to save the current contents to a file.</td> |
543 <td>Public method to save the current contents to a file.</td> |
540 </tr> |
544 </tr> |
541 <tr> |
545 <tr> |
542 <td><a href="#Shell.saveHistory">saveHistory</a></td> |
546 <td><a href="#Shell.saveHistory">saveHistory</a></td> |
2063 <p> |
2067 <p> |
2064 Public method to reload the history of the currently selected client |
2068 Public method to reload the history of the currently selected client |
2065 type. |
2069 type. |
2066 </p> |
2070 </p> |
2067 |
2071 |
|
2072 <a NAME="Shell.remoteConnectionChanged" ID="Shell.remoteConnectionChanged"></a> |
|
2073 <h4>Shell.remoteConnectionChanged</h4> |
|
2074 <b>remoteConnectionChanged</b>(<i>connected</i>) |
|
2075 <p> |
|
2076 Public slot handling a change of the connection state to an eric-ide server. |
|
2077 </p> |
|
2078 |
|
2079 <dl> |
|
2080 |
|
2081 <dt><i>connected</i> (bool)</dt> |
|
2082 <dd> |
|
2083 flag indicating the connection state |
|
2084 </dd> |
|
2085 </dl> |
2068 <a NAME="Shell.saveContents" ID="Shell.saveContents"></a> |
2086 <a NAME="Shell.saveContents" ID="Shell.saveContents"></a> |
2069 <h4>Shell.saveContents</h4> |
2087 <h4>Shell.saveContents</h4> |
2070 <b>saveContents</b>(<i></i>) |
2088 <b>saveContents</b>(<i></i>) |
2071 <p> |
2089 <p> |
2072 Public method to save the current contents to a file. |
2090 Public method to save the current contents to a file. |