368 <tr> |
368 <tr> |
369 <td><a href="#Shell.__showContextMenu">__showContextMenu</a></td> |
369 <td><a href="#Shell.__showContextMenu">__showContextMenu</a></td> |
370 <td>Private slot to show a context menu.</td> |
370 <td>Private slot to show a context menu.</td> |
371 </tr> |
371 </tr> |
372 <tr> |
372 <tr> |
|
373 <td><a href="#Shell.__showHelp">__showHelp</a></td> |
|
374 <td>Private slot to show the list of supported special commands (i.e.</td> |
|
375 </tr> |
|
376 <tr> |
373 <td><a href="#Shell.__showStartMenu">__showStartMenu</a></td> |
377 <td><a href="#Shell.__showStartMenu">__showStartMenu</a></td> |
374 <td>Private slot to prepare the start submenu.</td> |
378 <td>Private slot to prepare the start submenu.</td> |
375 </tr> |
379 </tr> |
376 <tr> |
380 <tr> |
377 <td><a href="#Shell.__showVenvName">__showVenvName</a></td> |
381 <td><a href="#Shell.__showVenvName">__showVenvName</a></td> |
1431 <dt><i>pos</i> (QPoint)</dt> |
1435 <dt><i>pos</i> (QPoint)</dt> |
1432 <dd> |
1436 <dd> |
1433 position for the context menu |
1437 position for the context menu |
1434 </dd> |
1438 </dd> |
1435 </dl> |
1439 </dl> |
|
1440 <a NAME="Shell.__showHelp" ID="Shell.__showHelp"></a> |
|
1441 <h4>Shell.__showHelp</h4> |
|
1442 <b>__showHelp</b>(<i></i>) |
|
1443 |
|
1444 <p> |
|
1445 Private slot to show the list of supported special commands (i.e. those |
|
1446 starting with a '%' character. |
|
1447 </p> |
1436 <a NAME="Shell.__showStartMenu" ID="Shell.__showStartMenu"></a> |
1448 <a NAME="Shell.__showStartMenu" ID="Shell.__showStartMenu"></a> |
1437 <h4>Shell.__showStartMenu</h4> |
1449 <h4>Shell.__showStartMenu</h4> |
1438 <b>__showStartMenu</b>(<i></i>) |
1450 <b>__showStartMenu</b>(<i></i>) |
1439 |
1451 |
1440 <p> |
1452 <p> |
1568 <p> |
1580 <p> |
1569 Public method to clear all available histories and sync them. |
1581 Public method to clear all available histories and sync them. |
1570 </p> |
1582 </p> |
1571 <a NAME="Shell.clearHistory" ID="Shell.clearHistory"></a> |
1583 <a NAME="Shell.clearHistory" ID="Shell.clearHistory"></a> |
1572 <h4>Shell.clearHistory</h4> |
1584 <h4>Shell.clearHistory</h4> |
1573 <b>clearHistory</b>(<i></i>) |
1585 <b>clearHistory</b>(<i>ask=True</i>) |
1574 |
1586 |
1575 <p> |
1587 <p> |
1576 Public slot to clear the current history. |
1588 Public slot to clear the current history. |
1577 </p> |
1589 </p> |
|
1590 <dl> |
|
1591 |
|
1592 <dt><i>ask</i> (bool (optional))</dt> |
|
1593 <dd> |
|
1594 flag indicating to ask for confirmation (defaults to True) |
|
1595 </dd> |
|
1596 </dl> |
1578 <a NAME="Shell.closeShell" ID="Shell.closeShell"></a> |
1597 <a NAME="Shell.closeShell" ID="Shell.closeShell"></a> |
1579 <h4>Shell.closeShell</h4> |
1598 <h4>Shell.closeShell</h4> |
1580 <b>closeShell</b>(<i></i>) |
1599 <b>closeShell</b>(<i></i>) |
1581 |
1600 |
1582 <p> |
1601 <p> |
2063 reference to the debugger UI object (DebugUI) |
2082 reference to the debugger UI object (DebugUI) |
2064 </dd> |
2083 </dd> |
2065 </dl> |
2084 </dl> |
2066 <a NAME="Shell.showHistory" ID="Shell.showHistory"></a> |
2085 <a NAME="Shell.showHistory" ID="Shell.showHistory"></a> |
2067 <h4>Shell.showHistory</h4> |
2086 <h4>Shell.showHistory</h4> |
2068 <b>showHistory</b>(<i></i>) |
2087 <b>showHistory</b>(<i>histSize=None</i>) |
2069 |
2088 |
2070 <p> |
2089 <p> |
2071 Public slot to show the shell history dialog. |
2090 Public slot to show the shell history dialog. |
2072 </p> |
2091 </p> |
|
2092 <dl> |
|
2093 |
|
2094 <dt><i>histSize</i> (int (optional))</dt> |
|
2095 <dd> |
|
2096 number of history entries to be shown (None = show all |
|
2097 entrys) (defaults to None) |
|
2098 </dd> |
|
2099 </dl> |
2073 <a NAME="Shell.wheelEvent" ID="Shell.wheelEvent"></a> |
2100 <a NAME="Shell.wheelEvent" ID="Shell.wheelEvent"></a> |
2074 <h4>Shell.wheelEvent</h4> |
2101 <h4>Shell.wheelEvent</h4> |
2075 <b>wheelEvent</b>(<i>evt</i>) |
2102 <b>wheelEvent</b>(<i>evt</i>) |
2076 |
2103 |
2077 <p> |
2104 <p> |