193 </tr><tr> |
193 </tr><tr> |
194 <td><a href="#Shell.__completionListSelected">__completionListSelected</a></td> |
194 <td><a href="#Shell.__completionListSelected">__completionListSelected</a></td> |
195 <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> |
196 </tr><tr> |
196 </tr><tr> |
197 <td><a href="#Shell.__concatenateText">__concatenateText</a></td> |
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> |
198 <td>Private slot to queue text and process it in one step.</td> |
199 </tr><tr> |
199 </tr><tr> |
200 <td><a href="#Shell.__configure">__configure</a></td> |
200 <td><a href="#Shell.__configure">__configure</a></td> |
201 <td>Private method to open the configuration dialog.</td> |
201 <td>Private method to open the configuration dialog.</td> |
202 </tr><tr> |
202 </tr><tr> |
203 <td><a href="#Shell.__executeCommand">__executeCommand</a></td> |
203 <td><a href="#Shell.__executeCommand">__executeCommand</a></td> |
295 </tr><tr> |
295 </tr><tr> |
296 <td><a href="#Shell.__useHistory">__useHistory</a></td> |
296 <td><a href="#Shell.__useHistory">__useHistory</a></td> |
297 <td>Private method to display a command from the history.</td> |
297 <td>Private method to display a command from the history.</td> |
298 </tr><tr> |
298 </tr><tr> |
299 <td><a href="#Shell.__write">__write</a></td> |
299 <td><a href="#Shell.__write">__write</a></td> |
300 <td>Private method to display some text.</td> |
300 <td>Private method to display some text without queuing.</td> |
301 </tr><tr> |
301 </tr><tr> |
302 <td><a href="#Shell.__writeBanner">__writeBanner</a></td> |
302 <td><a href="#Shell.__writeBanner">__writeBanner</a></td> |
303 <td>Private method to write a banner with info from the debug client.</td> |
303 <td>Private method to write a banner with info from the debug client.</td> |
304 </tr><tr> |
304 </tr><tr> |
305 <td><a href="#Shell.__writePrompt">__writePrompt</a></td> |
305 <td><a href="#Shell.__writePrompt">__writePrompt</a></td> |
306 <td>Private method to write the prompt.</td> |
306 <td>Private method to write the prompt.</td> |
|
307 </tr><tr> |
|
308 <td><a href="#Shell.__writeQueued">__writeQueued</a></td> |
|
309 <td>Private method to display some text using a write queue.</td> |
307 </tr><tr> |
310 </tr><tr> |
308 <td><a href="#Shell.__writeStdErr">__writeStdErr</a></td> |
311 <td><a href="#Shell.__writeStdErr">__writeStdErr</a></td> |
309 <td>Private method to display some text with StdErr label.</td> |
312 <td>Private method to display some text with StdErr label.</td> |
310 </tr><tr> |
313 </tr><tr> |
311 <td><a href="#Shell.__writeStdOut">__writeStdOut</a></td> |
314 <td><a href="#Shell.__writeStdOut">__writeStdOut</a></td> |
773 </dd> |
776 </dd> |
774 </dl><a NAME="Shell.__concatenateText" ID="Shell.__concatenateText"></a> |
777 </dl><a NAME="Shell.__concatenateText" ID="Shell.__concatenateText"></a> |
775 <h4>Shell.__concatenateText</h4> |
778 <h4>Shell.__concatenateText</h4> |
776 <b>__concatenateText</b>(<i>text</i>) |
779 <b>__concatenateText</b>(<i>text</i>) |
777 <p> |
780 <p> |
778 Private slot to get all available text and process it in one step. |
781 Private slot to queue text and process it in one step. |
779 </p><dl> |
782 </p><dl> |
780 <dt><i>text</i> (str)</dt> |
783 <dt><i>text</i> (str)</dt> |
781 <dd> |
784 <dd> |
782 text to be appended |
785 text to be appended |
783 </dd> |
786 </dd> |
1095 Private method to display a command from the history. |
1098 Private method to display a command from the history. |
1096 </p><a NAME="Shell.__write" ID="Shell.__write"></a> |
1099 </p><a NAME="Shell.__write" ID="Shell.__write"></a> |
1097 <h4>Shell.__write</h4> |
1100 <h4>Shell.__write</h4> |
1098 <b>__write</b>(<i>s</i>) |
1101 <b>__write</b>(<i>s</i>) |
1099 <p> |
1102 <p> |
1100 Private method to display some text. |
1103 Private method to display some text without queuing. |
1101 </p><dl> |
1104 </p><dl> |
1102 <dt><i>s</i></dt> |
1105 <dt><i>s</i> (str)</dt> |
1103 <dd> |
1106 <dd> |
1104 text to be displayed (string) |
1107 text to be displayed |
1105 </dd> |
1108 </dd> |
1106 </dl><a NAME="Shell.__writeBanner" ID="Shell.__writeBanner"></a> |
1109 </dl><a NAME="Shell.__writeBanner" ID="Shell.__writeBanner"></a> |
1107 <h4>Shell.__writeBanner</h4> |
1110 <h4>Shell.__writeBanner</h4> |
1108 <b>__writeBanner</b>(<i>version, platform, dbgclient</i>) |
1111 <b>__writeBanner</b>(<i>version, platform, dbgclient</i>) |
1109 <p> |
1112 <p> |
1122 </dl><a NAME="Shell.__writePrompt" ID="Shell.__writePrompt"></a> |
1125 </dl><a NAME="Shell.__writePrompt" ID="Shell.__writePrompt"></a> |
1123 <h4>Shell.__writePrompt</h4> |
1126 <h4>Shell.__writePrompt</h4> |
1124 <b>__writePrompt</b>(<i></i>) |
1127 <b>__writePrompt</b>(<i></i>) |
1125 <p> |
1128 <p> |
1126 Private method to write the prompt. |
1129 Private method to write the prompt. |
1127 </p><a NAME="Shell.__writeStdErr" ID="Shell.__writeStdErr"></a> |
1130 </p><a NAME="Shell.__writeQueued" ID="Shell.__writeQueued"></a> |
|
1131 <h4>Shell.__writeQueued</h4> |
|
1132 <b>__writeQueued</b>(<i>s</i>) |
|
1133 <p> |
|
1134 Private method to display some text using a write queue. |
|
1135 </p><dl> |
|
1136 <dt><i>s</i></dt> |
|
1137 <dd> |
|
1138 text to be displayed (string) |
|
1139 </dd> |
|
1140 </dl><a NAME="Shell.__writeStdErr" ID="Shell.__writeStdErr"></a> |
1128 <h4>Shell.__writeStdErr</h4> |
1141 <h4>Shell.__writeStdErr</h4> |
1129 <b>__writeStdErr</b>(<i>s</i>) |
1142 <b>__writeStdErr</b>(<i>s</i>) |
1130 <p> |
1143 <p> |
1131 Private method to display some text with StdErr label. |
1144 Private method to display some text with StdErr label. |
1132 </p><dl> |
1145 </p><dl> |