242 </tr><tr> |
243 </tr><tr> |
243 <td><a href="#Shell.__showHistory">__showHistory</a></td> |
244 <td><a href="#Shell.__showHistory">__showHistory</a></td> |
244 <td>Private slot to show the shell history dialog.</td> |
245 <td>Private slot to show the shell history dialog.</td> |
245 </tr><tr> |
246 </tr><tr> |
246 <td><a href="#Shell.__startDebugClient">__startDebugClient</a></td> |
247 <td><a href="#Shell.__startDebugClient">__startDebugClient</a></td> |
247 <td>Private slot to start a debug client accoding to the action triggered[()].</td> |
248 <td>Private slot to start a debug client according to the action triggered[()].</td> |
248 </tr><tr> |
249 </tr><tr> |
249 <td><a href="#Shell.__useHistory">__useHistory</a></td> |
250 <td><a href="#Shell.__useHistory">__useHistory</a></td> |
250 <td>Private method to display a command from the history.</td> |
251 <td>Private method to display a command from the history.</td> |
251 </tr><tr> |
252 </tr><tr> |
252 <td><a href="#Shell.__write">__write</a></td> |
253 <td><a href="#Shell.__write">__write</a></td> |
440 </dd> |
441 </dd> |
441 </dl><a NAME="Shell.__QScintillaLeftDeleteCommand" ID="Shell.__QScintillaLeftDeleteCommand"></a> |
442 </dl><a NAME="Shell.__QScintillaLeftDeleteCommand" ID="Shell.__QScintillaLeftDeleteCommand"></a> |
442 <h4>Shell.__QScintillaLeftDeleteCommand</h4> |
443 <h4>Shell.__QScintillaLeftDeleteCommand</h4> |
443 <b>__QScintillaLeftDeleteCommand</b>(<i>method</i>) |
444 <b>__QScintillaLeftDeleteCommand</b>(<i>method</i>) |
444 <p> |
445 <p> |
445 Private method to handle a QScintilla delete command working to the left. |
446 Private method to handle a QScintilla delete command working to |
|
447 the left. |
446 </p><dl> |
448 </p><dl> |
447 <dt><i>method</i></dt> |
449 <dt><i>method</i></dt> |
448 <dd> |
450 <dd> |
449 shell method to execute |
451 shell method to execute |
450 </dd> |
452 </dd> |
674 </dd> |
676 </dd> |
675 </dl><a NAME="Shell.__insertTextNoEcho" ID="Shell.__insertTextNoEcho"></a> |
677 </dl><a NAME="Shell.__insertTextNoEcho" ID="Shell.__insertTextNoEcho"></a> |
676 <h4>Shell.__insertTextNoEcho</h4> |
678 <h4>Shell.__insertTextNoEcho</h4> |
677 <b>__insertTextNoEcho</b>(<i>s</i>) |
679 <b>__insertTextNoEcho</b>(<i>s</i>) |
678 <p> |
680 <p> |
679 Private method to insert some text at the end of the buffer without echoing it. |
681 Private method to insert some text at the end of the buffer without |
|
682 echoing it. |
680 </p><dl> |
683 </p><dl> |
681 <dt><i>s</i></dt> |
684 <dt><i>s</i></dt> |
682 <dd> |
685 <dd> |
683 text to be inserted (string) |
686 text to be inserted (string) |
684 </dd> |
687 </dd> |
826 Private slot to show the shell history dialog. |
829 Private slot to show the shell history dialog. |
827 </p><a NAME="Shell.__startDebugClient" ID="Shell.__startDebugClient"></a> |
830 </p><a NAME="Shell.__startDebugClient" ID="Shell.__startDebugClient"></a> |
828 <h4>Shell.__startDebugClient</h4> |
831 <h4>Shell.__startDebugClient</h4> |
829 <b>__startDebugClient</b>(<i>action</i>) |
832 <b>__startDebugClient</b>(<i>action</i>) |
830 <p> |
833 <p> |
831 Private slot to start a debug client accoding to the action triggered[()]. |
834 Private slot to start a debug client according to the action |
|
835 triggered[()]. |
832 </p><dl> |
836 </p><dl> |
833 <dt><i>action</i></dt> |
837 <dt><i>action</i></dt> |
834 <dd> |
838 <dd> |
835 context menu action that was triggered (QAction) |
839 context menu action that was triggered (QAction) |
836 </dd> |
840 </dd> |
1114 Reimplemented slot to handle the paste action. |
1118 Reimplemented slot to handle the paste action. |
1115 </p><a NAME="Shell.reloadHistory" ID="Shell.reloadHistory"></a> |
1119 </p><a NAME="Shell.reloadHistory" ID="Shell.reloadHistory"></a> |
1116 <h4>Shell.reloadHistory</h4> |
1120 <h4>Shell.reloadHistory</h4> |
1117 <b>reloadHistory</b>(<i></i>) |
1121 <b>reloadHistory</b>(<i></i>) |
1118 <p> |
1122 <p> |
1119 Public method to reload the history of the currently selected client type. |
1123 Public method to reload the history of the currently selected client |
|
1124 type. |
1120 </p><a NAME="Shell.saveHistory" ID="Shell.saveHistory"></a> |
1125 </p><a NAME="Shell.saveHistory" ID="Shell.saveHistory"></a> |
1121 <h4>Shell.saveHistory</h4> |
1126 <h4>Shell.saveHistory</h4> |
1122 <b>saveHistory</b>(<i>clientType</i>) |
1127 <b>saveHistory</b>(<i>clientType</i>) |
1123 <p> |
1128 <p> |
1124 Public method to save the history for the given client type. |
1129 Public method to save the history for the given client type. |