56 <dl> |
56 <dl> |
57 <dt>historyStyleChanged(ShellHistoryStyle)</dt> |
57 <dt>historyStyleChanged(ShellHistoryStyle)</dt> |
58 <dd> |
58 <dd> |
59 emitted to indicate a |
59 emitted to indicate a |
60 change of the history style |
60 change of the history style |
|
61 </dd><dt>queueText(str)</dt> |
|
62 <dd> |
|
63 emitted to queue some text for processing |
61 </dd><dt>searchStringFound(bool)</dt> |
64 </dd><dt>searchStringFound(bool)</dt> |
62 <dd> |
65 <dd> |
63 emitted to indicate the search |
66 emitted to indicate the search |
64 result |
67 result |
65 </dd> |
68 </dd> |
189 <td>Private method to handle a syntax error in the debugged program.</td> |
192 <td>Private method to handle a syntax error in the debugged program.</td> |
190 </tr><tr> |
193 </tr><tr> |
191 <td><a href="#Shell.__completionListSelected">__completionListSelected</a></td> |
194 <td><a href="#Shell.__completionListSelected">__completionListSelected</a></td> |
192 <td>Private slot to handle the selection from the completion list.</td> |
195 <td>Private slot to handle the selection from the completion list.</td> |
193 </tr><tr> |
196 </tr><tr> |
|
197 <td><a href="#Shell.__concatenateText">__concatenateText</a></td> |
|
198 <td>Private slot to get all available text and process it in one step.</td> |
|
199 </tr><tr> |
194 <td><a href="#Shell.__configure">__configure</a></td> |
200 <td><a href="#Shell.__configure">__configure</a></td> |
195 <td>Private method to open the configuration dialog.</td> |
201 <td>Private method to open the configuration dialog.</td> |
196 </tr><tr> |
202 </tr><tr> |
197 <td><a href="#Shell.__executeCommand">__executeCommand</a></td> |
203 <td><a href="#Shell.__executeCommand">__executeCommand</a></td> |
198 <td>Private slot to execute a command.</td> |
204 <td>Private slot to execute a command.</td> |
762 <dd> |
768 <dd> |
763 the ID of the user list (should be 1) (integer) |
769 the ID of the user list (should be 1) (integer) |
764 </dd><dt><i>txt</i></dt> |
770 </dd><dt><i>txt</i></dt> |
765 <dd> |
771 <dd> |
766 the selected text (string) |
772 the selected text (string) |
|
773 </dd> |
|
774 </dl><a NAME="Shell.__concatenateText" ID="Shell.__concatenateText"></a> |
|
775 <h4>Shell.__concatenateText</h4> |
|
776 <b>__concatenateText</b>(<i>text</i>) |
|
777 <p> |
|
778 Private slot to get all available text and process it in one step. |
|
779 </p><dl> |
|
780 <dt><i>text</i> (str)</dt> |
|
781 <dd> |
|
782 text to be appended |
767 </dd> |
783 </dd> |
768 </dl><a NAME="Shell.__configure" ID="Shell.__configure"></a> |
784 </dl><a NAME="Shell.__configure" ID="Shell.__configure"></a> |
769 <h4>Shell.__configure</h4> |
785 <h4>Shell.__configure</h4> |
770 <b>__configure</b>(<i></i>) |
786 <b>__configure</b>(<i></i>) |
771 <p> |
787 <p> |