eric6/Documentation/Source/eric6.QScintilla.ShellWindow.html

changeset 8266
560547c2b6ec
parent 7989
a21d673a8f99
equal deleted inserted replaced
8265:0090cfa83159 8266:560547c2b6ec
79 <tr> 79 <tr>
80 <td><a href="#ShellWindow.__aboutQt">__aboutQt</a></td> 80 <td><a href="#ShellWindow.__aboutQt">__aboutQt</a></td>
81 <td>Private slot to handle the About Qt dialog.</td> 81 <td>Private slot to handle the About Qt dialog.</td>
82 </tr> 82 </tr>
83 <tr> 83 <tr>
84 <td><a href="#ShellWindow.__clientDebuggerId">__clientDebuggerId</a></td>
85 <td>Private slot to receive the ID of a newly connected debugger backend.</td>
86 </tr>
87 <tr>
84 <td><a href="#ShellWindow.__createActions">__createActions</a></td> 88 <td><a href="#ShellWindow.__createActions">__createActions</a></td>
85 <td>Private method to create the actions.</td> 89 <td>Private method to create the actions.</td>
86 </tr> 90 </tr>
87 <tr> 91 <tr>
88 <td><a href="#ShellWindow.__createEditActions">__createEditActions</a></td> 92 <td><a href="#ShellWindow.__createEditActions">__createEditActions</a></td>
193 <td>Protected method to handle the close event.</td> 197 <td>Protected method to handle the close event.</td>
194 </tr> 198 </tr>
195 <tr> 199 <tr>
196 <td><a href="#ShellWindow.getAPIsManager">getAPIsManager</a></td> 200 <td><a href="#ShellWindow.getAPIsManager">getAPIsManager</a></td>
197 <td>Public method to get a reference to the APIs manager.</td> 201 <td>Public method to get a reference to the APIs manager.</td>
202 </tr>
203 <tr>
204 <td><a href="#ShellWindow.getDebuggerId">getDebuggerId</a></td>
205 <td>Public method to get the most recently registered debugger ID.</td>
198 </tr> 206 </tr>
199 <tr> 207 <tr>
200 <td><a href="#ShellWindow.quit">quit</a></td> 208 <td><a href="#ShellWindow.quit">quit</a></td>
201 <td>Public method to quit the application.</td> 209 <td>Public method to quit the application.</td>
202 </tr> 210 </tr>
245 <b>__aboutQt</b>(<i></i>) 253 <b>__aboutQt</b>(<i></i>)
246 254
247 <p> 255 <p>
248 Private slot to handle the About Qt dialog. 256 Private slot to handle the About Qt dialog.
249 </p> 257 </p>
258 <a NAME="ShellWindow.__clientDebuggerId" ID="ShellWindow.__clientDebuggerId"></a>
259 <h4>ShellWindow.__clientDebuggerId</h4>
260 <b>__clientDebuggerId</b>(<i>debuggerId</i>)
261
262 <p>
263 Private slot to receive the ID of a newly connected debugger backend.
264 </p>
265 <dl>
266
267 <dt><i>debuggerId</i> (str)</dt>
268 <dd>
269 ID of a newly connected debugger backend
270 </dd>
271 </dl>
250 <a NAME="ShellWindow.__createActions" ID="ShellWindow.__createActions"></a> 272 <a NAME="ShellWindow.__createActions" ID="ShellWindow.__createActions"></a>
251 <h4>ShellWindow.__createActions</h4> 273 <h4>ShellWindow.__createActions</h4>
252 <b>__createActions</b>(<i></i>) 274 <b>__createActions</b>(<i></i>)
253 275
254 <p> 276 <p>
524 <dt>Return:</dt> 546 <dt>Return:</dt>
525 <dd> 547 <dd>
526 the APIs manager object (eric6.QScintilla.APIsManager) 548 the APIs manager object (eric6.QScintilla.APIsManager)
527 </dd> 549 </dd>
528 </dl> 550 </dl>
551 <a NAME="ShellWindow.getDebuggerId" ID="ShellWindow.getDebuggerId"></a>
552 <h4>ShellWindow.getDebuggerId</h4>
553 <b>getDebuggerId</b>(<i></i>)
554
555 <p>
556 Public method to get the most recently registered debugger ID.
557 </p>
558 <dl>
559 <dt>Return:</dt>
560 <dd>
561 debugger ID
562 </dd>
563 </dl>
564 <dl>
565 <dt>Return Type:</dt>
566 <dd>
567 str
568 </dd>
569 </dl>
529 <a NAME="ShellWindow.quit" ID="ShellWindow.quit"></a> 570 <a NAME="ShellWindow.quit" ID="ShellWindow.quit"></a>
530 <h4>ShellWindow.quit</h4> 571 <h4>ShellWindow.quit</h4>
531 <b>quit</b>(<i></i>) 572 <b>quit</b>(<i></i>)
532 573
533 <p> 574 <p>

eric ide

mercurial