94 <td>Private method to create the various toolbars.</td> |
94 <td>Private method to create the various toolbars.</td> |
95 </tr><tr> |
95 </tr><tr> |
96 <td><a href="#ShellWindow.__createViewActions">__createViewActions</a></td> |
96 <td><a href="#ShellWindow.__createViewActions">__createViewActions</a></td> |
97 <td>Private method defining the user interface actions for the view commands.</td> |
97 <td>Private method defining the user interface actions for the view commands.</td> |
98 </tr><tr> |
98 </tr><tr> |
99 <td><a href="#ShellWindow.__doClearRestart">__doClearRestart</a></td> |
|
100 <td>Private slot to handle the 'restart and clear' menu entry.</td> |
|
101 </tr><tr> |
|
102 <td><a href="#ShellWindow.__doRestart">__doRestart</a></td> |
|
103 <td>Private slot to handle the 'restart' menu entry.</td> |
|
104 </tr><tr> |
|
105 <td><a href="#ShellWindow.__historyStyleChanged">__historyStyleChanged</a></td> |
99 <td><a href="#ShellWindow.__historyStyleChanged">__historyStyleChanged</a></td> |
106 <td>Private slot to handle a change of the shell history style.</td> |
100 <td>Private slot to handle a change of the shell history style.</td> |
107 </tr><tr> |
101 </tr><tr> |
108 <td><a href="#ShellWindow.__newWindow">__newWindow</a></td> |
102 <td><a href="#ShellWindow.__newWindow">__newWindow</a></td> |
109 <td>Private slot to start a new instance of eric6.</td> |
103 <td>Private slot to start a new instance of eric6.</td> |
120 <td><a href="#ShellWindow.__showStartMenu">__showStartMenu</a></td> |
114 <td><a href="#ShellWindow.__showStartMenu">__showStartMenu</a></td> |
121 <td>Private slot to prepare the language menu.</td> |
115 <td>Private slot to prepare the language menu.</td> |
122 </tr><tr> |
116 </tr><tr> |
123 <td><a href="#ShellWindow.__startShell">__startShell</a></td> |
117 <td><a href="#ShellWindow.__startShell">__startShell</a></td> |
124 <td>Private slot to start a shell according to the action triggered.</td> |
118 <td>Private slot to start a shell according to the action triggered.</td> |
|
119 </tr><tr> |
|
120 <td><a href="#ShellWindow.__virtualEnvironmentChanged">__virtualEnvironmentChanged</a></td> |
|
121 <td>Private slot handling a change of the shell's virtual environment.</td> |
125 </tr><tr> |
122 </tr><tr> |
126 <td><a href="#ShellWindow.__whatsThis">__whatsThis</a></td> |
123 <td><a href="#ShellWindow.__whatsThis">__whatsThis</a></td> |
127 <td>Private slot called in to enter Whats This mode.</td> |
124 <td>Private slot called in to enter Whats This mode.</td> |
128 </tr><tr> |
125 </tr><tr> |
129 <td><a href="#ShellWindow.__writeSettings">__writeSettings</a></td> |
126 <td><a href="#ShellWindow.__writeSettings">__writeSettings</a></td> |
167 <table> |
164 <table> |
168 <tr><td>None</td></tr> |
165 <tr><td>None</td></tr> |
169 </table> |
166 </table> |
170 <a NAME="ShellWindow.__init__" ID="ShellWindow.__init__"></a> |
167 <a NAME="ShellWindow.__init__" ID="ShellWindow.__init__"></a> |
171 <h4>ShellWindow (Constructor)</h4> |
168 <h4>ShellWindow (Constructor)</h4> |
172 <b>ShellWindow</b>(<i>parent=None, name=None</i>) |
169 <b>ShellWindow</b>(<i>originalPathString, parent=None, name=None</i>) |
173 <p> |
170 <p> |
174 Constructor |
171 Constructor |
175 </p><dl> |
172 </p><dl> |
176 <dt><i>parent</i> (QWidget)</dt> |
173 <dt><i>originalPathString</i> (str)</dt> |
|
174 <dd> |
|
175 original PATH environment variable |
|
176 </dd><dt><i>parent</i> (QWidget)</dt> |
177 <dd> |
177 <dd> |
178 reference to the parent widget |
178 reference to the parent widget |
179 </dd><dt><i>name</i> (str)</dt> |
179 </dd><dt><i>name</i> (str)</dt> |
180 <dd> |
180 <dd> |
181 object name of the window |
181 object name of the window |
243 <h4>ShellWindow.__createViewActions</h4> |
243 <h4>ShellWindow.__createViewActions</h4> |
244 <b>__createViewActions</b>(<i></i>) |
244 <b>__createViewActions</b>(<i></i>) |
245 <p> |
245 <p> |
246 Private method defining the user interface actions for the view |
246 Private method defining the user interface actions for the view |
247 commands. |
247 commands. |
248 </p><a NAME="ShellWindow.__doClearRestart" ID="ShellWindow.__doClearRestart"></a> |
|
249 <h4>ShellWindow.__doClearRestart</h4> |
|
250 <b>__doClearRestart</b>(<i></i>) |
|
251 <p> |
|
252 Private slot to handle the 'restart and clear' menu entry. |
|
253 </p><a NAME="ShellWindow.__doRestart" ID="ShellWindow.__doRestart"></a> |
|
254 <h4>ShellWindow.__doRestart</h4> |
|
255 <b>__doRestart</b>(<i></i>) |
|
256 <p> |
|
257 Private slot to handle the 'restart' menu entry. |
|
258 </p><a NAME="ShellWindow.__historyStyleChanged" ID="ShellWindow.__historyStyleChanged"></a> |
248 </p><a NAME="ShellWindow.__historyStyleChanged" ID="ShellWindow.__historyStyleChanged"></a> |
259 <h4>ShellWindow.__historyStyleChanged</h4> |
249 <h4>ShellWindow.__historyStyleChanged</h4> |
260 <b>__historyStyleChanged</b>(<i>historyStyle</i>) |
250 <b>__historyStyleChanged</b>(<i>historyStyle</i>) |
261 <p> |
251 <p> |
262 Private slot to handle a change of the shell history style. |
252 Private slot to handle a change of the shell history style. |
306 </p><dl> |
296 </p><dl> |
307 <dt><i>action</i></dt> |
297 <dt><i>action</i></dt> |
308 <dd> |
298 <dd> |
309 menu action that was triggered (QAction) |
299 menu action that was triggered (QAction) |
310 </dd> |
300 </dd> |
|
301 </dl><a NAME="ShellWindow.__virtualEnvironmentChanged" ID="ShellWindow.__virtualEnvironmentChanged"></a> |
|
302 <h4>ShellWindow.__virtualEnvironmentChanged</h4> |
|
303 <b>__virtualEnvironmentChanged</b>(<i>venvName</i>) |
|
304 <p> |
|
305 Private slot handling a change of the shell's virtual environment. |
|
306 </p><dl> |
|
307 <dt><i>venvName</i> (str)</dt> |
|
308 <dd> |
|
309 name of the virtual environment of the shell |
|
310 </dd> |
311 </dl><a NAME="ShellWindow.__whatsThis" ID="ShellWindow.__whatsThis"></a> |
311 </dl><a NAME="ShellWindow.__whatsThis" ID="ShellWindow.__whatsThis"></a> |
312 <h4>ShellWindow.__whatsThis</h4> |
312 <h4>ShellWindow.__whatsThis</h4> |
313 <b>__whatsThis</b>(<i></i>) |
313 <b>__whatsThis</b>(<i></i>) |
314 <p> |
314 <p> |
315 Private slot called in to enter Whats This mode. |
315 Private slot called in to enter Whats This mode. |