177 <tr> |
177 <tr> |
178 <td><a href="#TabWidget.__init__">TabWidget</a></td> |
178 <td><a href="#TabWidget.__init__">TabWidget</a></td> |
179 <td>Constructor</td> |
179 <td>Constructor</td> |
180 </tr><tr> |
180 </tr><tr> |
181 <td><a href="#TabWidget.__captionChange">__captionChange</a></td> |
181 <td><a href="#TabWidget.__captionChange">__captionChange</a></td> |
182 <td>Private method to handle Caption change signals from the editor.</td> |
182 <td>Private slot to handle Caption change signals from the editor.</td> |
183 </tr><tr> |
183 </tr><tr> |
184 <td><a href="#TabWidget.__closeButtonClicked">__closeButtonClicked</a></td> |
184 <td><a href="#TabWidget.__closeButtonClicked">__closeButtonClicked</a></td> |
185 <td>Private method to handle the press of the close button.</td> |
185 <td>Private method to handle the press of the close button.</td> |
186 </tr><tr> |
186 </tr><tr> |
187 <td><a href="#TabWidget.__closeRequested">__closeRequested</a></td> |
187 <td><a href="#TabWidget.__closeRequested">__closeRequested</a></td> |
229 <td><a href="#TabWidget.__copyTab">__copyTab</a></td> |
229 <td><a href="#TabWidget.__copyTab">__copyTab</a></td> |
230 <td>Private method to copy an editor.</td> |
230 <td>Private method to copy an editor.</td> |
231 </tr><tr> |
231 </tr><tr> |
232 <td><a href="#TabWidget.__copyTabOther">__copyTabOther</a></td> |
232 <td><a href="#TabWidget.__copyTabOther">__copyTabOther</a></td> |
233 <td>Private method to copy an editor from another TabWidget.</td> |
233 <td>Private method to copy an editor from another TabWidget.</td> |
|
234 </tr><tr> |
|
235 <td><a href="#TabWidget.__cursorLineChanged">__cursorLineChanged</a></td> |
|
236 <td>Private slot to handle a change of the current editor's cursor line.</td> |
234 </tr><tr> |
237 </tr><tr> |
235 <td><a href="#TabWidget.__initMenu">__initMenu</a></td> |
238 <td><a href="#TabWidget.__initMenu">__initMenu</a></td> |
236 <td>Private method to initialize the tab context menu.</td> |
239 <td>Private method to initialize the tab context menu.</td> |
237 </tr><tr> |
240 </tr><tr> |
238 <td><a href="#TabWidget.__navigationMenuTriggered">__navigationMenuTriggered</a></td> |
241 <td><a href="#TabWidget.__navigationMenuTriggered">__navigationMenuTriggered</a></td> |
294 </dd> |
297 </dd> |
295 </dl><a NAME="TabWidget.__captionChange" ID="TabWidget.__captionChange"></a> |
298 </dl><a NAME="TabWidget.__captionChange" ID="TabWidget.__captionChange"></a> |
296 <h4>TabWidget.__captionChange</h4> |
299 <h4>TabWidget.__captionChange</h4> |
297 <b>__captionChange</b>(<i>cap, editor</i>) |
300 <b>__captionChange</b>(<i>cap, editor</i>) |
298 <p> |
301 <p> |
299 Private method to handle Caption change signals from the editor. |
302 Private slot to handle Caption change signals from the editor. |
300 </p><p> |
303 </p><p> |
301 Updates the tab text and tooltip text to reflect the new caption information. |
304 Updates the tab text and tooltip text to reflect the new caption information. |
302 </p><dl> |
305 </p><dl> |
303 <dt><i>cap</i></dt> |
306 <dt><i>cap</i></dt> |
304 <dd> |
307 <dd> |
413 <dd> |
416 <dd> |
414 index of the tab in the old tab widget (integer) |
417 index of the tab in the old tab widget (integer) |
415 </dd><dt><i>targetIndex</i></dt> |
418 </dd><dt><i>targetIndex</i></dt> |
416 <dd> |
419 <dd> |
417 index position to place it to (integer) |
420 index position to place it to (integer) |
|
421 </dd> |
|
422 </dl><a NAME="TabWidget.__cursorLineChanged" ID="TabWidget.__cursorLineChanged"></a> |
|
423 <h4>TabWidget.__cursorLineChanged</h4> |
|
424 <b>__cursorLineChanged</b>(<i>lineno</i>) |
|
425 <p> |
|
426 Private slot to handle a change of the current editor's cursor line. |
|
427 </p><dl> |
|
428 <dt><i>lineno</i></dt> |
|
429 <dd> |
|
430 line number of the current editor's cursor (zero based) |
418 </dd> |
431 </dd> |
419 </dl><a NAME="TabWidget.__initMenu" ID="TabWidget.__initMenu"></a> |
432 </dl><a NAME="TabWidget.__initMenu" ID="TabWidget.__initMenu"></a> |
420 <h4>TabWidget.__initMenu</h4> |
433 <h4>TabWidget.__initMenu</h4> |
421 <b>__initMenu</b>(<i></i>) |
434 <b>__initMenu</b>(<i></i>) |
422 <p> |
435 <p> |
633 emitted just before an editor window gets closed |
646 emitted just before an editor window gets closed |
634 </dd><dt>editorLanguageChanged(Editor)</dt> |
647 </dd><dt>editorLanguageChanged(Editor)</dt> |
635 <dd> |
648 <dd> |
636 emitted to signal a change of an |
649 emitted to signal a change of an |
637 editors language |
650 editors language |
|
651 </dd><dt>editorLineChanged(str,int)</dt> |
|
652 <dd> |
|
653 emitted to signal a change of an editor's |
|
654 current line (line is given one based) |
638 </dd><dt>editorOpened(str)</dt> |
655 </dd><dt>editorOpened(str)</dt> |
639 <dd> |
656 <dd> |
640 emitted after an editor window was opened |
657 emitted after an editor window was opened |
641 </dd><dt>editorOpenedEd(Editor)</dt> |
658 </dd><dt>editorOpenedEd(Editor)</dt> |
642 <dd> |
659 <dd> |