314 <tr> |
314 <tr> |
315 <td><a href="#Shell.__isHistoryIndexValid">__isHistoryIndexValid</a></td> |
315 <td><a href="#Shell.__isHistoryIndexValid">__isHistoryIndexValid</a></td> |
316 <td>Private method to test, if the history index is valid.</td> |
316 <td>Private method to test, if the history index is valid.</td> |
317 </tr> |
317 </tr> |
318 <tr> |
318 <tr> |
319 <td><a href="#Shell.__middleMouseButton">__middleMouseButton</a></td> |
|
320 <td>Private method to handle the middle mouse button press.</td> |
|
321 </tr> |
|
322 <tr> |
|
323 <td><a href="#Shell.__projectClosed">__projectClosed</a></td> |
319 <td><a href="#Shell.__projectClosed">__projectClosed</a></td> |
324 <td>Private slot to restart the default shell when the project is closed.</td> |
320 <td>Private slot to restart the default shell when the project is closed.</td> |
325 </tr> |
321 </tr> |
326 <tr> |
322 <tr> |
327 <td><a href="#Shell.__projectOpened">__projectOpened</a></td> |
323 <td><a href="#Shell.__projectOpened">__projectOpened</a></td> |
1267 <dt>Return Type:</dt> |
1263 <dt>Return Type:</dt> |
1268 <dd> |
1264 <dd> |
1269 bool |
1265 bool |
1270 </dd> |
1266 </dd> |
1271 </dl> |
1267 </dl> |
1272 <a NAME="Shell.__middleMouseButton" ID="Shell.__middleMouseButton"></a> |
|
1273 <h4>Shell.__middleMouseButton</h4> |
|
1274 <b>__middleMouseButton</b>(<i></i>) |
|
1275 |
|
1276 <p> |
|
1277 Private method to handle the middle mouse button press. |
|
1278 </p> |
|
1279 <a NAME="Shell.__projectClosed" ID="Shell.__projectClosed"></a> |
1268 <a NAME="Shell.__projectClosed" ID="Shell.__projectClosed"></a> |
1280 <h4>Shell.__projectClosed</h4> |
1269 <h4>Shell.__projectClosed</h4> |
1281 <b>__projectClosed</b>(<i></i>) |
1270 <b>__projectClosed</b>(<i></i>) |
1282 |
1271 |
1283 <p> |
1272 <p> |
1999 the mouse press event (QMouseEvent) |
1988 the mouse press event (QMouseEvent) |
2000 </dd> |
1989 </dd> |
2001 </dl> |
1990 </dl> |
2002 <a NAME="Shell.paste" ID="Shell.paste"></a> |
1991 <a NAME="Shell.paste" ID="Shell.paste"></a> |
2003 <h4>Shell.paste</h4> |
1992 <h4>Shell.paste</h4> |
2004 <b>paste</b>(<i></i>) |
1993 <b>paste</b>(<i>lines=None</i>) |
2005 |
1994 |
2006 <p> |
1995 <p> |
2007 Public slot to handle the paste action. |
1996 Public slot to handle the paste action. |
2008 </p> |
1997 </p> |
|
1998 <dl> |
|
1999 |
|
2000 <dt><i>lines</i> (list of str)</dt> |
|
2001 <dd> |
|
2002 list of lines to be inserted |
|
2003 </dd> |
|
2004 </dl> |
2009 <a NAME="Shell.reloadHistory" ID="Shell.reloadHistory"></a> |
2005 <a NAME="Shell.reloadHistory" ID="Shell.reloadHistory"></a> |
2010 <h4>Shell.reloadHistory</h4> |
2006 <h4>Shell.reloadHistory</h4> |
2011 <b>reloadHistory</b>(<i></i>) |
2007 <b>reloadHistory</b>(<i></i>) |
2012 |
2008 |
2013 <p> |
2009 <p> |