270 <tr> |
270 <tr> |
271 <td><a href="#Shell.__find">__find</a></td> |
271 <td><a href="#Shell.__find">__find</a></td> |
272 <td>Private slot to show the find widget.</td> |
272 <td>Private slot to show the find widget.</td> |
273 </tr> |
273 </tr> |
274 <tr> |
274 <tr> |
|
275 <td><a href="#Shell.__flushQueuedText">__flushQueuedText</a></td> |
|
276 <td>Private slot to flush the accumulated text output.</td> |
|
277 </tr> |
|
278 <tr> |
275 <td><a href="#Shell.__getBanner">__getBanner</a></td> |
279 <td><a href="#Shell.__getBanner">__getBanner</a></td> |
276 <td>Private method to get the banner for the remote interpreter.</td> |
280 <td>Private method to get the banner for the remote interpreter.</td> |
277 </tr> |
281 </tr> |
278 <tr> |
282 <tr> |
279 <td><a href="#Shell.__getEndPos">__getEndPos</a></td> |
283 <td><a href="#Shell.__getEndPos">__getEndPos</a></td> |
1110 <b>__find</b>(<i></i>) |
1114 <b>__find</b>(<i></i>) |
1111 |
1115 |
1112 <p> |
1116 <p> |
1113 Private slot to show the find widget. |
1117 Private slot to show the find widget. |
1114 </p> |
1118 </p> |
|
1119 <a NAME="Shell.__flushQueuedText" ID="Shell.__flushQueuedText"></a> |
|
1120 <h4>Shell.__flushQueuedText</h4> |
|
1121 <b>__flushQueuedText</b>(<i></i>) |
|
1122 |
|
1123 <p> |
|
1124 Private slot to flush the accumulated text output. |
|
1125 </p> |
1115 <a NAME="Shell.__getBanner" ID="Shell.__getBanner"></a> |
1126 <a NAME="Shell.__getBanner" ID="Shell.__getBanner"></a> |
1116 <h4>Shell.__getBanner</h4> |
1127 <h4>Shell.__getBanner</h4> |
1117 <b>__getBanner</b>(<i></i>) |
1128 <b>__getBanner</b>(<i></i>) |
1118 |
1129 |
1119 <p> |
1130 <p> |
1279 <p> |
1290 <p> |
1280 Private slot to start the shell for the opened project. |
1291 Private slot to start the shell for the opened project. |
1281 </p> |
1292 </p> |
1282 <a NAME="Shell.__raw_input" ID="Shell.__raw_input"></a> |
1293 <a NAME="Shell.__raw_input" ID="Shell.__raw_input"></a> |
1283 <h4>Shell.__raw_input</h4> |
1294 <h4>Shell.__raw_input</h4> |
1284 <b>__raw_input</b>(<i>s, echo</i>) |
1295 <b>__raw_input</b>(<i>prompt, echo</i>) |
1285 |
1296 |
1286 <p> |
1297 <p> |
1287 Private method to handle raw input. |
1298 Private method to handle raw input. |
1288 </p> |
1299 </p> |
1289 <dl> |
1300 <dl> |
1290 |
1301 |
1291 <dt><i>s</i></dt> |
1302 <dt><i>prompt</i> (str)</dt> |
1292 <dd> |
1303 <dd> |
1293 prompt to be displayed (string) |
1304 prompt to be displayed |
1294 </dd> |
1305 </dd> |
1295 <dt><i>echo</i></dt> |
1306 <dt><i>echo</i> (bool)</dt> |
1296 <dd> |
1307 <dd> |
1297 Flag indicating echoing of the input (boolean) |
1308 Flag indicating echoing of the input |
1298 </dd> |
1309 </dd> |
1299 </dl> |
1310 </dl> |
1300 <a NAME="Shell.__resetIncrementalHistorySearch" ID="Shell.__resetIncrementalHistorySearch"></a> |
1311 <a NAME="Shell.__resetIncrementalHistorySearch" ID="Shell.__resetIncrementalHistorySearch"></a> |
1301 <h4>Shell.__resetIncrementalHistorySearch</h4> |
1312 <h4>Shell.__resetIncrementalHistorySearch</h4> |
1302 <b>__resetIncrementalHistorySearch</b>(<i></i>) |
1313 <b>__resetIncrementalHistorySearch</b>(<i></i>) |